Specifies type of the Style.
Namespace: Spire.Doc.DocumentsAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum StyleType
Public Enumeration StyleType
public enum class StyleType
type StyleType
Members
| Member | Value | Description |
|---|---|---|
| ParagraphStyle | 1 |
The style is a paragraph style.
|
| CharacterStyle | 2 |
The style is a character style.
|
| TableStyle | 3 |
The style is a table style.
|
| ListStyle | 4 |
The style is a list style.
|
| OtherStyle | 4 |
The style is other kind of style.
|