System.Object
Xceed.Document.NET.DocumentElement
Xceed.Document.NET.Container
Xceed.Document.NET.Section
Name | Description | |
---|---|---|
![]() | Charts | Gets the collection of Charts in this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | DifferentFirstPage | Gets or sets if the first page of this Section uses an independent Header and Footer. |
![]() | EndnoteProperties | Gets/sets the general properties of endnotes in the section. |
![]() | Footers | Gets the Footers of this Section. |
![]() | FootnoteProperties | Gets/sets the general properties of footnotes in the section. |
![]() | Headers | Gets the Headers of this Section. |
![]() | Hyperlinks | Gets the collection of Hyperlinks in this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | Lists | Gets the collection of Lists in this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | MarginBottom | Gets or sets the bottom margin (in points) of this Section. |
![]() | MarginFooter | Gets or sets the footer margin (in points) of this Section. |
![]() | MarginHeader | Gets or sets the header margin (in points) of this Section. |
![]() | MarginLeft | Gets or sets the left margin (in points) of this Section. |
![]() | MarginRight | Gets or sets the right margin (in points) of this Section. |
![]() | MarginTop | Gets or sets the top margin (in points) of this Section. |
![]() | MirrorMargins | Gets or sets if the mirror margins option is enabled for this Section. |
![]() | PackagePart | Gets or sets the PackagePart for this element. (Inherited from Xceed.Document.NET.DocumentElement) |
![]() | PageBorders | Gets or sets the Borders to use for all the pages of this Section. |
![]() | PageHeight | Gets or sets the page height (in points) of this Section. |
![]() | PageLayout | Gets the PageLayout of this Section. |
![]() | PageNumberType | Gets or sets the formatting of the page numbers used in the current Section of the Document. |
![]() | PageWidth | Gets or sets the page width (in points) of this Section. |
![]() | Paragraphs | Gets the collection of Paragraphs in this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | ParagraphsDeepSearch | (Inherited from Xceed.Document.NET.Container) |
![]() | Pictures | Gets the collection of Pictures in this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | SectionBreakType | Gets or sets the SectionBreakType used in the current Section of the Document. |
![]() | SectionParagraphs | Gets or sets the collection of Paragraphs in this Section. |
![]() | Sections | Gets the collection of Sections after reading the xml of this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | Shapes | Gets the collection of Shapes in this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | Tables | Overridden. Gets the Tables in this Section. |
![]() | TextBoxes | Gets the collection of TextBoxes in this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | Xml | Gets or sets the XML for this element. (Inherited from Xceed.Document.NET.DocumentElement) |
Name | Description | |
---|---|---|
![]() | AddFooters | Adds three new Footers to this Section. One for the first page, one for odd pages, and one for even pages. |
![]() | AddHeaders | Adds three new Headers to this Section. One for the first page, one for odd pages, and one for even pages. |
![]() | 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 Xceed.Document.NET.Container) |
![]() | FindUniqueByPattern | Finds all unique instances of the provided Regex pattern. (Inherited from Xceed.Document.NET.Container) |
![]() | GetBookmarks | Retrieves the list of Bookmarks found in this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | GetSections | Reads the xml of the Container to create a list of Sections. (Inherited from Xceed.Document.NET.Container) |
![]() | InsertAtBookmark | Inserts the provided text to this Container, at the provided bookmark position, using the specified formatting. (Inherited from Xceed.Document.NET.Container) |
![]() | InsertBookmark | Inserts a Bookmark to this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | InsertContent | Inserts content in this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | InsertEquation | Inserts an equation to this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | InsertList | Overloaded. Inserts a List in this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | InsertParagraph | Overloaded. Inserts a Paragraph at a specific location in this Container, using the provided text, and optionally track this change. (Inherited from Xceed.Document.NET.Container) |
![]() | InsertSection | Overloaded. Overridden. Inserts a Section to this Section, and optionally track this change. |
![]() | InsertSectionPageBreak | Overridden. Inserts a section page break to this Section, and optionally track this change. |
![]() | InsertTable | Overloaded. Inserts a Table of a specific size in this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | Remove | Removes the content of the section from the Document. This will work only if it's not the only section in the Document. |
![]() | RemoveBookmark | Removes the specified Bookmark from the Container. (Inherited from Xceed.Document.NET.Container) |
![]() | RemoveParagraph | Removes a Paragraph from this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | RemoveParagraphAt | Removes the Paragraph found at a specific location in the Container. (Inherited from Xceed.Document.NET.Container) |
![]() | RemoveText | Removes all the Text between a startingTag and an endingTag, even when those tags are located in different Paragraphs. (Inherited from Xceed.Document.NET.Container) |
![]() | RemoveTextInGivenFormat | Removes all text occurences that match the provided format. (Inherited from Xceed.Document.NET.Container) |
![]() | ReplaceAtBookmark | Replaces the text at the specified Bookmark in this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | ReplacePicture | Targets a Picture from a specific Paragraph in the Container & replaces it with a new Picture. (Inherited from Xceed.Document.NET.Container) |
![]() | ReplaceText | Overloaded. Replaces all instances of a string with another string. (Inherited from Xceed.Document.NET.Container) |
![]() | ReplaceTextWithHTML | Replaces all instances of a string with HTML content. (Inherited from Xceed.Document.NET.Container) |
![]() | ReplaceTextWithObject | Replaces all instances of a string with a DocumentElement. (Inherited from Xceed.Document.NET.Container) |
![]() | SetDirection | Sets the Direction of the content of this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | ValidateBookmarks | Can be used to validate Bookmarks. (Inherited from Xceed.Document.NET.Container) |
Name | Description | |
---|---|---|
![]() | AddElementInXml | Overridden. |
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