CadTableEntity
Inheritance: java.lang.Object, CadBaseEntity
The Cad table
Constructors
| Constructor | Description |
|---|---|
| CadTableEntity() | Initializes a new instance of the CadTableEntity class. |
Methods
| Method | Description |
|---|---|
| getTypeName() | Gets the name of the type. |
| getTableCellList() | Gets or sets the cad table cell list. |
| setTableCellList(List | Gets or sets the cad table cell list. |
| getAttribute140List() | Gets or sets the attribute 140 list. |
| setAttribute140List(List | Gets or sets the attribute 140 list. |
| 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. |
| getBlockName() | Gets or sets the block name. |
| setBlockName(String value) | Gets or sets the block name. |
| getFlagForTableValue() | Gets or sets the flag for table value. |
| setFlagForTableValue(int value) | Gets or sets the flag for table value. |
| getFlagOverride() | Gets or sets the flag override. |
| setFlagOverride(int value) | Gets or sets the flag override. |
| getFlagOverrideBorderColor() | Gets or sets the flag override border color. |
| setFlagOverrideBorderColor(int value) | Gets or sets the flag override border color. |
| getFlagOverrideBorderLineWeight() | Gets or sets the flag override border line weight. |
| setFlagOverrideBorderLineWeight(int value) | Gets or sets the flag override border line weight. |
| getFlagOverrideBorderVisibility() | Gets or sets the flag override border visibility. |
| setFlagOverrideBorderVisibility(int value) | Gets or sets the flag override border visibility. |
| getInsertionPoint() | Gets or sets the insertion point. |
| setInsertionPoint(Cad3DPoint value) | Gets or sets the insertion point. |
| getNumberOfColumns() | Gets or sets the number of columns. |
| setNumberOfColumns(int value) | Gets or sets the number of columns. |
| getNumberOfRows() | Gets or sets the number of rows. |
| setNumberOfRows(int value) | Gets or sets the number of rows. |
| getPointerIdToOwnerBlock() | Gets or sets the pointer id to owner block. |
| setPointerIdToOwnerBlock(String value) | Gets or sets the pointer id to owner block. |
| getPointerIdTotablestyle() | Gets or sets the pointer id totablestyle. |
| setPointerIdTotablestyle(String value) | Gets or sets the pointer id totablestyle. |
| getTableDataVersionNumber() | Gets or sets the table data version number. |
| setTableDataVersionNumber(short value) | Gets or sets the table data version number. |
| getSuppressTitle() | Gets or sets the suppress title. Value: The suppress title. |
| setSuppressTitle(short value) | Gets or sets the suppress title. Value: The suppress title. |
| getSuppressHeaderRow() | Gets or sets the suppress header row. Value: The suppress header row. |
| setSuppressHeaderRow(short value) | Gets or sets the suppress header row. Value: The suppress header row. |
| getTextStyleName() | Gets or sets the text style name. |
| setTextStyleName(List | Gets or sets the text style name. |
CadTableEntity()
public CadTableEntity()
Initializes a new instance of the CadTableEntity class.
getTypeName()
public int getTypeName()
Gets the name of the type.
Returns: int - The name of the type.
getTableCellList()
public final List<CadTableCell> getTableCellList()
Gets or sets the cad table cell list.
Returns: List
setTableCellList(List value)
public final void setTableCellList(List<CadTableCell> value)
Gets or sets the cad table cell list.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The cad table cell list. |
getAttribute140List()
public final List<Double> getAttribute140List()
Gets or sets the attribute 140 list.
Returns: List
setAttribute140List(List value)
public final void setAttribute140List(List<Double> value)
Gets or sets the attribute 140 list.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The attribute 140 list. |
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. |
getBlockName()
public final String getBlockName()
Gets or sets the block name.
Returns: String
setBlockName(String value)
public final void setBlockName(String value)
Gets or sets the block name.
getFlagForTableValue()
public final int getFlagForTableValue()
Gets or sets the flag for table value.
Returns: int
setFlagForTableValue(int value)
public final void setFlagForTableValue(int value)
Gets or sets the flag for table value.
getFlagOverride()
public final int getFlagOverride()
Gets or sets the flag override.
Returns: int
setFlagOverride(int value)
public final void setFlagOverride(int value)
Gets or sets the flag override.
getFlagOverrideBorderColor()
public final int getFlagOverrideBorderColor()
Gets or sets the flag override border color.
Returns: int
setFlagOverrideBorderColor(int value)
public final void setFlagOverrideBorderColor(int value)
Gets or sets the flag override border color.
getFlagOverrideBorderLineWeight()
public final int getFlagOverrideBorderLineWeight()
Gets or sets the flag override border line weight.
Returns: int
setFlagOverrideBorderLineWeight(int value)
public final void setFlagOverrideBorderLineWeight(int value)
Gets or sets the flag override border line weight.
getFlagOverrideBorderVisibility()
public final int getFlagOverrideBorderVisibility()
Gets or sets the flag override border visibility.
Returns: int
setFlagOverrideBorderVisibility(int value)
public final void setFlagOverrideBorderVisibility(int value)
Gets or sets the flag override border visibility.
getInsertionPoint()
public final Cad3DPoint getInsertionPoint()
Gets or sets the insertion point.
Returns: Cad3DPoint
setInsertionPoint(Cad3DPoint value)
public final void setInsertionPoint(Cad3DPoint value)
Gets or sets the insertion point.
getNumberOfColumns()
public final int getNumberOfColumns()
Gets or sets the number of columns.
Returns: int
setNumberOfColumns(int value)
public final void setNumberOfColumns(int value)
Gets or sets the number of columns.
getNumberOfRows()
public final int getNumberOfRows()
Gets or sets the number of rows.
Returns: int
setNumberOfRows(int value)
public final void setNumberOfRows(int value)
Gets or sets the number of rows.
getPointerIdToOwnerBlock()
public final String getPointerIdToOwnerBlock()
Gets or sets the pointer id to owner block.
Returns: String
setPointerIdToOwnerBlock(String value)
public final void setPointerIdToOwnerBlock(String value)
Gets or sets the pointer id to owner block.
getPointerIdTotablestyle()
public final String getPointerIdTotablestyle()
Gets or sets the pointer id totablestyle.
Returns: String
setPointerIdTotablestyle(String value)
public final void setPointerIdTotablestyle(String value)
Gets or sets the pointer id totablestyle.
getTableDataVersionNumber()
public final short getTableDataVersionNumber()
Gets or sets the table data version number.
Returns: short
setTableDataVersionNumber(short value)
public final void setTableDataVersionNumber(short value)
Gets or sets the table data version number.
getSuppressTitle()
public final short getSuppressTitle()
Gets or sets the suppress title. Value: The suppress title.
Returns: short
setSuppressTitle(short value)
public final void setSuppressTitle(short value)
Gets or sets the suppress title. Value: The suppress title.
getSuppressHeaderRow()
public final short getSuppressHeaderRow()
Gets or sets the suppress header row. Value: The suppress header row.
Returns: short
setSuppressHeaderRow(short value)
public final void setSuppressHeaderRow(short value)
Gets or sets the suppress header row. Value: The suppress header row.
getTextStyleName()
public final List<String> getTextStyleName()
Gets or sets the text style name.
Returns: List
setTextStyleName(List value)
public final void setTextStyleName(List<String> value)
Gets or sets the text style name.