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