AddComment |
Adds a comment to the document. |
AddElement |
Add a paragraph or a table or a blockLvl content control using its position in the document content. |
CreateNewHistoryPoint |
Create new history point. |
CreateNumbering |
Create an abstract multilevel numbering with a specified type. |
CreateSection |
Create a new document section which ends at the specified paragraph. Allows to set local parameters for the current
section - page size, footer, header, columns, etc. |
CreateStyle |
Create a new style with the specified type and name. If there is a style with the same name it will be replaced with a new one. |
DeleteBookmark |
Removes a bookmark from the document, if one exists. |
GetAllCharts |
Gets the collection of chart objects in the document. |
GetAllContentControls |
Get the list of all content controls in the document |
GetAllDrawingObjects |
Gets the collection of drawing objects in the document. |
GetAllImages |
Gets the collection of image objects in the document. |
GetAllShapes |
Gets the collection of shapes objects in the document. |
GetAllTablesOnPage |
Get the collection of tables on a given absolute page |
GetBookmarkRange |
Gets a bookmark's range. |
GetClassType |
Get the type of this class. |
GetCommentsReport |
Get a report about all the comments added to the document. |
GetDefaultParaPr |
Get a set of default paragraph properties in the current document. |
GetDefaultStyle |
Get the default style parameters for the specified document element. |
GetDefaultTextPr |
Get a set of default properties for the text run in the current document. |
GetElement |
Get the element by its position in the document. |
GetElementsCount |
Get the number of elements in the current document. |
GetFinalSection |
Get the document final section |
GetRange |
Returns a Range object that represents the part of the document contained in the specified document. |
GetRangeBySelect |
Gets a range object by the current selection. |
GetReviewReport |
Get a report about every change which was made to the document in the review mode. |
GetSections |
Gets the collection of section objects in the document. |
GetStyle |
Get a style by the style name. |
InsertContent |
Insert an array of elements in the current position of the document. |
InsertWatermark |
Insert watermark on each page of document |
IsTrackRevisions |
Is change tracking enabled |
Last |
Get the last element of document. |
Push |
Push a paragraph or a table to actually add it to the document. |
RemoveAllElements |
Remove all elements from the current document or from the current document element.
When all elements are removed, a new empty paragraph is automatically created. If you want to add
content to this paragraph, use the ApiDocumentContent.GetElement method. |
RemoveElement |
Remove element using the position specified. |
RemoveSelection |
Remove current selection |
Search |
Searches for the scope of a document object. The search results are a collection of ApiRange objects. |
SearchAndReplace |
Find and replace text. |
SetEvenAndOddHdrFtr |
Specify whether sections in this document will have different headers and footers for even and
odd pages (one header/footer for odd pages and another header/footer for even pages). |
SetTrackRevisions |
Set to track changes or not |