CadTableStyle
Inheritance: java.lang.Object, CadBaseObject
Class describing CadTableStyle
Constructors
| Constructor | Description |
|---|---|
| CadTableStyle() | Initializes a new instance of the CadTableStyle class. |
Methods
| Method | Description |
|---|---|
| getTableStyleCellList() | Gets or sets the table style cell list. |
| setTableStyleCellList(List | Gets or sets the table style cell list. |
| getVersionNumber() | Gets or sets the version number. |
| setVersionNumber(short value) | Gets or sets the version number. |
| getDescription() | Gets or sets the description. |
| setDescription(String value) | Gets or sets the description. |
| getFlowDirection() | Gets or sets the flow direction. |
| setFlowDirection(short value) | Gets or sets the flow direction. |
| getFlags() | Gets or sets the flags. |
| setFlags(short value) | Gets or sets the flags. |
| getHorizontalCellMargin() | Gets or sets the horizontal cell margin. |
| setHorizontalCellMargin(Double value) | Gets or sets the horizontal cell margin. |
| getVerticalCellMargin() | Gets or sets the vertical cell margin. |
| setVerticalCellMargin(Double value) | Gets or sets the vertical cell margin. |
| getFlagForWhetherTitleIsSuppressed() | Gets or sets the flag for whether title is suppressed. |
| setFlagForWhetherTitleIsSuppressed(short value) | Gets or sets the flag for whether title is suppressed. |
| getFlagForWhetherColumnHeadingIsSuppressed() | Gets or sets the flag for whether column heading is suppressed. |
| setFlagForWhetherColumnHeadingIsSuppressed(short value) | Gets or sets the flag for whether column heading is suppressed. |
CadTableStyle()
public CadTableStyle()
Initializes a new instance of the CadTableStyle class.
getTableStyleCellList()
public final List<CadTableStyleCell> getTableStyleCellList()
Gets or sets the table style cell list.
Returns: List
setTableStyleCellList(List value)
public final void setTableStyleCellList(List<CadTableStyleCell> value)
Gets or sets the table style cell list.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The table style cell list. |
getVersionNumber()
public final short getVersionNumber()
Gets or sets the version number.
Returns: short - The version number.
setVersionNumber(short value)
public final void setVersionNumber(short value)
Gets or sets the version number.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The version number. |
getDescription()
public final String getDescription()
Gets or sets the description.
Returns: String - The description.
setDescription(String value)
public final void setDescription(String value)
Gets or sets the description.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The description. |
getFlowDirection()
public final short getFlowDirection()
Gets or sets the flow direction.
Returns: short - The flow direction.
setFlowDirection(short value)
public final void setFlowDirection(short value)
Gets or sets the flow direction.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The flow direction. |
getFlags()
public final short getFlags()
Gets or sets the flags.
Returns: short - The flags.
setFlags(short value)
public final void setFlags(short value)
Gets or sets the flags.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The flags. |
getHorizontalCellMargin()
public final Double getHorizontalCellMargin()
Gets or sets the horizontal cell margin.
Returns: Double - The horizontal cell margin.
setHorizontalCellMargin(Double value)
public final void setHorizontalCellMargin(Double value)
Gets or sets the horizontal cell margin.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Double | The horizontal cell margin. |
getVerticalCellMargin()
public final Double getVerticalCellMargin()
Gets or sets the vertical cell margin.
Returns: Double - The vertical cell margin.
setVerticalCellMargin(Double value)
public final void setVerticalCellMargin(Double value)
Gets or sets the vertical cell margin.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Double | The vertical cell margin. |
getFlagForWhetherTitleIsSuppressed()
public final short getFlagForWhetherTitleIsSuppressed()
Gets or sets the flag for whether title is suppressed.
Returns: short - The flag for whether title is suppressed.
setFlagForWhetherTitleIsSuppressed(short value)
public final void setFlagForWhetherTitleIsSuppressed(short value)
Gets or sets the flag for whether title is suppressed.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The flag for whether title is suppressed. |
getFlagForWhetherColumnHeadingIsSuppressed()
public final short getFlagForWhetherColumnHeadingIsSuppressed()
Gets or sets the flag for whether column heading is suppressed.
Returns: short - The flag for whether column heading is suppressed.
setFlagForWhetherColumnHeadingIsSuppressed(short value)
public final void setFlagForWhetherColumnHeadingIsSuppressed(short value)
Gets or sets the flag for whether column heading is suppressed.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The flag for whether column heading is suppressed. |