|
|
|
|
|
FormattingMarksColor (Property) In french: CouleurCaractèresContrôle
The FormattingMarksColor property is used to: - get the color of the formatting marks in a Word Processing control.
- change the color of the formatting marks in a Word Processing control.
// Change the color of the formatting marks WP_MyDocument.FormattingMarksColor = True
Syntax
Get the color of the formatting marks in a Word Processing control Hide the details
<Result> = <Word Processing control>.FormattingMarksColor
<Result>: Integer Color of the formatting marks in the specified control. This color can correspond to: <Word Processing control>: Control name Name of the Word Processing control to use.
Change the color of the formatting marks in a Word Processing control Hide the details
<Word Processing control>.FormattingMarksColor = <New color>
<Word Processing control>: Control name Name of the Word Processing control to use. <New color>: Integer or constant New color of the formatting marks. This color can correspond to:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|