| 
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
Syntax
 
 
[FlagsAttribute]
public enum BookmarkTextStyle
 
<FlagsAttribute>
Public Enumeration BookmarkTextStyle
 
[FlagsAttribute]
public enum class BookmarkTextStyle
 
[<FlagsAttribute>]
type BookmarkTextStyle
 
 
 
 
 Members
 Members
 
|  | Member name | Value | Description | 
|  | Regular | 0 | Regular text style. | 
|  | Italic | 1 | Italic text style. | 
|  | Bold | 2 | Bold text style. | 
 
 
 See Also
See Also