| 
ToPdfParameterList
WordBookmarksTextStyle Property
  | 
 Gets or sets the text style of the word bookmarks.
The default value is the Bold.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public BookmarkTextStyle WordBookmarksTextStyle { get; set; }
 
Public Property WordBookmarksTextStyle As BookmarkTextStyle
	Get
	Set
 
public:
property BookmarkTextStyle WordBookmarksTextStyle {
	BookmarkTextStyle get ();
	void set (BookmarkTextStyle value);
}
 
member WordBookmarksTextStyle : BookmarkTextStyle with get, set
 
 
 
Property Value
 
 Type:
 
BookmarkTextStyle
 
 The word bookmarks text style.
 
 See Also
See Also