|
Préférences
Moteurs de recherche
|
||||||||||||||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.4.2
javax.swing.text
|
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, ComponentElementName, ComposedTextAttribute, FontFamily, FontSize, Foreground, IconAttribute, IconElementName, Italic, ModelAttribute, NameAttribute, ResolveAttribute, StrikeThrough, Subscript, Superscript, Underline |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Object FirstLineIndent
public static final Object LeftIndent
public static final Object RightIndent
public static final Object LineSpacing
public static final Object SpaceAbove
public static final Object SpaceBelow
public static final Object Alignment
public static final Object TabSet
public static final Object Orientation