| |
DocAdd | Adds: - at the end of a Word Processing document: an element, a document, a paragraph, a text, an image or a fragment.
- at the end of a fragment: an element, a text or an image.
|
DocChangeZOrder | Changes the Z-order of an Image or Text Area element in a DocX document. |
| Replaces the current formatting of a selection with the default formatting. |
DocClose | Closes a docx file and frees the document. |
DocDelete | Deletes an element from a document. This element is deleted from its associated document. |
DocDeleteTableOfContents | Deletes a table of contents from a document. |
DocEndModification | Signals the end of grouping for a set of operations in a single event (management of "undo/redo"). |
DocExitEdit | Exits from the current edit. The entry in edit was performed by DocGoIntoEdit. |
DocFind | Finds a character string: - in an entire Word Processing document.
- in a fragment.
|
DocFindElementByName | Searches for an element by its name in a Word Processing document. |
| Enables the format painter mode in the Word Processing control or determines if this mode is enabled. |
DocGoIntoEdit | Enters in edit in the Word Processing control in a specific document section: body, header or footer. |
DocInfoXY | For a given position in a Word Processing control (coordinates of a control point), returns one of the following:- the number of the corresponding page,
- the corresponding X-position (in mm),
- the corresponding Y-position (in mm)
|
DocInsert | Inserts an object into a Word Processing document or replaces the content of the current fragment. The objects that can be used are: - an element,
- a document,
- a paragraph,
- a text,
- an image,
- a fragment.
|
DocInsertTable | Inserts a table into a Word Processing document. |
DocInsertTableOfContents | Inserts a table of contents in a Word Processing document. |
DocOpen | Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed. |
DocPosition | Triggers the scroll of Word Processing control in order for the requested text to be entirely displayed. |
DocPositionTopPage | Returns the position of the first character in a given page in a Text Processing control. |
DocPrint | Prints a document in "docx" format. |
DocRedo | Restores the last undone action on a Word Processing document. |
DocRedoCount | Returns the number of canceled actions that can be redone on a Word Processing document. |
DocReplace | Finds all the instances of a character string and replaces them with another string: - in an entire Word Processing document.
- in a fragment.
|
DocSave | Saves a document as a "docx" file. |
DocSelect | Selects a fragment in a Word Processing control. |
DocStartModification | Signals the start of grouping for a set of operations on a document in a single event (management of "undo/redo"). |
DocToHTML | Converts a Word Processing document into an HTML file. |
DocToImage | Exports a page found in a Word Processing document in image format. |
DocToPDF | Converts a Word Processing document into a PDF file. |
DocToText | Creates a character string from the data: - found in a Word Processing control or in a Word Processing document.
- found in a paragraph of a Word Processing control.
|
DocUndo | Undoes the last action performed on a Word Processing document. |
DocUndoCount | Returns the number of actions that can be undone on a document. |
DocUndoRedoDeleteAll | Deletes the entire history of Undo/Redo mechanism for a Word Processing document. |
DocUpdateFormula | Updates the formulas in a document. |
DocUpdateTableOfContents | Updates the table of the contents of a document. |