javax.swing.text
Class StyleConstants.ParagraphConstants

java.lang.Object
  |
  +--javax.swing.text.StyleConstants
        |
        +--javax.swing.text.StyleConstants.ParagraphConstants
All Implemented Interfaces:
AttributeSet.ParagraphAttribute
Enclosing class:
StyleConstants
public static class StyleConstants.ParagraphConstants
extends StyleConstants
implements AttributeSet.ParagraphAttribute

This is a typesafe enumeration of the well-known attributes that contribute to a paragraph style. These are aliased by the outer class for general presentation.

 

Nested Class Summary

 
Nested classes inherited from class javax.swing.text.StyleConstants
StyleConstants.CharacterConstants, StyleConstants.ColorConstants, StyleConstants.FontConstants, StyleConstants.ParagraphConstants
 

 

Field Summary

static Object Alignment
    Alignment for the paragraph.
static Object FirstLineIndent
    The amount of space to indent the first line of the paragraph.
static Object LeftIndent
    The amount to indent the left side of the paragraph.
static Object LineSpacing
    The amount of space between lines of the paragraph.
static Object Orientation
    Orientation for the paragraph.
static Object RightIndent
    The amount to indent the right side of the paragraph.
static Object SpaceAbove
    The amount of space above the paragraph.
static Object SpaceBelow
    The amount of space below the paragraph.
static Object TabSet
    TabSet for the paragraph.
 
Fields inherited from class javax.swing.text.StyleConstants
ALIGN_CENTER, ALIGN_JUSTIFIED, ALIGN_LEFT, ALIGN_RIGHT, Background, BidiLevel, Bold, ComponentAttribute,