javax.swing.text
public static class StyleConstants.ParagraphConstants extends StyleConstants implements AttributeSet.ParagraphAttribute
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. |