Package com.mypurecloud.sdk.v2.model
Class DocumentTextProperties
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentTextProperties
- All Implemented Interfaces:
Serializable
DocumentTextProperties
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe font size for the text. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor(String backgroundColor) The background color for the text.booleanfontSize(DocumentTextProperties.FontSizeEnum fontSize) The font size for the text.inthashCode()voidsetBackgroundColor(String backgroundColor) voidvoidsetTextColor(String textColor) The text color for the text.toString()
-
Constructor Details
-
DocumentTextProperties
public DocumentTextProperties() -
DocumentTextProperties
-
-
Method Details
-
fontSize
The font size for the text. The valid values in 'em'. -
getFontSize
-
setFontSize
-
textColor
The text color for the text. The valid values in hex color code representation. For example black color - #000000 -
getTextColor
-
setTextColor
-
backgroundColor
The background color for the text. The valid values in hex color code representation. For example black color - #000000 -
getBackgroundColor
-
setBackgroundColor
-
equals
-
hashCode
public int hashCode() -
toString
-