Uses of Class
com.mypurecloud.sdk.v2.model.DocumentBodyTableProperties
Packages that use DocumentBodyTableProperties
-
Uses of DocumentBodyTableProperties in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DocumentBodyTablePropertiesModifier and TypeMethodDescriptionDocumentBodyTableProperties.alignment(DocumentBodyTableProperties.AlignmentEnum alignment) The alignment for the table.DocumentBodyTableProperties.backgroundColor(String backgroundColor) The background color for the table.DocumentBodyTableProperties.borderColor(String borderColor) The border color for the table.DocumentBodyTableProperties.borderStyle(DocumentBodyTableProperties.BorderStyleEnum borderStyle) The border style for the table.DocumentBodyTableProperties.borderWidth(Float borderWidth) The border width for the table.DocumentBodyTableProperties.caption(DocumentBodyTableCaptionBlock caption) The caption for the table.DocumentBodyTableProperties.cellPadding(Float cellPadding) The cell padding for the table.DocumentBodyTableProperties.cellSpacing(Float cellSpacing) The cell spacing for the table.DocumentBodyTable.getProperties()DocumentBodyTableWithHighlight.getProperties()The height for the table.The width of the table converted to em unit.DocumentBodyTableProperties.widthWithUnit(DocumentElementLength widthWithUnit) The width of the table in the specified unit.Methods in com.mypurecloud.sdk.v2.model with parameters of type DocumentBodyTablePropertiesModifier and TypeMethodDescriptionDocumentBodyTable.properties(DocumentBodyTableProperties properties) The properties for the table.DocumentBodyTableWithHighlight.properties(DocumentBodyTableProperties properties) The properties for the table.voidDocumentBodyTable.setProperties(DocumentBodyTableProperties properties) voidDocumentBodyTableWithHighlight.setProperties(DocumentBodyTableProperties properties)