com.spire.doc.documents
Enum StyleType

java.lang.Object
  extended by java.lang.Enum<StyleType>
      extended by com.spire.doc.documents.StyleType
All Implemented Interfaces:
java.lang.Comparable<StyleType>

public enum StyleType
extends java.lang.Enum<StyleType>

Specifies type of the Style.


Enum Constant Summary
Character_Style
          The style is a character style.
List_Style
          The style is a list style.
Other_Style
          The style is other kind of style.
Paragraph_Style
          The style is a paragraph style.
Table_Style
          The style is a table style.
 
Method Summary
 int getValue()
           
 

Enum Constant Detail

Paragraph_Style

public static final StyleType Paragraph_Style
The style is a paragraph style.


Character_Style

public static final StyleType Character_Style
The style is a character style.


Table_Style

public static final StyleType Table_Style
The style is a table style.


List_Style

public static final StyleType List_Style
The style is a list style.


Other_Style

public static final StyleType Other_Style
The style is other kind of style.

Method Detail

getValue

public int getValue()