Specifies type of the Style.

Namespace: Spire.Doc.Documents
Assembly: 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

MemberValueDescription
ParagraphStyle1
The style is a paragraph style.
CharacterStyle2
The style is a character style.
TableStyle3
The style is a table style.
ListStyle4
The style is a list style.
OtherStyle4
The style is other kind of style.

See Also