public class TableTextStyle extends TextStyle
Represents a text style in a view table.
Constructor and Description |
---|
TableTextStyle(int rowUid)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getField()
A field the style is to be applied to.
|
int |
getItemType()
Returns text item type.
|
int |
getRowUid()
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)
Constructor.
rowUid
- unique id of the row.public int getItemType()
getItemType
in class TextStyle
public int getRowUid()
A row unique id. Return -1 if the style is to be applied to all rows of a view.
public int getField()
A field the style is to be applied to.
Field
.
public void setField(int value)
value
- Field enumerated type value.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.