AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Procesador de texto
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
Intuitively modifies the Z-order of an Image element or a text area in a docx document.
Example
f is docFragment <- TT_Document.Selection.Fragment
e is docElement <- f.Element[1]
IF e..Image <> Null THEN
DocChangeZOrder(e, docZOrderFront)
END
Syntax
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.
Component: wd290mdl.dll
Versión mínima requerida
  • Versión 24
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 31/05/2022

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