javax.swing.text
Class StyleConstants.ParagraphConstants

java.lang.Object
  extended by javax.swing.text.StyleConstants
      extended by javax.swing.text.StyleConstants.ParagraphConstants
All Implemented Interfaces:
AttributeSet.ParagraphAttribute
Enclosing class:
StyleConstants

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

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 javax.swing.text.StyleConstants
getAlignment, getBackground, getBidiLevel, getComponent, getFirstLineIndent, getFontFamily, getFontSize, getForeground, getIcon, getLeftIndent, getLineSpacing, getRightIndent, getSpaceAbove, getSpaceBelow, getTabSet, isBold, isItalic, isStrikeThrough, isSubscript, isSuperscript, isUnderline, setAlignment, setBackground, setBidiLevel, setBold, setComponent, setFirstLineIndent, setFontFamily, setFontSize, setForeground, setIcon, setItalic, setLeftIndent, setLineSpacing, setRightIndent, setSpaceAbove, setSpaceBelow, setStrikeThrough, setSubscript, setSuperscript, setTabSet, setUnderline, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.