'Declaration Public MustInherit Class Container Inherits DocumentElement
'Usage Dim instance As Container
public abstract class Container : DocumentElement
'Declaration Public MustInherit Class Container Inherits DocumentElement
'Usage Dim instance As Container
public abstract class Container : DocumentElement
System.Object
Xceed.Document.NET.DocumentElement
Xceed.Document.NET.Container
Xceed.Document.NET.Cell
Xceed.Document.NET.Document
Xceed.Document.NET.Footer
Xceed.Document.NET.Header
Xceed.Document.NET.Note
Xceed.Document.NET.Row
Xceed.Document.NET.Section
Xceed.Document.NET.Shape
Name | Description | |
---|---|---|
![]() | Charts | Gets the collection of Charts in this Container. |
![]() | Hyperlinks | Gets the collection of Hyperlinks in this Container. |
![]() | Lists | Gets the collection of Lists in this Container. |
![]() | PackagePart | Gets or sets the PackagePart for this element. (Inherited from Xceed.Document.NET.DocumentElement) |
![]() | Paragraphs | Gets the collection of Paragraphs in this Container. |
![]() | ParagraphsDeepSearch | |
![]() | Pictures | Gets the collection of Pictures in this Container. |
![]() | Sections | Gets the collection of Sections after reading the xml of this Container. |
![]() | Shapes | Gets the collection of Shapes in this Container. |
![]() | Tables | Gets the collection of Tables in this Container. |
![]() | TextBoxes | Gets the collection of TextBoxes in this Container. |
![]() | Xml | Gets or sets the XML for this element. (Inherited from Xceed.Document.NET.DocumentElement) |
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. |
Name | Description | |
---|---|---|
![]() | AddElementInXml |
Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2