Uses of Enum Class
com.mypurecloud.sdk.v2.model.DocumentBodyParagraphProperties.FontSizeEnum
Packages that use DocumentBodyParagraphProperties.FontSizeEnum
-
Uses of DocumentBodyParagraphProperties.FontSizeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentBodyParagraphProperties.FontSizeEnumModifier and TypeMethodDescriptionDocumentBodyParagraphProperties.FontSizeEnum.fromString(String key) DocumentBodyParagraphProperties.getFontSize()Returns the enum constant of this class with the specified name.DocumentBodyParagraphProperties.FontSizeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type DocumentBodyParagraphProperties.FontSizeEnumModifier and TypeMethodDescriptionDocumentBodyParagraphProperties.fontSize(DocumentBodyParagraphProperties.FontSizeEnum fontSize) The font size for the paragraph.voidDocumentBodyParagraphProperties.setFontSize(DocumentBodyParagraphProperties.FontSizeEnum fontSize)