|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.text.StyleConstants
javax.swing.text.StyleConstants.ParagraphConstants
public static class StyleConstants.ParagraphConstants
A set of keys for attributes that apply to paragraphs.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.text.StyleConstants |
---|
StyleConstants.CharacterConstants, StyleConstants.ColorConstants, StyleConstants.FontConstants, StyleConstants.ParagraphConstants |
Field Summary | |
---|---|
static Object |
Alignment
A key for the alignment paragraph attribute. |
static Object |
FirstLineIndent
A key for the first line indentation paragraph attribute. |
static Object |
LeftIndent
A key for the left indentation paragraph attribute. |
static Object |
LineSpacing
A key for the line spacing paragraph attribute. |
static Object |
Orientation
A key for the orientation paragraph attribute. |
static Object |
RightIndent
A key for the right indentation paragraph attribute. |
static Object |
SpaceAbove
A key for the 'space above' paragraph attribute. |
static Object |
SpaceBelow
A key for the 'space below' paragraph attribute. |
static Object |
TabSet
A key for the tabset paragraph attribute. |
Fields inherited from class javax.swing.text.StyleConstants |
---|
ALIGN_CENTER, ALIGN_JUSTIFIED, ALIGN_LEFT, ALIGN_RIGHT, Background, BidiLevel, Bold, ComponentAttribute, ComponentElementName, ComposedTextAttribute, Family, FontFamily, FontSize, Foreground, IconAttribute, IconElementName, Italic, ModelAttribute, NameAttribute, ResolveAttribute, Size, StrikeThrough, Subscript, Superscript, Underline |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Object Alignment
public static final Object FirstLineIndent
public static final Object LeftIndent
public static final Object LineSpacing
public static final Object Orientation
public static final Object RightIndent
public static final Object SpaceAbove
public static final Object SpaceBelow
public static final Object TabSet
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |