WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents.
These types are as follows:
| |
docCell | The docCell type is used to define the advanced characteristics of a table cell found in a Word Processing document. |
docElement | The docElement type is used to handle each element found in a docParagraph variable. |
docElementFormula | The docElementFormula type is used to define the characteristics of a Formula element found in a DocElement variable. |
docElementImage | The docElementImage type is used to handle the characteristics of an Image element found in a docElement variable. |
docElementLink | The docElementLink type is used to get the advanced characteristics of a Link element in a docElement variable. |
docElementText | The DocElementText type is used to handle the characteristics of a Text element found in a DocElement variable. |
docElementTextArea | The docElementTextArea type is used to define the advanced characteristics of a text area found in a docElement variable. |
docFormatMulticolumn | The docFormatMulticolumn type is used to define all the advanced characteristics of a multicolumn section defined in a docSection variable. |
docFragment | The docFragment type is used to define the characteristics of a fragment found in a "docx" document. |
docNumbering | The docNumbering type is used to define the advanced characteristics of a numbering used in a Word Processing document. |
docNumberingLevel | The docNumberingLevel type is used to define the advanced characteristics of a numbering level used in a Word Processing document. |
docParagraph | The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document. |
docRow | The docRow type is used to define the advanced characteristics of a table row in a Word Processing document. |
docSection | The docSection type is used to define the advanced characteristics of a section found in a document or paragraph. |
docStyle | The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment. |
docTable | The docTable type is used to define the advanced characteristics of a Table paragraph found in a Word Processing document. |
docTabulation | The docTabulation type is used to define the characteristics of a custom tabulation. |
Document | The 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: