ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV and WEBDEV 2025 feature!
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
Replaces the current formatting of a fragment with the default formatting.
Example
MyDoc is Document = DocOpen(fExeDir() + fSep() + "MyDoc.docx") 
TextFragment is docFragment(MyDoc, 1, Length(DocToText(MyDoc)))
TextFragment.ClearFormatting()
Syntax
<Element used>.ClearFormatting()
<Element used>: docFragment variable
Name of a variable of type docFragment.
Business / UI classification: Neutral code
Component: wd300mdl.dll
Minimum version required
  • Version 2025
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help