Package com.mypurecloud.sdk.v2.model
Class PatchTextStyleProperties
java.lang.Object
com.mypurecloud.sdk.v2.model.PatchTextStyleProperties
- All Implemented Interfaces:
Serializable
PatchTextStyleProperties
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumText alignment. -
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) voidtextAlign(PatchTextStyleProperties.TextAlignEnum textAlign) Text alignment.toString()
-
Constructor Details
-
PatchTextStyleProperties
public PatchTextStyleProperties() -
PatchTextStyleProperties
-
-
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
-