| |
<docFragment variable>.Add | Adds an element, text or image at the end of a docFragment variable. |
| Replaces the current formatting of a selection with the default formatting. |
<docFragment variable>.Insert | 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.
|
<docFragment variable>.InsertTable | Replaces the specified fragment with a table. |
<Document variable>.Add | Adds at the end of a Document variable: an element, a document, a paragraph, a text, an image or a fragment. |
<Document variable>.Close | Closes the docx file associated with the Document variable and frees the document. |
<Document variable>.EndModification | Indicates the end of a series of actions performed in a Document variable in a single event ("undo/redo"). |
<Document variable>.Insert | Inserts an object in a Document variable. The objects that can be used are: - an element,
- a document,
- a paragraph,
- a text,
- an image,
- a fragment.
|
<Document variable>.InsertTable | Inserts a table in a Document variable. |
<Document variable>.Print | Prints the content of a Document in "docx" format. |
<Document variable>.Redo | Restores the last action canceled on a Document variable. |
<Document variable>.RedoCount | Returns the number of canceled actions that can be redone on a Document variable. |
<Document variable>.Replace | Finds all the instances of a character string and replaces them with another string in a Document variable. |
<Document variable>.Save | Saves a document as a "docx" file. |
<Document variable>.Seek | Finds a character string in an entire Document variable. |
<Document variable>.StartModification | Indicates the start of a series of actions performed on a Document variable in a single event ("undo/redo"). |
<Document variable>.ToHTML | Converts a Document variable into an HTML file. |
<Document variable>.ToImage | Exports a page contained in a Document variable in image format. |
<Document variable>.ToText | Creates a character string with the data of a Document variable. |
<Document variable>.Undo | Undoes the last action performed on a Document variable. |
<Document variable>.UndoCount | Returns the number of actions that can be undone in a Document variable. |
<Document variable>.UndoRedoDeleteAll | Deletes the entire history of Undo/Redo mechanism for a Word Processing document. |
<Document>.FindElementByName | Searches for an element by its name in a Word Processing document. |
<Word Processing>.Add | Adds at the end of a Word Processing control: an element, a document, a paragraph, a text, an image or a fragment. |
| Replaces the current formatting of a selection in a Word Processing control with the default formatting. |
<Word Processing>.Close | Closes the docx file associated with the Word Processing control and frees the document. |
<Word Processing>.EndModification | Indicates the end of a series of actions performed in a Word Processing control in a single event ("undo/redo"). |
<Word Processing>.ExitEdit | Exits from the current edit. The entry in edit was performed by <Word Processing>.GoIntoEdit. |
<Word Processing>.FindElementByName | 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. |
<Word Processing>.GoIntoEdit | Enters in edit in the Word Processing control in a specific document section: body, header or footer. |
<Word Processing>.InfoXY | For a given position (coordinates of a point) in a Word Processing control, returns one of the following:- the number of the corresponding page,
- the corresponding X-position (in mm),
- the corresponding Y-position (in mm).
|
<Word Processing>.Insert | Inserts an object in a Word Processing control. The objects that can be used are: - an element,
- a document,
- a paragraph,
- a text,
- an image,
- a fragment.
|
<Word Processing>.InsertTable | Inserts a table into a Word Processing control. |
<Word Processing>.Open | Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed. |
<Word Processing>.Position | Triggers the scroll of Word Processing control in order for the requested text to be entirely displayed. |
<Word Processing>.Print | Prints the content of a Word Processing control in "docx" format. |
<Word Processing>.Redo | Restores the last undone action on a Word Processing control. |
<Word Processing>.RedoCount | Returns the number of canceled actions that can be redone on a Word Processing control. |
<Word Processing>.Replace | Finds all the instances of a character string and replaces them with another string in a Word Processing control. |
<Word Processing>.Save | Saves a document as a "docx" file. |
<Word Processing>.Seek | Finds a character string in an entire Word Processing control. |
<Word Processing>.Select | Selects a fragment in a Word Processing control. |
<Word Processing>.StartModification | Indicates the start of a series of actions performed in a Word Processing control in a single event ("undo/redo"). |
<Word Processing>.ToHTML | Converts the content of a Word Processing control into an HTML file. |
<Word Processing>.ToImage | Exports a page from a Word Processing control in image format. |
<Word Processing>.ToPDF | Converts a Word Processing document into a PDF file. |
<Word Processing>.ToText | Creates a character string from the data of a Word Processing control. |
<Word Processing>.Undo | Undoes the last action performed on a Word Processing control. |
<Word Processing>.UndoCount | Returns the number of actions that can be undone in a Word Processing control. |
<Word Processing>.UndoRedoDeleteAll | Deletes the entire history of the Undo/Redo mechanism for a Word Processing control. |