ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Word Processing functions
87 results
Adds an element, text or image at the end of a docFragment variable.
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.
Replaces the specified fragment with a table.
Adds at the end of a Document variable: an element, a document, a paragraph, a text, an image or a fragment.
Closes the docx file associated with the Document variable and frees the document.
Indicates the end of a series of actions performed in a Document variable in a single event ("undo/redo").
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.
Inserts a table in a Document variable.
Prints the content of a Document in "docx" format.
Restores the last action canceled on a Document variable.
Returns the number of canceled actions that can be redone on a Document variable.
Finds all the instances of a character string and replaces them with another string in a Document variable.
Saves a document as a "docx" file.
Finds a character string in an entire Document variable.
Indicates the start of a series of actions performed on a Document variable in a single event ("undo/redo").
Converts a Document variable into an HTML file.
Exports a page contained in a Document variable in image format.
Creates a character string with the data of a Document variable.
Undoes the last action performed on a Document variable.
Returns the number of actions that can be undone in a Document variable.
Deletes the entire history of Undo/Redo mechanism for a Word Processing document.
Searches for an element by its name in a Word Processing document.
Adds at the end of a Word Processing control: an element, a document, a paragraph, a text, an image or a fragment.
Closes the docx file associated with the Word Processing control and frees the document.
Indicates the end of a series of actions performed in a Word Processing control in a single event ("undo/redo").
Exits from the current edit. The entry in edit was performed by DocGoIntoEdit.
Searches for an element by its name in a Word Processing document.
Enters in edit in the Word Processing control in a specific document section: body, header or footer.
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).
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.
Inserts a table into a Word Processing control.
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed.
Triggers the scroll of Word Processing control in order for the requested text to be entirely displayed.
Prints the content of a Word Processing control in "docx" format.
Restores the last undone action on a Word Processing control.
Returns the number of canceled actions that can be redone on a Word Processing control.
Finds all the instances of a character string and replaces them with another string in a Word Processing control.
Saves a document as a "docx" file.
Finds a character string in an entire Word Processing control.
Selects a fragment in a Word Processing control.
Indicates the start of a series of actions performed in a Word Processing control in a single event ("undo/redo").
Converts the content of a Word Processing control into an HTML file.
Exports a page from a Word Processing control in image format.
Converts a Word Processing document into a PDF file.
Creates a character string from the data of a Word Processing control.
Undoes the last action performed on a Word Processing control.
Returns the number of actions that can be undone in a Word Processing control.
Deletes the entire history of the Undo/Redo mechanism for a Word Processing control.
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.
Changes the Z-order of an Image or Text Area element in a DocX document.
Closes a docx file and frees the document.
Deletes an element from a document. This element is deleted from its associated document.
Deletes a table of contents from a document.
Signals the end of grouping for a set of operations in a single event (management of "undo/redo").
Exits from the current edit. The entry in edit was performed by DocGoIntoEdit.
Finds a character string:
  • in an entire Word Processing document.
  • in a fragment.
Searches for an element by its name in a Word Processing document.
Enters in edit in the Word Processing control in a specific document section: body, header or footer.
The docHeaderFooter type is used to define the text of the different paragraphs found in a page header or footer.
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)
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.
Inserts a table into a Word Processing document.
Inserts a table of contents in a Word Processing document.
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed.
Triggers the scroll of Word Processing control in order for the requested text to be entirely displayed.
Returns the position of the first character in a given page in a Text Processing control.
Prints a document in "docx" format.
Restores the last undone action on a Word Processing document.
Returns the number of canceled actions that can be redone on a Word Processing document.
Finds all the instances of a character string and replaces them with another string:
  • in an entire Word Processing document.
  • in a fragment.
Saves a document as a "docx" file.
Selects a fragment in a Word Processing control.
Signals the start of grouping for a set of operations on a document in a single event (management of "undo/redo").
Converts a Word Processing document into an HTML file.
Exports a page found in a Word Processing document in image format.
Converts a Word Processing document into a PDF file.
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.
Undoes the last action performed on a Word Processing document.
Returns the number of actions that can be undone on a document.
Deletes the entire history of Undo/Redo mechanism for a Word Processing document.
Updates the formulas in a document.
Updates the table of the contents of a document.
The following functions are used to manage Word Processing controls:
24 documents
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents...
The following constants are used by the functions for managing the Word Processing control:
The following functions are used to manage Word Processing controls: