Uses of Enum Class
com.mypurecloud.sdk.v2.model.TextStyleProperties.TextAlignEnum
Packages that use TextStyleProperties.TextAlignEnum
-
Uses of TextStyleProperties.TextAlignEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TextStyleProperties.TextAlignEnumModifier and TypeMethodDescriptionTextStyleProperties.TextAlignEnum.fromString(String key) TextStyleProperties.getTextAlign()Returns the enum constant of this class with the specified name.static TextStyleProperties.TextAlignEnum[]TextStyleProperties.TextAlignEnum.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 TextStyleProperties.TextAlignEnumModifier and TypeMethodDescriptionvoidTextStyleProperties.setTextAlign(TextStyleProperties.TextAlignEnum textAlign) TextStyleProperties.textAlign(TextStyleProperties.TextAlignEnum textAlign) Text alignment.