Click or drag to resize

BookmarkTextStyle Enumeration

Allows to choose outline text style.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
[FlagsAttribute]
public enum BookmarkTextStyle
Members
Member name Value Description
Regular 0 Regular text style.
Italic 1 Italic text style.
Bold 2 Bold text style.
See Also