FileDocCategorySizeDatePackage
Constants.javaAPI DocJava SE 6 API2175Tue Jun 10 00:27:00 BST 2008javax.swing.text.rtf

Constants

public class Constants extends Object
Class to hold dictionary keys used by the RTF reader/writer. These should be moved into StyleConstants.

Fields Summary
static final String
Tabs
An array of TabStops
static final String
RTFCharacterSet
The name of the character set the original RTF file was in
static final String
StyleType
Indicates the domain of a Style
static final String
STSection
Value for StyleType indicating a section style
static final String
STParagraph
Value for StyleType indicating a paragraph style
static final String
STCharacter
Value for StyleType indicating a character style
static final String
StyleNext
The style of the text following this style
static final String
StyleAdditive
Whether the style is additive
static final String
StyleHidden
Whether the style is hidden from the user
static final String
Caps
static final String
Deleted
static final String
Outline
static final String
SmallCaps
static final String
Shadow
static final String
Strikethrough
static final String
Hidden
static final String
PaperWidth
static final String
PaperHeight
static final String
MarginLeft
static final String
MarginRight
static final String
MarginTop
static final String
MarginBottom
static final String
GutterWidth
static final String
WidowControl
Constructors Summary
Methods Summary