Click or drag to resize

StyleType Enumeration

Specifies type of the Style.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum StyleType
Members
Member name 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.
See Also