public final class RtfStyleTypes extends Object
RtfStyleTypes contains the different types of Stylesheet entries
that exist in RTF.| Modifier and Type | Field and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
RtfStyleTypes() |
public static final int PARAGRAPH
public static final int CHARACTER
public static final int SECTION
public static final int TABLE
public static final int TABLE_STYLE_DEFINITION
Copyright © 2015. All rights reserved.