com.lowagie.text.rtf.style
public final class RtfStyleTypes extends Object
RtfStyleTypes contains the different types of Stylesheet entries
that exist in RTF.
Since: 2.0.8
| Field Summary | |
|---|---|
| static int | CHARACTER
Indicates character style. |
| static int | PARAGRAPH
Indicates paragraph style. |
| static int | SECTION
Indicates section style. |
| static int | TABLE
Indicates Table style. |
| static int | TABLE_STYLE_DEFINITION
Indicates table definition style. |