Package com.mypurecloud.sdk.v2.model
Class DocumentBodyTableProperties
java.lang.Object
com.mypurecloud.sdk.v2.model.DocumentBodyTableProperties
- All Implemented Interfaces:
Serializable
DocumentBodyTableProperties
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe alignment for the table.static enumThe border style for the table. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe alignment for the table.backgroundColor(String backgroundColor) The background color for the table.borderColor(String borderColor) The border color for the table.borderStyle(DocumentBodyTableProperties.BorderStyleEnum borderStyle) The border style for the table.borderWidth(Float borderWidth) The border width for the table.caption(DocumentBodyTableCaptionBlock caption) The caption for the table.cellPadding(Float cellPadding) The cell padding for the table.cellSpacing(Float cellSpacing) The cell spacing for the table.booleangetWidth()inthashCode()The height for the table.voidvoidsetBackgroundColor(String backgroundColor) voidsetBorderColor(String borderColor) voidvoidsetBorderWidth(Float borderWidth) voidsetCaption(DocumentBodyTableCaptionBlock caption) voidsetCellPadding(Float cellPadding) voidsetCellSpacing(Float cellSpacing) voidvoidvoidsetWidthWithUnit(DocumentElementLength widthWithUnit) toString()The width of the table converted to em unit.widthWithUnit(DocumentElementLength widthWithUnit) The width of the table in the specified unit.
-
Constructor Details
-
DocumentBodyTableProperties
public DocumentBodyTableProperties() -
DocumentBodyTableProperties
-
-
Method Details
-
width
The width of the table converted to em unit. -
getWidth
-
setWidth
-
widthWithUnit
The width of the table in the specified unit. -
getWidthWithUnit
-
setWidthWithUnit
-
height
The height for the table. -
getHeight
-
setHeight
-
cellSpacing
The cell spacing for the table. The valid values in 'em'. -
getCellSpacing
-
setCellSpacing
-
cellPadding
The cell padding for the table. The valid values in 'em'. -
getCellPadding
-
setCellPadding
-
borderWidth
The border width for the table. The valid values in 'em' -
getBorderWidth
-
setBorderWidth
-
alignment
The alignment for the table. -
getAlignment
-
setAlignment
-
borderStyle
public DocumentBodyTableProperties borderStyle(DocumentBodyTableProperties.BorderStyleEnum borderStyle) The border style for the table. -
getBorderStyle
-
setBorderStyle
-
borderColor
The border color for the table. The valid values in hex color code representation. For example black color - #000000 -
getBorderColor
-
setBorderColor
-
backgroundColor
The background color for the table. The valid values in hex color code representation. For example black color - #000000 -
getBackgroundColor
-
setBackgroundColor
-
caption
The caption for the table. The valid values in hex color code representation. For example black color - #000000 -
getCaption
-
setCaption
-
equals
-
hashCode
public int hashCode() -
toString
-