Uses of Enum Class
com.mypurecloud.sdk.v2.model.DocumentBodyTableCellBlockProperties.VerticalAlignEnum
Packages that use DocumentBodyTableCellBlockProperties.VerticalAlignEnum
-
Uses of DocumentBodyTableCellBlockProperties.VerticalAlignEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentBodyTableCellBlockProperties.VerticalAlignEnumModifier and TypeMethodDescriptionDocumentBodyTableCellBlockProperties.VerticalAlignEnum.fromString(String key) DocumentBodyTableCellBlockProperties.getVerticalAlign()Returns the enum constant of this class with the specified name.DocumentBodyTableCellBlockProperties.VerticalAlignEnum.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.VerticalAlignEnumModifier and TypeMethodDescriptionvoidDocumentBodyTableCellBlockProperties.setVerticalAlign(DocumentBodyTableCellBlockProperties.VerticalAlignEnum verticalAlign) DocumentBodyTableCellBlockProperties.verticalAlign(DocumentBodyTableCellBlockProperties.VerticalAlignEnum verticalAlign) The vertical alignment for the table cell.