Uses of Class
com.mypurecloud.sdk.v2.model.DocumentBodyTableRowBlockProperties
Packages that use DocumentBodyTableRowBlockProperties
-
Uses of DocumentBodyTableRowBlockProperties in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentBodyTableRowBlockPropertiesModifier and TypeMethodDescriptionDocumentBodyTableRowBlockProperties.alignment(DocumentBodyTableRowBlockProperties.AlignmentEnum alignment) The alignment for the table row.DocumentBodyTableRowBlockProperties.backgroundColor(String backgroundColor) The background color for the table row.DocumentBodyTableRowBlockProperties.borderColor(String borderColor) The border color for the table row.DocumentBodyTableRowBlockProperties.borderStyle(DocumentBodyTableRowBlockProperties.BorderStyleEnum borderStyle) The border style for the table row.DocumentBodyTableRowBlock.getProperties()DocumentBodyTableRowBlockWithHighlight.getProperties()The height for the table row.DocumentBodyTableRowBlockProperties.rowType(DocumentBodyTableRowBlockProperties.RowTypeEnum rowType) The type of the table row.Methods in com.mypurecloud.sdk.v2.model with parameters of type DocumentBodyTableRowBlockPropertiesModifier and TypeMethodDescriptionDocumentBodyTableRowBlock.properties(DocumentBodyTableRowBlockProperties properties) The properties for the table rows.DocumentBodyTableRowBlockWithHighlight.properties(DocumentBodyTableRowBlockProperties properties) The properties for the table rows.voidDocumentBodyTableRowBlock.setProperties(DocumentBodyTableRowBlockProperties properties) voidDocumentBodyTableRowBlockWithHighlight.setProperties(DocumentBodyTableRowBlockProperties properties)