javax.swing.text.rtf
Class Constants

java.lang.Object
  extended byjavax.swing.text.rtf.Constants

class Constants
extends Object

Class to hold dictionary keys used by the RTF reader/writer. These should be moved into StyleConstants.


Field Summary
(package private) static String Caps
           
(package private) static String Deleted
           
(package private) static String GutterWidth
           
(package private) static String Hidden
           
(package private) static String MarginBottom
           
(package private) static String MarginLeft
           
(package private) static String MarginRight
           
(package private) static String MarginTop
           
(package private) static String Outline
           
(package private) static String PaperHeight
           
(package private) static String PaperWidth
           
(package private) static String RTFCharacterSet
          The name of the character set the original RTF file was in
(package private) static String Shadow
           
(package private) static String SmallCaps
           
(package private) static String STCharacter
          Value for StyleType indicating a character style
(package private) static String STParagraph
          Value for StyleType indicating a paragraph style
(package private) static String Strikethrough
           
(package private) static String STSection
          Value for StyleType indicating a section style
(package private) static String StyleAdditive
          Whether the style is additive
(package private) static String StyleHidden
          Whether the style is hidden from the user
(package private) static String StyleNext
          The style of the text following this style
(package private) static String StyleType
          Indicates the domain of a Style
(package private) static String Tabs
          An array of TabStops
(package private) static String WidowControl
           
 
Constructor Summary
(package private) Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Tabs

static final String Tabs
An array of TabStops

See Also:
Constant Field Values

RTFCharacterSet

static final String RTFCharacterSet
The name of the character set the original RTF file was in

See Also:
Constant Field Values

StyleType

static final String StyleType
Indicates the domain of a Style

See Also:
Constant Field Values

STSection

static final String STSection
Value for StyleType indicating a section style

See Also:
Constant Field Values

STParagraph

static final String STParagraph
Value for StyleType indicating a paragraph style

See Also:
Constant Field Values

STCharacter

static final String STCharacter
Value for StyleType indicating a character style

See Also:
Constant Field Values

StyleNext

static final String StyleNext
The style of the text following this style

See Also:
Constant Field Values

StyleAdditive

static final String StyleAdditive
Whether the style is additive

See Also:
Constant Field Values

StyleHidden

static final String StyleHidden
Whether the style is hidden from the user

See Also:
Constant Field Values

Caps

static final String Caps
See Also:
Constant Field Values

Deleted

static final String Deleted
See Also:
Constant Field Values

Outline

static final String Outline
See Also:
Constant Field Values

SmallCaps

static final String SmallCaps
See Also:
Constant Field Values

Shadow

static final String Shadow
See Also:
Constant Field Values

Strikethrough

static final String Strikethrough
See Also:
Constant Field Values

Hidden

static final String Hidden
See Also:
Constant Field Values

PaperWidth

static final String PaperWidth
See Also:
Constant Field Values

PaperHeight

static final String PaperHeight
See Also:
Constant Field Values

MarginLeft

static final String MarginLeft
See Also:
Constant Field Values

MarginRight

static final String MarginRight
See Also:
Constant Field Values

MarginTop

static final String MarginTop
See Also:
Constant Field Values

MarginBottom

static final String MarginBottom
See Also:
Constant Field Values

GutterWidth

static final String GutterWidth
See Also:
Constant Field Values

WidowControl

static final String WidowControl
See Also:
Constant Field Values
Constructor Detail

Constants

Constants()