| |
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.
|
DocStartModification | Signals the start of grouping for a set of operations on a document in a single event (management of "undo/redo"). |
DocClose | Closes a docx file and frees the document. |
DocEndModification | Signals the end of grouping for a set of operations in a single event (management of "undo/redo"). |
DocPrint | Prints a document in "docx" format. |
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. |
DocOpen | Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed. |
DocSeek | Finds a character string: - in an entire Word Processing document.
- in a fragment.
|
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 in "docx" format. |
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. |
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.
|
iPrintDoc | Prints a document in "docx" format. |