Package com.mypurecloud.sdk.v2.model
Class TextStyleProperties
java.lang.Object
com.mypurecloud.sdk.v2.model.TextStyleProperties
- All Implemented Interfaces:
Serializable
TextStyleProperties
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionColor of the text.booleanFont of the text.Font size of the text.getColor()getFont()inthashCode()voidvoidvoidsetFontSize(String fontSize) voidsetTextAlign(TextStyleProperties.TextAlignEnum textAlign) textAlign(TextStyleProperties.TextAlignEnum textAlign) Text alignment.toString()
-
Constructor Details
-
TextStyleProperties
public TextStyleProperties() -
TextStyleProperties
-
-
Method Details
-
color
Color of the text. (eg. #FFFFFF) -
getColor
-
setColor
-
font
Font of the text. (eg. Helvetica) -
getFont
-
setFont
-
fontSize
Font size of the text. (eg. '12') -
getFontSize
-
setFontSize
-
textAlign
Text alignment. -
getTextAlign
-
setTextAlign
-
equals
-
hashCode
public int hashCode() -
toString
-