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