Uses of Class
com.mypurecloud.sdk.v2.model.DocumentBodyParagraphProperties
Packages that use DocumentBodyParagraphProperties
-
Uses of DocumentBodyParagraphProperties in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentBodyParagraphPropertiesModifier and TypeMethodDescriptionDocumentBodyParagraphProperties.align(DocumentBodyParagraphProperties.AlignEnum align) The align type for the paragraph.DocumentBodyParagraphProperties.backgroundColor(String backgroundColor) The background color for the paragraph.DocumentBodyParagraphProperties.fontSize(DocumentBodyParagraphProperties.FontSizeEnum fontSize) The font size for the paragraph.DocumentBodyParagraphProperties.fontType(DocumentBodyParagraphProperties.FontTypeEnum fontType) The font type for the paragraph.DocumentBodyParagraph.getProperties()DocumentBodyParagraphWithHighlight.getProperties()DocumentBodyParagraphProperties.indentation(Float indentation) The indentation color for the paragraph.The text color for the paragraph.Methods in com.mypurecloud.sdk.v2.model with parameters of type DocumentBodyParagraphPropertiesModifier and TypeMethodDescriptionDocumentBodyParagraph.properties(DocumentBodyParagraphProperties properties) The properties for the paragraph.DocumentBodyParagraphWithHighlight.properties(DocumentBodyParagraphProperties properties) The properties for the paragraph.voidDocumentBodyParagraph.setProperties(DocumentBodyParagraphProperties properties) voidDocumentBodyParagraphWithHighlight.setProperties(DocumentBodyParagraphProperties properties)