public class TableTextStyle extends TextStyle
Represents a text style in a view table.
Constructor and Description |
---|
TableTextStyle(int rowUid)
Initializes a new instance of the
TableTextStyle class. |
Modifier and Type | Method and Description |
---|---|
int |
getField()
Gets a field the style is to be applied to.
|
int |
getItemType()
Returns text item type.
|
int |
getRowUid()
Gets a row unique id.
|
void |
setField(int value)
Sets a field the style is to be applied to.
|
getBackgroundColor, getBackgroundPattern, getColor, getFontFamily, getFontStyle, getSizeInPoints, setBackgroundColor, setBackgroundPattern, setColor, setFontFamily, setFontStyle, setItemType, setSizeInPoints
public TableTextStyle(int rowUid)
Initializes a new instance of the TableTextStyle
class.
rowUid
- A specified row unique id.public final int getField()
Gets a field the style is to be applied to.
Field
(getField()
/setField(int)
).
public final void setField(int value)
Sets a field the style is to be applied to.
Field
(getField()
/setField(int)
).
value
- a field the style is to be applied to.public int getItemType()
getItemType
in class TextStyle
public final int getRowUid()
Gets a row unique id.