Package com.mypurecloud.sdk.v2.model
Class DocumentBodyTableCellBlockProperties
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentBodyTableCellBlockProperties
- All Implemented Interfaces:
Serializable
DocumentBodyTableCellBlockProperties
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe border style for the table cell.static enumThe type of the table cell.static enumThe horizontal alignment for the table cell.static enumThe scope for the table cell.static enumThe vertical alignment for the table cell. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor(String backgroundColor) The background color for the table cell.borderColor(String borderColor) The border color for the table cell.The border style for the table cell.borderWidth(Float borderWidth) The border width for the table cell.The type of the table cell.The colSpan for the table cell.booleangetScope()getWidth()inthashCode()The height for the table cell.horizontalAlign(DocumentBodyTableCellBlockProperties.HorizontalAlignEnum horizontalAlign) The horizontal alignment for the table cell.The rowSpan for the table cell.The scope for the table cell.voidsetBackgroundColor(String backgroundColor) voidsetBorderColor(String borderColor) voidvoidsetBorderWidth(Float borderWidth) voidvoidsetColSpan(Integer colSpan) voidvoidvoidsetRowSpan(Integer rowSpan) voidvoidvoidvoidsetWidthWithUnit(DocumentElementLength widthWithUnit) toString()The vertical alignment for the table cell.The width of the table cell converted to em unit.widthWithUnit(DocumentElementLength widthWithUnit) The width of the table cell in the specified unit.
-
Constructor Details
-
DocumentBodyTableCellBlockProperties
public DocumentBodyTableCellBlockProperties() -
DocumentBodyTableCellBlockProperties
-
-
Method Details
-
cellType
public DocumentBodyTableCellBlockProperties cellType(DocumentBodyTableCellBlockProperties.CellTypeEnum cellType) The type of the table cell. -
getCellType
-
setCellType
-
width
The width of the table cell converted to em unit. -
getWidth
-
setWidth
-
widthWithUnit
The width of the table cell in the specified unit. -
getWidthWithUnit
-
setWidthWithUnit
-
height
The height for the table cell. -
getHeight
-
setHeight
-
horizontalAlign
public DocumentBodyTableCellBlockProperties horizontalAlign(DocumentBodyTableCellBlockProperties.HorizontalAlignEnum horizontalAlign) The horizontal alignment for the table cell. -
getHorizontalAlign
-
setHorizontalAlign
public void setHorizontalAlign(DocumentBodyTableCellBlockProperties.HorizontalAlignEnum horizontalAlign) -
verticalAlign
public DocumentBodyTableCellBlockProperties verticalAlign(DocumentBodyTableCellBlockProperties.VerticalAlignEnum verticalAlign) The vertical alignment for the table cell. -
getVerticalAlign
-
setVerticalAlign
-
borderWidth
The border width for the table cell. The valid values in 'em' -
getBorderWidth
-
setBorderWidth
-
borderStyle
public DocumentBodyTableCellBlockProperties borderStyle(DocumentBodyTableCellBlockProperties.BorderStyleEnum borderStyle) The border style for the table cell. -
getBorderStyle
-
setBorderStyle
-
borderColor
The border color for the table cell. For example black color - #000000 -
getBorderColor
-
setBorderColor
-
backgroundColor
The background color for the table cell. For example black color - #000000 -
getBackgroundColor
-
setBackgroundColor
-
scope
public DocumentBodyTableCellBlockProperties scope(DocumentBodyTableCellBlockProperties.ScopeEnum scope) The scope for the table cell. -
getScope
-
setScope
-
colSpan
The colSpan for the table cell. -
getColSpan
-
setColSpan
-
rowSpan
The rowSpan for the table cell. -
getRowSpan
-
setRowSpan
-
equals
-
hashCode
public int hashCode() -
toString
-