StyleConstants « javax.swing.text « Java by API






1.StyleConstants.Bold
2.StyleConstants.Foreground
3.StyleConstants.Italic
4.StyleConstants.LineSpacing
5.StyleConstants: setAlignment(MutableAttributeSet a, int align)
6.StyleConstants: setBold(MutableAttributeSet a, boolean b)
7.StyleConstants: setComponent(MutableAttributeSet a, Component c)
8.StyleConstants: setFirstLineIndent(MutableAttributeSet a, float i)
9.StyleConstants: setFontFamily(MutableAttributeSet a, String fam)








10.StyleConstants: setForeground(MutableAttributeSet a, Color fg)
11.StyleConstants: setFontSize(MutableAttributeSet a, int s)
12.StyleConstants: setIcon(MutableAttributeSet a, Icon c)
13.StyleConstants: setItalic(MutableAttributeSet a, boolean b)
14.StyleConstants: setLeftIndent(MutableAttributeSet a, float i)
15.StyleConstants: setRightIndent(MutableAttributeSet a, float i)
16.StyleConstants: setSpaceAbove(MutableAttributeSet a, float i)
17.StyleConstants: setSpaceBelow(MutableAttributeSet a, float i)
18.StyleConstants: setTabSet(MutableAttributeSet a, TabSet tabs)
19.StyleConstants: setUnderline(MutableAttributeSet a, boolean b)