ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Word Processing functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Adds at the end of a docFragment variable:
  • an element,
  • a text,
  • an image.
Syntax
<Result> = <Fragment>.Add(<Object to add>)
<Result>: docFragment variable
docFragment variable with the added fragment.
<Fragment>: docFragment variable
Name of the docFragment variable to be used.
<Object to add>: Type of added object
Object to add:
  • Element: Name of the docElement type variable corresponding to the element to be added.
  • String text: Text to be added.
    You can use the following constants in the text to add to manage the different possible breaks:
    docColumnBreakAdds a column break in a multicolumn section. If the section is not multicolumn, a page break is added.
    docLineBreakAdds a line break.
    docPageBreakAdds a page break.
    docParagraphBreakAdds a paragraph break.
  • Image: Name of variable of type Image to be added.
Component: wd300mdl.dll
Minimum version required
  • Version 24
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help