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. | |
AddCustomProperty | Adds a custom property to this document. If a custom property already exists with the same name, it will be replaced. CustomProperty names are case insensitive. | |
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. | |
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 Container) | |
FindUniqueByPattern | Overridden. | |
GetBookmarks | Retrieves the list of Bookmarks found in this Container. (Inherited from 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 Container) | |
InsertAtBookmark | Overridden. | |
InsertBookmark | Inserts a Bookmark to this Container. (Inherited from Container) | |
InsertChart | Inserts a chart in the document. | |
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 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 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) | |
RemovePasswordProtection | Removes the password protection on a Document. | |
RemoveProtection | Removes the protection on a Document. | |
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. 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 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. | |
ValidateBookmarks | Overridden. |