AddParagraphsToList(IdxRichEditDocumentRange,IdxRichEditNumberingList,Integer)
|
|
AddParagraphToList(IdxRichEditParagraph,IdxRichEditNumberingList,Integer)
|
|
AddParagraphToList(IdxRichEditParagraph,Integer,Integer)
|
|
AppendDocumentContent(IdxRichEditDocumentRange,TdxRichEditInsertOptions)
|
|
AppendDocumentContent(IdxRichEditDocumentRange)
|
|
AppendDocumentContent(TStream,TdxRichEditDocumentFormat,string,TdxRichEditInsertOptions)
|
|
AppendDocumentContent(TStream,TdxRichEditDocumentFormat,string)
|
|
AppendDocumentContent(TStream,TdxRichEditDocumentFormat)
|
|
AppendDocumentContent(string,TdxRichEditDocumentFormat,string,TdxRichEditInsertOptions)
|
|
AppendDocumentContent(string,TdxRichEditDocumentFormat,string)
|
|
AppendDocumentContent(string,TdxRichEditDocumentFormat)
|
|
AppendImage(TGraphic)
|
Inserts a specified inline picture to the end of a subdocument.
|
AppendParagraph
|
Inserts an empty paragraph to the end of a subdocument.
|
AppendRtfText(string,TdxRichEditInsertOptions)
|
Appends a formatted text string to the end of a subdocument.
|
AppendSection
|
Appends a new section to the document.
|
AppendSingleLineText(string)
|
Adds a single line of text to the end of a subdocument.
|
AppendText(string)
|
Adds the specified text string to the end of a subdocument.
|
BeginUpdate
|
Stops document redraw operations until an EndUpdate procedure call.
|
BeginUpdateCharacters(IdxRichEditDocumentPosition,Integer)
|
Starts to update character properties of the document range defined by its length and position in a document.
|
BeginUpdateCharacters(IdxRichEditDocumentRange)
|
Starts to update character properties of the specified document range.
|
BeginUpdateCharacters(Integer,Integer)
|
Starts to update character properties of the document range defined by its length and position in a document.
|
BeginUpdateParagraphs(IdxRichEditDocumentRange)
|
Starts to update the properties of one or more paragraphs to which the specified document range belongs.
|
BeginUpdateRangePermissions
|
|
CancelUpdateRangePermissions(IdxRichEditRangePermissionCollection)
|
|
ChangeActiveDocument(IdxRichEditSubDocument)
|
|
Copy
|
|
Copy(IdxRichEditDocumentRange)
|
Copies the specified document range or selection(s) to the clipboard.
|
CreateBookmark(IdxRichEditDocumentPosition,Integer,string)
|
|
CreateBookmark(IdxRichEditDocumentRange,string)
|
Creates a bookmark for the specified document range.
|
CreateHyperlink(IdxRichEditDocumentPosition,Integer)
|
|
CreateHyperlink(IdxRichEditDocumentRange)
|
Creates a hyperlink for the specified document range.
|
CreateMailMergeOptions
|
Creates a container for settings usable in mail merge operations.
|
CreateNewDocument
|
Closes the opened document and creates a new blank document.
|
CreatePosition(Integer)
|
|
CreateRange(IdxRichEditDocumentPosition,Integer)
|
|
CreateRange(Integer,Integer)
|
|
Cut
|
|
Cut(IdxRichEditDocumentRange)
|
Cuts the specified document range or selection(s) to the clipboard.
|
Delete(IdxRichEditDocumentRange)
|
Deletes the specified text range from the document.
|
EndUpdate
|
Applies all changes made after a BeginUpdate procedure call and unlocks document updates.
|
EndUpdateCharacters(IdxRichEditCharacterProperties)
|
Applies the character property changes initiated by a BeginUpdateCharacters function call.
|
EndUpdateParagraphs(IdxRichEditParagraphProperties)
|
Applies the pending paragraph property changes initiated by a BeginUpdateParagraphs function call.
|
EndUpdateRangePermissions(IdxRichEditRangePermissionCollection)
|
|
FindAll(TRegEx,IdxRichEditDocumentRange)
|
|
FindAll(string,TdxRichEditSearchOptions,IdxRichEditDocumentRange)
|
|
GetAbstractNumberingLists
|
|
GetActiveSubDocument
|
|
GetBookmarks
|
Returns the current document’s bookmark collection.
|
GetCaretPosition
|
Returns the caret position within the opened document.
|
GetCharacterStyles
|
|
GetDefaultCharacterProperties
|
|
GetDefaultParagraphProperties
|
|
GetDefaultTableProperties
|
|
GetDocBytes
|
Returns the document’s content as a series of bytes in the DOC binary format.
|
GetFields
|
Returns the current document’s field collection.
|
GetHyperlinks
|
Returns the current document’s hyperlink collection.
|
GetImages
|
|
GetImages(IdxRichEditDocumentRange)
|
|
GetIsDocumentProtected
|
Returns a value indicating whether the document is protected from accidental modifications.
|
GetIsEmpty
|
Returns a value indicating whether the document is empty.
|
GetLength
|
Returns the document’s absolute length (in characters).
|
GetNumberingLists
|
Returns the document’s numbering list collection.
|
GetOpenXmlBytes
|
Returns the entire document content in Office OpenXML (DOCX) format.
|
GetOpenXmlBytes(IdxRichEditDocumentRange)
|
Returns the content of the specified document range in Office Open XML (DOCX) format.
|
GetPageBackColor
|
Returns the current page background color.
|
GetParagraph(IdxRichEditDocumentPosition)
|
Returns the paragraph encompassing the specified document position.
|
GetParagraphs
|
|
GetParagraphs(IdxRichEditDocumentRange)
|
|
GetParagraphStyles
|
Returns the document’s paragraph style collection.
|
GetRange
|
|
GetRtfText
|
Returns the entire document content as an RTF string.
|
GetRtfText(IdxRichEditDocumentRange)
|
|
GetSection(IdxRichEditDocumentPosition)
|
Returns the section that encompasses the specified position in the document.
|
GetSections
|
Returns the document’s section collection.
|
GetSelection
|
|
GetSelections
|
Returns the document’s selection collection.
|
GetShapes
|
|
GetShapes(IdxRichEditDocumentRange)
|
|
GetShowPageBackground
|
|
GetSubDocumentType
|
Returns the current subdocument type.
|
GetTables
|
|
GetTableStyles
|
Returns the document’s style collection.
|
GetText
|
Returns all text within the document as an unformatted text string.
|
GetText(IdxRichEditDocumentRange,TdxRichEditTextFragmentOptions)
|
|
GetText(IdxRichEditDocumentRange)
|
|
GetUnit
|
Returns the measurement unit used by the opened document.
|
GetVariables
|
Returns the document’s variable collection.
|
HasEncryptionPassword
|
Identifies if the opened document has an assigned encryption password.
|
InsertDocumentContent(IdxRichEditDocumentPosition,IdxRichEditDocumentRange,TdxRichEditInsertOptions)
|
|
InsertDocumentContent(IdxRichEditDocumentPosition,IdxRichEditDocumentRange)
|
|
InsertDocumentContent(IdxRichEditDocumentPosition,TStream,TdxRichEditDocumentFormat,TdxRichEditInsertOptions)
|
|
InsertDocumentContent(IdxRichEditDocumentPosition,TStream,TdxRichEditDocumentFormat,string,TdxRichEditInsertOptions)
|
|
InsertDocumentContent(IdxRichEditDocumentPosition,TStream,TdxRichEditDocumentFormat,string)
|
|
InsertDocumentContent(IdxRichEditDocumentPosition,TStream,TdxRichEditDocumentFormat)
|
|
InsertDocumentContent(IdxRichEditDocumentPosition,string,TdxRichEditDocumentFormat,TdxRichEditInsertOptions)
|
|
InsertDocumentContent(IdxRichEditDocumentPosition,string,TdxRichEditDocumentFormat,string,TdxRichEditInsertOptions)
|
|
InsertDocumentContent(IdxRichEditDocumentPosition,string,TdxRichEditDocumentFormat,string)
|
|
InsertDocumentContent(IdxRichEditDocumentPosition,string,TdxRichEditDocumentFormat)
|
|
InsertImage(IdxRichEditDocumentPosition,TGraphic)
|
Inserts an inline picture at the specified position in the parent document.
|
InsertParagraph(IdxRichEditDocumentPosition,TdxRichEditInsertOptions)
|
|
InsertParagraph(IdxRichEditDocumentPosition)
|
|
InsertPicture(IdxRichEditDocumentPosition,TGraphic)
|
Inserts a floating picture at the specified position within the document.
|
InsertRtfText(IdxRichEditDocumentPosition,string,TdxRichEditInsertOptions)
|
|
InsertSection(IdxRichEditDocumentPosition)
|
Inserts a new section into the document at the specified position.
|
InsertSingleLineText(IdxRichEditDocumentPosition,string)
|
|
InsertTable(IdxRichEditDocumentPosition,Integer,Integer,TdxRichEditAutoFitBehaviorType,Integer)
|
|
InsertText(IdxRichEditDocumentPosition,string)
|
Inserts a text string at the specified position within the document.
|
InsertTextBox(IdxRichEditDocumentPosition)
|
Inserts a floating text box at the specified position within the document.
|
LoadDocument(TStream,TdxRichEditDocumentFormat,string)
|
Imports a document from the specified stream.
|
LoadDocument(TStream,TdxRichEditDocumentFormat)
|
Imports a document from the specified stream.
|
LoadDocument(string,TdxRichEditDocumentFormat,string)
|
Imports a document from the specified file.
|
LoadDocument(string,TdxRichEditDocumentFormat)
|
Imports a document from the specified file.
|
MailMerge(IdxRichEditDocument)
|
|
MailMerge(IdxRichEditMailMergeOptions,IdxRichEditDocument)
|
|
MailMerge(IdxRichEditMailMergeOptions,TStream,TdxRichEditDocumentFormat)
|
|
MailMerge(IdxRichEditMailMergeOptions,string,TdxRichEditDocumentFormat)
|
|
MailMerge(TStream,TdxRichEditDocumentFormat)
|
|
MailMerge(string,TdxRichEditDocumentFormat)
|
|
Paste
|
|
Paste(TdxRichEditDocumentFormat)
|
Inserts the clipboard content into the opened document.
|
Protect(string)
|
Enforces the opened document’s password protection from accidental changes.
|
RemoveBookmark(IdxRichEditBookmark)
|
Removes the specified bookmark from a subdocument.
|
RemoveHyperlink(IdxRichEditHyperlink)
|
Removes the specified hyperlink from a subdocument.
|
RemoveNumberingFromParagraph(IdxRichEditParagraph)
|
|
RemoveNumberingFromParagraphs(IdxRichEditDocumentRange)
|
|
Replace(IdxRichEditDocumentRange,string)
|
Replaces the specified document range with a provided text string.
|
ReplaceAll(TRegEx,string,IdxRichEditDocumentRange)
|
|
ReplaceAll(string,string,TdxRichEditSearchOptions,IdxRichEditDocumentRange)
|
|
SaveDocument(TStream,TdxRichEditDocumentFormat)
|
Exports the document to a stream.
|
SaveDocument(string,TdxRichEditDocumentFormat)
|
Exports the document to a file.
|
SelectAll
|
Selects everything within the current document.
|
SelectBookmark(IdxRichEditBookmark)
|
Selects a document range associated with the specified bookmark.
|
SetCaretPosition(IdxRichEditDocumentPosition)
|
Moves the caret to the specified position within the opened document.
|
SetDocBytes(TBytes)
|
Replaces the document’s content with another document in the DOC binary format.
|
SetEncryptionPassword(string)
|
Assigns an encryption password to the opened document.
|
SetOpenXmlBytes(TBytes)
|
Replaces the document’s content with a series of bytes in the DOCX (OpenXML) document format.
|
SetPageBackColor(TdxAlphaColor)
|
|
SetRtfText(string)
|
Replaces the current document’s content with the specified RTF-formatted string.
|
SetSelection(IdxRichEditDocumentRange)
|
|
SetShowPageBackground(Boolean)
|
|
SetText(string)
|
|
SetUnit(TdxRichEditDocumentUnit)
|
Assigns a measurement unit to be used in the opened document.
|
StartSearch(TRegEx,IdxRichEditDocumentRange)
|
|
StartSearch(string,TdxRichEditSearchOptions,TdxRichEditSearchDirection,IdxRichEditDocumentRange)
|
|
Unprotect
|
Disables the document’s protection from accidental modifications.
|