ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Word Processing functions
  • Overview
  • Types of variables linked to a Document variable
  • Types of variables linked to a docFragment variable
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents.
These types are as follows:
docCellThe docCell type is used to define the advanced characteristics of a table cell in a Word Processing document.
docElementThe docElement type is used to handle each element found in a docParagraph variable.
docElementFormulaThe docElementFormula type is used to define the characteristics of a Formula element found in a DocElement variable.
docElementImageThe docElementImage type is used to handle the characteristics of an Image element found in a docElement variable.
docElementLinkThe docElementLink type is used to get the advanced characteristics of a Link element in a docElement variable.
docElementTextThe DocElementText type is used to handle the characteristics of a Text element found in a DocElement variable.
docElementTextAreaThe docElementTextArea type is used to define the advanced characteristics of a text area found in a docElement variable.
docFormatMulticolumnThe docFormatMulticolumn type is used to define all the advanced characteristics of a multicolumn section defined in a docSection variable.
docFragmentThe docFragment type is used to define the characteristics of a fragment found in a "docx" document.
docNumberingThe docNumbering type is used to define the advanced characteristics of a numbering used in a Word Processing document.
docNumberingLevelThe docNumberingLevel type is used to define the advanced characteristics of a numbering level used in a Word Processing document.
docParagraphThe docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
docRowThe docRow type is used to define the advanced characteristics of a table row in a Word Processing document.
docSectionThe docSection type is used to define the advanced characteristics of a section found in a document or paragraph.
docStyleThe docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
docTableThe docTable type is used to define the advanced characteristics of a Table paragraph found in a Word Processing document.
docTabulationThe docTabulation type is used to define the characteristics of a custom tabulation.
DocumentThe Document type is used to handle a "docx" document.
This help page presents the nesting of these different types of variables. A Word Processing document can be handled according to two methods:
Types of variables linked to a Document variable
The nesting of variables from a Document variable is as follows:
Types of variables linked to a docFragment variable
The nesting of variables from a docFragment variable is as follows:
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/26/2023

Send a report | Local help