AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Procesador de texto
  • Overview
  • Types of variables linked to a Document variable
  • Types of variables linked to a docFragment variable
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Overview
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents.
These types are as follows:
docCellEl tipo docCell se utiliza para definir las características avanzadas de una célula tabla que se encuentra en un procesador de textos 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 starting from a variable of type docFragment is as follows:
Versión mínima requerida
  • Versión 22
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

Señalar un error o enviar una sugerencia | Ayuda local