Uses of Class
com.mypurecloud.sdk.v2.model.DocumentBodyTableCellBlockProperties
Packages that use DocumentBodyTableCellBlockProperties
-
Uses of DocumentBodyTableCellBlockProperties in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentBodyTableCellBlockPropertiesModifier and TypeMethodDescriptionDocumentBodyTableCellBlockProperties.backgroundColor(String backgroundColor) The background color for the table cell.DocumentBodyTableCellBlockProperties.borderColor(String borderColor) The border color for the table cell.DocumentBodyTableCellBlockProperties.borderStyle(DocumentBodyTableCellBlockProperties.BorderStyleEnum borderStyle) The border style for the table cell.DocumentBodyTableCellBlockProperties.borderWidth(Float borderWidth) The border width for the table cell.DocumentBodyTableCellBlockProperties.cellType(DocumentBodyTableCellBlockProperties.CellTypeEnum cellType) The type of the table cell.The colSpan for the table cell.DocumentBodyTableCellBlock.getProperties()DocumentBodyTableCellBlockWithHighlight.getProperties()The height for the table cell.DocumentBodyTableCellBlockProperties.horizontalAlign(DocumentBodyTableCellBlockProperties.HorizontalAlignEnum horizontalAlign) The horizontal alignment for the table cell.The rowSpan for the table cell.DocumentBodyTableCellBlockProperties.scope(DocumentBodyTableCellBlockProperties.ScopeEnum scope) The scope for the table cell.DocumentBodyTableCellBlockProperties.verticalAlign(DocumentBodyTableCellBlockProperties.VerticalAlignEnum verticalAlign) The vertical alignment for the table cell.The width of the table cell converted to em unit.DocumentBodyTableCellBlockProperties.widthWithUnit(DocumentElementLength widthWithUnit) The width of the table cell in the specified unit.Methods in com.mypurecloud.sdk.v2.model with parameters of type DocumentBodyTableCellBlockPropertiesModifier and TypeMethodDescriptionDocumentBodyTableCellBlock.properties(DocumentBodyTableCellBlockProperties properties) The properties for the table cell.DocumentBodyTableCellBlockWithHighlight.properties(DocumentBodyTableCellBlockProperties properties) The properties for the table cell.voidDocumentBodyTableCellBlock.setProperties(DocumentBodyTableCellBlockProperties properties) voidDocumentBodyTableCellBlockWithHighlight.setProperties(DocumentBodyTableCellBlockProperties properties)