ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Word Processing functions
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
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/31/2022

Send a report | Local help