CadTableFormat

Inheritance: java.lang.Object, CadBaseObject

Class describing CadTableFormat

Constructors

ConstructorDescription
CadTableFormat()Initializes a new instance of the CadCellStyleMap class.

Methods

MethodDescription
getContentFormat()Gets or sets the content format.
setContentFormat(CadContentFormat value)Gets or sets the content format.
getCellMargin()Gets or sets the cell margin.
setCellMargin(CadCellMargin value)Gets or sets the cell margin.
getGridFormats()Gets or sets the grid formats.
setGridFormats(List value)Gets or sets the grid formats.

CadTableFormat()

public CadTableFormat()

Initializes a new instance of the CadCellStyleMap class.

getContentFormat()

public final CadContentFormat getContentFormat()

Gets or sets the content format.

Returns: CadContentFormat - The content format.

setContentFormat(CadContentFormat value)

public final void setContentFormat(CadContentFormat value)

Gets or sets the content format.

Parameters:

ParameterTypeDescription
valueCadContentFormatThe content format.

getCellMargin()

public final CadCellMargin getCellMargin()

Gets or sets the cell margin.

Returns: CadCellMargin - The cell margin.

setCellMargin(CadCellMargin value)

public final void setCellMargin(CadCellMargin value)

Gets or sets the cell margin.

Parameters:

ParameterTypeDescription
valueCadCellMarginThe cell margin.

getGridFormats()

public final List<CadGridFormat> getGridFormats()

Gets or sets the grid formats.

Returns: List - The grid formats.

setGridFormats(List value)

public final void setGridFormats(List<CadGridFormat> value)

Gets or sets the grid formats.

Parameters:

ParameterTypeDescription
valueListThe grid formats.