Example usage for Java javax.swing.text StyleConstants fields, constructors, methods, implement or subclass
The text is from its open source code.
String | ComponentElementName Name of elements used to represent components. |
String | IconElementName Name of elements used to represent icons. |
Object | NameAttribute Attribute name used to name the collection of attributes. |
Object | ResolveAttribute Attribute name used to identify the resolving parent set of attributes, if one is defined. |
Object | FontFamily Name of the font family. |
Object | Family Name of the font family. |
Object | FontSize Name of the font size. |
Object | Size Name of the font size. |
Object | Bold Name of the bold attribute. |
Object | Italic Name of the italic attribute. |
Object | Underline Name of the underline attribute. |
Object | StrikeThrough Name of the Strikethrough attribute. |
Object | Superscript Name of the Superscript attribute. |
Object | Subscript Name of the Subscript attribute. |
Object | Foreground Name of the foreground color attribute. |
Object | Background Name of the background color attribute. |
Object | ComponentAttribute Name of the component attribute. |
Object | LineSpacing The amount of space between lines of the paragraph. |
Object | Alignment Alignment for the paragraph. |
Object | TabSet TabSet for the paragraph, type is a TabSet containing TabStops. |
int | ALIGN_LEFT A possible value for paragraph alignment. |
int | ALIGN_CENTER A possible value for paragraph alignment. |
int | ALIGN_RIGHT A possible value for paragraph alignment. |
int | ALIGN_JUSTIFIED A possible value for paragraph alignment. |