Ontimize 5.2072EN

com.ontimize.util.rtf.style
Class RTFStyleConstants

java.lang.Object
  extended bycom.ontimize.util.rtf.style.RTFStyleConstants

public class RTFStyleConstants
extends java.lang.Object


Field Summary
static java.lang.String CellElementName
           
static int CHARACTER
          Indicates character style.
static int PARAGRAPH
          Indicates paragraph style.
static java.lang.String RowElementName
           
static int SECTION
          Indicates section style.
static int TABLE
          Indicates Table style.
static int TABLE_STYLE_DEFINITION
          Indicates table definition style.
static java.lang.String TableElementName
           
 
Constructor Summary
RTFStyleConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TableElementName

public static final java.lang.String TableElementName
See Also:
Constant Field Values

RowElementName

public static final java.lang.String RowElementName
See Also:
Constant Field Values

CellElementName

public static final java.lang.String CellElementName
See Also:
Constant Field Values

PARAGRAPH

public static final int PARAGRAPH
Indicates paragraph style.

See Also:
Constant Field Values

CHARACTER

public static final int CHARACTER
Indicates character style.

See Also:
Constant Field Values

SECTION

public static final int SECTION
Indicates section style.

See Also:
Constant Field Values

TABLE

public static final int TABLE
Indicates Table style.

See Also:
Constant Field Values

TABLE_STYLE_DEFINITION

public static final int TABLE_STYLE_DEFINITION
Indicates table definition style.

See Also:
Constant Field Values
Constructor Detail

RTFStyleConstants

public RTFStyleConstants()

Ontimize