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()
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.
|
dispose, 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 int getField()
A field the style is to be applied to.
Field
.
public void setField(int value)
value
- Field enumerated type value.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.
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.