public class TextAttribute extends Object
Modifier and Type | Field and Description |
---|---|
TextAlignment |
align |
boolean |
bold |
TextColor |
color |
boolean |
italic |
int |
length |
FontSize |
size |
int |
start |
boolean |
strikeThrough |
boolean |
underlined |
Constructor and Description |
---|
TextAttribute(int start,
int length,
TextAlignment align,
FontSize size,
boolean bold,
boolean italic,
boolean underlined,
boolean strikeThrough,
TextColor color) |
public int start
public int length
public TextAlignment align
public FontSize size
public boolean bold
public boolean italic
public boolean underlined
public boolean strikeThrough
public TextColor color
public TextAttribute(int start, int length, TextAlignment align, FontSize size, boolean bold, boolean italic, boolean underlined, boolean strikeThrough, TextColor color)