System.Object
Xceed.Document.NET.DocumentElement
Xceed.Document.NET.Container
Xceed.Document.NET.Document
Xceed.Words.NET.DocX
Name | Description | |
---|---|---|
![]() | Bookmarks | Gets the collection of Bookmarks in this Document. |
![]() | Charts | Gets the collection of Charts in this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | CheckBoxes | Gets the collection of CheckBoxes in this Document. |
![]() | CoreProperties | Gets the dictionary for the core properties in this Document. |
![]() | CustomProperties | Gets the dictionary for the CustomProperties in this Document. |
![]() | DifferentFirstPage | Gets or sets if the first page of the first Section in this Document uses an independent Header and Footer. |
![]() | DifferentOddAndEvenPages | Gets or sets if the even and odd pages of the Document use different Headers and Footers. |
![]() | EndnoteProperties | Gets/sets the properties for endnotes in the first section of the document. |
![]() | EndnotesText | Gets the list of end notes in this Document. |
![]() | Footers | Gets the Footers of the first Section in this Document. |
![]() | FootnoteProperties | Gets/sets the properties for footnotes in the first section of the document. |
![]() | FootnotesText | Gets the list of foot notes in this Document. |
![]() | Headers | Gets the Headers of the first Section in this Document. |
![]() | Hyperlinks | Gets the collection of Hyperlinks in this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | Hyphenation | Gets or sets the document hyphenation object. |
![]() | Images | Gets the collection of Images in this Document. |
![]() | IsPasswordProtected | Gets if this Document is password protected. |
![]() | IsProtected | Gets if any editing restrictions are imposed on this Document. |
![]() | Lists | Overridden. Gets the collection of Lists in this Document. |
![]() | MarginBottom | Gets or sets the bottom margin (in points) of the first Section in this Document. |
![]() | MarginFooter | Gets or sets the footer margin (in points) of the first Section in this Document. |
![]() | MarginHeader | Gets or sets the header margin (in points) of the first Section in this Document. |
![]() | MarginLeft | Gets or sets the left margin (in points) of the first Section in this Document. |
![]() | MarginRight | Gets or sets the right margin (in points) of the first Section in this Document. |
![]() | MarginTop | Gets or sets the top margin (in points) of the first Section in this Document. |
![]() | MirrorMargins | Gets or sets if the mirror margins option is enabled for the first Section in this Document. |
![]() | PackagePart | Gets or sets the PackagePart for this element. (Inherited from Xceed.Document.NET.DocumentElement) |
![]() | PageBackground | Gets or sets the background color to use for all the pages in the document. |
![]() | PageBorders | Gets or sets the Borders to use for all the pages of the first Section in this Document. |
![]() | PageHeight | Gets or sets the page height (in points) of the first Section in this Document. |
![]() | PageLayout | Gets the PageLayout of the first Section in this Document. |
![]() | PageWidth | Gets or sets the page width (in points) of the first Section in this Document. |
![]() | ParagraphFormattings | Returns a list of all the paragraph formatting styles found inside the document. This list includes all the styled run properties (bold, size, color...) but not the styled paragraph properties (spacing, borders, etc.). |
![]() | Paragraphs | Overridden. Gets the collection of Paragraphs in this Document. |
![]() | ParagraphsDeepSearch | (Inherited from Xceed.Document.NET.Container) |
![]() | Pictures | Gets the collection of Pictures in this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | Sections | Overridden. Gets the cached list of Sections from this Document. |
![]() | Shapes | Gets the collection of Shapes in this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | SignatureLines | Gets the list of all the SignatureLines contained in the document. |
![]() | Tables | Overridden. Gets the collection of Tables in this Document. |
![]() | Text | Gets the text in this Document. |
![]() | TextBoxes | Gets the collection of TextBoxes in this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | Watermarks | Gets the collection of Watermarks in the Document. |
![]() | Xml | Gets or sets the XML for this element. (Inherited from Xceed.Document.NET.DocumentElement) |
Name | Description | |
---|---|---|
![]() | AddChart<T> | Used to construct the charts. |
![]() | AddCheckBox | Adds a CheckBox to a Document. |
![]() | AddCoreProperty | Adds a core property to this document. If a core property already exists with the same name, it will be replaced. Core property names are case insensitive. |
![]() | AddCustomProperties | Gets the collection of CustomProperty objects & processes them all at once. |
![]() | AddCustomProperty | Adds a custom property to the Document. |
![]() | AddEndnote | Used to add a new endnote description in the document. |
![]() | AddFooters | Adds three new Footers to the first Section of this Document . One for the first page, one for odd pages, and one for even pages. |
![]() | AddFootnote | Used to add a new footnote description in the document. |
![]() | AddHeaders | Adds three new Headers to the first Section of this Document . One for the first page, one for odd pages, and one for even pages. |
![]() | AddHyperlink | Overloaded. Adds a Hyperlink to a Document's Hyperlink collection. |
![]() | AddImage | Overloaded. Adds an Image to a Document. |
![]() | AddList | Overloaded. Adds a List to a Document. |
![]() | AddPasswordProtection | Protects the Document from modifications by adding a protection password. |
![]() | AddProtection | Protects the document from modifications. |
![]() | AddShape | Adds a Shape to a Document. |
![]() | AddTable | Overloaded. Adds a Table to a Document. |
![]() | AddTextBox | Adds a TextBox to a Document. |
![]() | AddWatermark | Adds a Watermark to the Document. |
![]() | ApplyTemplate | Overloaded. Applies a template to the Document. |
![]() | ClearBookmarks | Removes all the Bookmarks from this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | Copy | Makes a copy of the document. |
![]() | Dispose | Releases all resources used by this document. |
![]() | FindAll | Overloaded. Retrieves all the indexes in this Container where the provided search value is found. (Inherited from Xceed.Document.NET.Container) |
![]() | FindUniqueByPattern | Overridden. |
![]() | GetBookmarks | Retrieves the list of Bookmarks found in this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | GetPageCount | Gets the number of pages in the document. |
![]() ![]() | GetParagraphStyleIdFromStyleName | Retrieves the paragraph's style id from the document, using the provided style name. |
![]() | GetProtectionType | Returns the type of editing protection imposed on this document. |
![]() | GetSections | Reads the xml of the Container to create a list of Sections. (Inherited from Xceed.Document.NET.Container) |
![]() | InsertAtBookmark | Overridden. |
![]() | InsertBookmark | Inserts a Bookmark to this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | InsertChart | |
![]() | InsertChartAfterParagraph | Inserts a chart in the document after the specified paragraph. |
![]() | InsertContent | Inserts html text (with the html tags) or rtf text (with the rtf tags) in the Document. (Inherited from Xceed.Document.NET.Container) |
![]() | InsertDefaultTableOfContents | Inserts a default Table of Contents in the current document. |
![]() | InsertDocument | Overloaded. Inserts the content of a document at a given position inside a base document. |
![]() | InsertEquation | Overridden. |
![]() | InsertList | Overloaded. Overridden. |
![]() | InsertParagraph | Overloaded. Overridden. |
![]() | InsertParagraphs | Inserts many paragraphs in the document using the text parameter. Each '\n' in the text parameter will create a new paragraph. |
![]() | InsertSection | Overloaded. Overridden. Inserts a Section in the Document by making a copy of the previous Section, and optionally track this change. |
![]() | InsertSectionPageBreak | Overridden. Inserts a Section page break to the Document by making a copy of the previous Section, and optionally track this change. |
![]() | InsertTable | Overloaded. |
![]() | InsertTableOfContents | Overloaded. Inserts a table of contents to the document. |
![]() | IsSignatureLineSigned | Base method for document to evaluate if a SignatureLine is signed. Returns false by default. |
![]() | IsSignatureLineValid | Base method for document to evaluate if a SignatureLine is signed and valid. Returns false by default. |
![]() | RemoveBookmark | Removes the specified Bookmark from the Container. (Inherited from Xceed.Document.NET.Container) |
![]() ![]() | RemoveEmptyElements | |
![]() | 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) |
![]() | RemovePasswordProtection | Removes the password protection on a Document. |
![]() | RemoveProtection | Removes the protection on a Document. |
![]() | 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) |
![]() | RemoveWatermark | Removes a Watermark from the Document. |
![]() | 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. Overridden. Replaces all instances of a string with another string. |
![]() | ReplaceTextWithHTML | Overridden. Replaces all instances of a string with HTML content. |
![]() | ReplaceTextWithObject | Overridden. Replaces all instances of a string with an object using the options set via the replaceTextOptions parameter. |
![]() | Save | Saves the current Document. |
![]() | SaveAs | Overloaded. Saves the current Document as a new Document. |
![]() | SetDefaultFont | Sets the default font characteristics of the Document. |
![]() | SetDirection | Sets the Direction of the content of this Container. (Inherited from Xceed.Document.NET.Container) |
![]() | UpdateFields | Sets a flag to true, so that when the saved document is opened with MS Word, a popup will appear to ask if the fields should be updated. |
![]() | UpdateTrackChangesAuthor | Changes the name of the user that is currently modifying the Document. |
![]() | ValidateBookmarks | Overridden. |
Name | Description | |
---|---|---|
![]() | AddElementInXml | Overridden. |
![]() | clonePackagePart | |
![]() | clonePackageRelationship | |
![]() | GetMD5HashFromStream | |
![]() | InternalCopy | |
![]() | SaveHeadersFooters |
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