Fields
publicfinalstatic
int ALIGN_CENTER
= "1"
A possible value for paragraph alignment.
A possible value for paragraph alignment. This
specifies that the text is aligned to the center
and extra whitespace should be placed equally on
the left and right.
publicfinalstatic
int ALIGN_JUSTIFIED
= "3"
A possible value for paragraph alignment.
A possible value for paragraph alignment. This
specifies that extra whitespace should be spread
out through the rows of the paragraph with the
text lined up with the left and right indent
except on the last line which should be aligned
to the left.
publicfinalstatic
int ALIGN_LEFT
= "0"
A possible value for paragraph alignment.
A possible value for paragraph alignment. This
specifies that the text is aligned to the left
indent and extra whitespace should be placed on
the right.
publicfinalstatic
int ALIGN_RIGHT
= "2"
A possible value for paragraph alignment.
A possible value for paragraph alignment. This
specifies that the text is aligned to the right
indent and extra whitespace should be placed on
the left.
publicfinalstatic
Object Alignment
Alignment for the paragraph.
Alignment for the paragraph. The type is
Integer. Valid values are:
- ALIGN_LEFT
- ALIGN_RIGHT
- ALIGN_CENTER
- ALIGN_JUSTIFED
publicfinalstatic
Object Background
Name of the background color attribute.
publicfinalstatic
Object BidiLevel
Bidirectional level of a character as assigned by the Unicode bidi
algorithm.
publicfinalstatic
Object Bold
Name of the bold attribute.
publicfinalstatic
Object ComponentAttribute
Name of the component attribute.
publicfinalstatic
String ComponentElementName
= "component"
Name of elements used to represent components.
publicfinalstatic
Object ComposedTextAttribute
Name of the input method composed text attribute.
Name of the input method composed text attribute. The value of
this attribute is an instance of AttributedString which represents
the composed text.
publicfinalstatic
Object Family
Name of the font family.
Name of the font family.
Since:
1.5
publicfinalstatic
Object FirstLineIndent
The amount of space to indent the first
line of the paragraph.
The amount of space to indent the first
line of the paragraph. This value may be negative
to offset in the reverse direction. The type
is Float and specifies the size of the space
in points.
publicfinalstatic
Object FontFamily
Name of the font family.
publicfinalstatic
Object FontSize
Name of the font size.
publicfinalstatic
Object Foreground
Name of the foreground color attribute.
publicfinalstatic
Object IconAttribute
Name of the icon attribute.
publicfinalstatic
String IconElementName
= "icon"
Name of elements used to represent icons.
publicfinalstatic
Object Italic
Name of the italic attribute.
pack-privatestatic
Object keys
publicfinalstatic
Object LeftIndent
The amount to indent the left side
of the paragraph.
The amount to indent the left side
of the paragraph.
Type is float and specifies the size in points.
publicfinalstatic
Object LineSpacing
The amount of space between lines
of the paragraph.
The amount of space between lines
of the paragraph.
Type is float and specifies the size as a factor of the line height
publicfinalstatic
Object ModelAttribute
Attribute used to identify the model for embedded
objects that have a model view separation.
publicfinalstatic
Object NameAttribute
Attribute name used to name the collection of
attributes.
publicfinalstatic
Object Orientation
Orientation for a paragraph.
publicfinalstatic
Object ResolveAttribute
Attribute name used to identifiy the resolving parent
set of attributes, if one is defined.
publicfinalstatic
Object RightIndent
The amount to indent the right side
of the paragraph.
The amount to indent the right side
of the paragraph.
Type is float and specifies the size in points.
publicfinalstatic
Object Size
Name of the font size.
Name of the font size.
Since:
1.5
publicfinalstatic
Object SpaceAbove
The amount of space above the paragraph.
The amount of space above the paragraph.
Type is float and specifies the size in points.
publicfinalstatic
Object SpaceBelow
The amount of space below the paragraph.
The amount of space below the paragraph.
Type is float and specifies the size in points.
publicfinalstatic
Object StrikeThrough
Name of the Strikethrough attribute.
publicfinalstatic
Object Subscript
Name of the Subscript attribute.
publicfinalstatic
Object Superscript
Name of the Superscript attribute.
publicfinalstatic
Object TabSet
TabSet for the paragraph, type is a TabSet containing
TabStops.
publicfinalstatic
Object Underline
Name of the underline attribute.