com.lowagie.text.rtf.style

Class RtfStyleTypes

public final class RtfStyleTypes extends Object

RtfStyleTypes contains the different types of Stylesheet entries that exist in RTF.

Since: 2.0.8

Author: Howard Shank (hgshank@yahoo.com)

Field Summary
static intCHARACTER
Indicates character style.
static intPARAGRAPH
Indicates paragraph style.
static intSECTION
Indicates section style.
static intTABLE
Indicates Table style.
static intTABLE_STYLE_DEFINITION
Indicates table definition style.

Field Detail

CHARACTER

public static final int CHARACTER
Indicates character style.

PARAGRAPH

public static final int PARAGRAPH
Indicates paragraph style.

SECTION

public static final int SECTION
Indicates section style.

TABLE

public static final int TABLE
Indicates Table style.

TABLE_STYLE_DEFINITION

public static final int TABLE_STYLE_DEFINITION
Indicates table definition style.