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
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
Intuitively modifies the Z-order of an Image element or a text area in a docx document.
Ejemplo
f is docFragment <- TT_Document.Selection.Fragment
e is docElement <- f.Element[1]
IF e..Image <> Null THEN
DocChangeZOrder(e, docZOrderFront)
END
Sintaxis
DocChangeZOrder(<Element> , <Modification>)
<Element>: docElement variable
Name of the docElement variable to be used. This must be an "Image" or "Text area" element. Otherwise, a fatal error is displayed.
<Modification>: Integer constant
New Z-order:
docZOrderBackgroundSends the element to the background.
docZOrderBackwardMoves the element to the lower level.
docZOrderForwardMoves the element to the upper level.
docZOrderFrontBrings the element to the foreground.
Componente: wd300mdl.dll
Versión mínima requerida
  • Versión 24
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 16/01/2025

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