Uses of Enum Class
com.mypurecloud.sdk.v2.model.DocumentBodyParagraphProperties.FontTypeEnum
Packages that use DocumentBodyParagraphProperties.FontTypeEnum
-
Uses of DocumentBodyParagraphProperties.FontTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentBodyParagraphProperties.FontTypeEnumModifier and TypeMethodDescriptionDocumentBodyParagraphProperties.FontTypeEnum.fromString(String key) DocumentBodyParagraphProperties.getFontType()Returns the enum constant of this class with the specified name.DocumentBodyParagraphProperties.FontTypeEnum.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.FontTypeEnumModifier and TypeMethodDescriptionDocumentBodyParagraphProperties.fontType(DocumentBodyParagraphProperties.FontTypeEnum fontType) The font type for the paragraph.voidDocumentBodyParagraphProperties.setFontType(DocumentBodyParagraphProperties.FontTypeEnum fontType)