Package com.mypurecloud.sdk.v2.model
Class DocumentBodyParagraphProperties
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentBodyParagraphProperties
- All Implemented Interfaces:
Serializable
DocumentBodyParagraphProperties
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe align type for the paragraph.static enumThe font size for the paragraph.static enumThe font type for the paragraph. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe align type for the paragraph.backgroundColor(String backgroundColor) The background color for the paragraph.booleanThe font size for the paragraph.The font type for the paragraph.getAlign()inthashCode()indentation(Float indentation) The indentation color for the paragraph.voidvoidsetBackgroundColor(String backgroundColor) voidvoidvoidsetIndentation(Float indentation) voidsetTextColor(String textColor) The text color for the paragraph.toString()
-
Constructor Details
-
DocumentBodyParagraphProperties
public DocumentBodyParagraphProperties() -
DocumentBodyParagraphProperties
-
-
Method Details
-
fontSize
public DocumentBodyParagraphProperties fontSize(DocumentBodyParagraphProperties.FontSizeEnum fontSize) The font size for the paragraph. The valid values in 'em'. -
getFontSize
-
setFontSize
-
fontType
public DocumentBodyParagraphProperties fontType(DocumentBodyParagraphProperties.FontTypeEnum fontType) The font type for the paragraph. -
getFontType
-
setFontType
-
textColor
The text color for the paragraph. The valid values in hex color code representation. For example black color - #000000 -
getTextColor
-
setTextColor
-
backgroundColor
The background color for the paragraph. The valid values in hex color code representation. For example black color - #000000 -
getBackgroundColor
-
setBackgroundColor
-
align
The align type for the paragraph. -
getAlign
-
setAlign
-
indentation
The indentation color for the paragraph. The valid values in 'em'. -
getIndentation
-
setIndentation
-
equals
-
hashCode
public int hashCode() -
toString
-