|
|
|
|
|
- Overview
- Types of variables linked to a Document variable
- Types of variables linked to a docFragment variable
Types associated with Word processors
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents. These types are as follows:
| | docCell | El tipo docCell se utiliza para definir las características avanzadas de una célula tabla que se encuentra en un procesador de textos 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: 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 starting from a variable of type docFragment is as follows:
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|