Package com.aspose.tasks.cloud.model
Class TableTextStyle
java.lang.Object
com.aspose.tasks.cloud.model.TableTextStyle
Represents a text style in a view table.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor(Colors backgroundColor) backgroundPattern(BackgroundPattern backgroundPattern) booleanGets or sets background color of the text style.Gets or sets background pattern of the text style.getColor()Gets or sets color of the text.getField()Gets or sets a field the style is to be applied to.Returns a value of the TextItemType enum.Gets a row unique id.inthashCode()itemType(TextItemType itemType) voidsetBackgroundColor(Colors backgroundColor) voidsetBackgroundPattern(BackgroundPattern backgroundPattern) voidvoidvoidsetItemType(TextItemType itemType) voidtoString()
-
Constructor Details
-
TableTextStyle
public TableTextStyle()
-
-
Method Details
-
rowUid
-
getRowUid
Gets a row unique id. Return -1 if the style is to be applied to all rows of a view.- Returns:
- rowUid
-
setRowUid
-
field
-
getField
Gets or sets a field the style is to be applied to.- Returns:
- field
-
setField
-
itemType
-
getItemType
Returns a value of the TextItemType enum.- Returns:
- itemType
-
setItemType
-
color
-
getColor
Gets or sets color of the text.- Returns:
- color
-
setColor
-
backgroundPattern
-
getBackgroundPattern
Gets or sets background pattern of the text style.- Returns:
- backgroundPattern
-
setBackgroundPattern
-
backgroundColor
-
getBackgroundColor
Gets or sets background color of the text style.- Returns:
- backgroundColor
-
setBackgroundColor
-
equals
-
hashCode
public int hashCode() -
toString
-