javax.swing.text

Class StyleConstants.ParagraphConstants

public static class StyleConstants.ParagraphConstants extends StyleConstants implements AttributeSet.ParagraphAttribute

A set of keys for attributes that apply to paragraphs.
Field Summary
static ObjectAlignment
A key for the alignment paragraph attribute.
static ObjectFirstLineIndent
A key for the first line indentation paragraph attribute.
static ObjectLeftIndent
A key for the left indentation paragraph attribute.
static ObjectLineSpacing
A key for the line spacing paragraph attribute.
static ObjectOrientation
A key for the orientation paragraph attribute.
static ObjectRightIndent
A key for the right indentation paragraph attribute.
static ObjectSpaceAbove
A key for the 'space above' paragraph attribute.
static ObjectSpaceBelow
A key for the 'space below' paragraph attribute.
static ObjectTabSet
A key for the tabset paragraph attribute.

Field Detail

Alignment

public static final Object Alignment
A key for the alignment paragraph attribute.

FirstLineIndent

public static final Object FirstLineIndent
A key for the first line indentation paragraph attribute.

LeftIndent

public static final Object LeftIndent
A key for the left indentation paragraph attribute.

LineSpacing

public static final Object LineSpacing
A key for the line spacing paragraph attribute.

Orientation

public static final Object Orientation
A key for the orientation paragraph attribute.

RightIndent

public static final Object RightIndent
A key for the right indentation paragraph attribute.

SpaceAbove

public static final Object SpaceAbove
A key for the 'space above' paragraph attribute.

SpaceBelow

public static final Object SpaceBelow
A key for the 'space below' paragraph attribute.

TabSet

public static final Object TabSet
A key for the tabset paragraph attribute.