Name | Description | |
---|---|---|
ClearBookmarks | Removes all the Bookmarks from this Container. | |
FindAll | Overloaded. Retrieves all the indexes in this Container that match the provided search conditions. | |
FindUniqueByPattern | Finds all unique instances of the provided Regex pattern. | |
GetBookmarks | Retrieves the list of Bookmarks found in this Container. | |
GetSections | Reads the xml of the Container to create a list of Sections. | |
InsertAtBookmark | Inserts the provided text to this Container, at the provided bookmark position, using the specified formatting. | |
InsertBookmark | Inserts a Bookmark to this Container. | |
InsertContent | Inserts content in this Container. | |
InsertEquation | Inserts an equation to this Container. | |
InsertList | Overloaded. Inserts a List to this Container. | |
InsertParagraph | Overloaded. Inserts a Paragraph in this Container. | |
InsertSection | Overloaded. Inserts a Section to this Container. | |
InsertSectionPageBreak | Inserts a section page break to this Container, and optionally track this change. | |
InsertTable | Overloaded. Inserts a Table in this Container. | |
RemoveBookmark | Removes the specified Bookmark from the Container. | |
RemoveParagraph | ||
RemoveParagraphAt | Removes the Paragraph found at a specific location from the Container. | |
RemoveTextInGivenFormat | Removes all text occurences that match the provided format. | |
ReplaceAtBookmark | Replaces the text at the specified Bookmark in this Container. | |
ReplaceText | Overloaded. Replaces all instances of a string with another string. | |
ReplaceTextWithHTML | Replaces all instances of a string with HTML content. | |
ReplaceTextWithObject | Replaces all instances of a string with an object using the options set via the replaceTextOptions parameter. | |
SetDirection | Sets the Direction of the content of this Container. | |
ValidateBookmarks |