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: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

BookmarkTextStyle
The word bookmarks text style.

See Also