

'DeclarationPublic MustInherit Class Container Inherits DocumentElement
'UsageDim 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.Comment
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. |
![]() | Comments | |
![]() | 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 |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.