|
|
|
|
|
DisplayBookmarks (Property) In french: AffichageSignets
The DisplayBookmarks property is used to: - identify the display mode of bookmarks in a Word Processing control.
- show or hide bookmarks in a Word Processing control.
// Show bookmarks WP_MyDocument.DisplayBookmarks = True
Syntax
Identifying the display mode of bookmarks Hide the details
<Result> = <Word Processing control>.DisplayBookmarks
<Result>: Boolean - True if the control displays bookmarks,
- False otherwise
<Word Processing control>: Control name Name of the Word Processing control to use.
Showing or hiding bookmarks Hide the details
<Word Processing control>.DisplayBookmarks = <Display mode>
<Word Processing control>: Control name Name of the Word Processing control to use. <Display mode>: Boolean - True to display bookmarks in the control,
- False otherwise.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|