CadTableFormat
Contents
[
Hide
]Inheritance: java.lang.Object, CadBaseObject
Class describing CadTableFormat
Constructors
| Constructor | Description |
|---|---|
| CadTableFormat() | Initializes a new instance of the CadCellStyleMap class. |
Methods
| Method | Description |
|---|---|
| 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 | 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:
| Parameter | Type | Description |
|---|---|---|
| value | CadContentFormat | The 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:
| Parameter | Type | Description |
|---|---|---|
| value | CadCellMargin | The cell margin. |
getGridFormats()
public final List<CadGridFormat> getGridFormats()
Gets or sets the grid formats.
Returns: List
setGridFormats(List value)
public final void setGridFormats(List<CadGridFormat> value)
Gets or sets the grid formats.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The grid formats. |