Uses of Enum Class
com.mypurecloud.sdk.v2.model.DocumentBodyTableCellBlockProperties.HorizontalAlignEnum
Packages that use DocumentBodyTableCellBlockProperties.HorizontalAlignEnum
-
Uses of DocumentBodyTableCellBlockProperties.HorizontalAlignEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentBodyTableCellBlockProperties.HorizontalAlignEnumModifier and TypeMethodDescriptionDocumentBodyTableCellBlockProperties.HorizontalAlignEnum.fromString(String key) DocumentBodyTableCellBlockProperties.getHorizontalAlign()Returns the enum constant of this class with the specified name.DocumentBodyTableCellBlockProperties.HorizontalAlignEnum.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 DocumentBodyTableCellBlockProperties.HorizontalAlignEnumModifier and TypeMethodDescriptionDocumentBodyTableCellBlockProperties.horizontalAlign(DocumentBodyTableCellBlockProperties.HorizontalAlignEnum horizontalAlign) The horizontal alignment for the table cell.voidDocumentBodyTableCellBlockProperties.setHorizontalAlign(DocumentBodyTableCellBlockProperties.HorizontalAlignEnum horizontalAlign)