ASPOSE home

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
           The style is a paragraph style.
static final intCHARACTER
           The style is a character style.
static final intTABLE
           The style is a table style.
static final intLIST
           The style is a list style.
 

Field Detail

PARAGRAPH

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

CHARACTER

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

TABLE

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

LIST

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

See Also:
          Wiki - the home page for the Aspose.Words Product Documentation that includes Programmer's Guide, Knowledge Base and other articles.
          Aspose.Words Support Forum - our preferred method of support.
          Aspose.Words Team - contact Aspose.Words Team.


ASPOSE home