|
|
|
|
|
DisplayFormattingMarks (Property) In french: AffichageCaractèresContrôle
Warning
From version 27, DisplayControlCharacters is kept for backward compatibility. This property is replaced by DisplayFormattingMarks.
The DisplayFormattingMarks property is used to: - Determine if formatting marks are shown or hidden in a Word Processing control.
- Show or hide formatting marks in a Word Processing control.
// Shows formatting marks WP_MyDocument.DisplayFormattingMarks = True
Syntax
Determining if formatting marks are displayed Hide the details
<Result> = <Word Processing control>.DisplayFormattingMarks
<Result>: Boolean - True if formatting marks are shown in the Word Processing control,
- False otherwise.
<Word Processing control>: Control name Name of the Word Processing control to use.
Showing or hiding formatting marks Hide the details
<Word Processing control>.DisplayFormattingMarks = <Activation>
<Word Processing control>: Control name Name of the Word Processing control to use. <Activation>: Boolean - True to show formatting marks in the control,
- False otherwise.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|