com.aspose.words
Class StyleType

java.lang.Object
    extended by com.aspose.words.StyleType

public class StyleType 
extends java.lang.Object

Utility class containing constants. Represents type of the style.

Field Summary
static final intPARAGRAPH = 1
           The style is a paragraph style.
static final intCHARACTER = 2
           The style is a character style.
static final intTABLE = 3
           The style is a table style.
static final intLIST = 4
           The style is a list style.
 

Field Detail

PARAGRAPH = 1

public static final int PARAGRAPH
The style is a paragraph style.

CHARACTER = 2

public static final int CHARACTER
The style is a character style.

TABLE = 3

public static final int TABLE
The style is a table style.

LIST = 4

public static final int LIST
The style is a list style.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.