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 | Removes a specific Paragraph from the Container. |
![]() | RemoveParagraphAt | Removes the Paragraph found at a specific location in the Container. |
![]() | RemoveText | Removes all the Text between a startingTag and an endingTag, even when those tags are located in different Paragraphs. |
![]() | RemoveTextInGivenFormat | Removes all text occurences that match the provided format. |
![]() | ReplaceAtBookmark | Replaces the text at the specified Bookmark in this Container. |
![]() | ReplacePicture | Targets a Picture from a specific Paragraph in the Container & replaces it with a new Picture. |
![]() | 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 | Can be used to validate Bookmarks. |