public class CadTableEntity extends CadBaseEntity
The Cad table
Constructor and Description |
---|
CadTableEntity()
Initializes a new instance of the
CadTableEntity class. |
Modifier and Type | Method and Description |
---|---|
List<Double> |
getAttribute140List()
Gets or sets the attribute 140 list.
|
String |
getBlockName()
Gets or sets the block name.
|
int |
getFlagForTableValue()
Gets or sets the flag for table value.
|
int |
getFlagOverride()
Gets or sets the flag override.
|
int |
getFlagOverrideBorderColor()
Gets or sets the flag override border color.
|
int |
getFlagOverrideBorderLineWeight()
Gets or sets the flag override border line weight.
|
int |
getFlagOverrideBorderVisibility()
Gets or sets the flag override border visibility.
|
double |
getHorizontalCellMargin()
Gets or sets the horizontal cell margin.
|
Cad3DPoint |
getInsertionPoint()
Gets or sets the insertion point.
|
int |
getNumberOfColumns()
Gets or sets the number of columns.
|
int |
getNumberOfRows()
Gets or sets the number of rows.
|
String |
getPointerIdToOwnerBlock()
Gets or sets the pointer id to owner block.
|
String |
getPointerIdTotablestyle()
Gets or sets the pointer id totablestyle.
|
short |
getSuppressHeaderRow()
Gets or sets the suppress header row.
|
short |
getSuppressTitle()
Gets or sets the suppress title.
|
List<CadTableCell> |
getTableCellList()
Gets or sets the cad table cell list.
|
short |
getTableDataVersionNumber()
Gets or sets the table data version number.
|
List<String> |
getTextStyleName()
Gets or sets the text style name.
|
int |
getTypeName()
Gets the name of the type.
|
double |
getVerticalCellMargin()
Gets or sets the vertical cell margin.
|
void |
setAttribute140List(List<Double> value)
Gets or sets the attribute 140 list.
|
void |
setBlockName(String value)
Gets or sets the block name.
|
void |
setFlagForTableValue(int value)
Gets or sets the flag for table value.
|
void |
setFlagOverride(int value)
Gets or sets the flag override.
|
void |
setFlagOverrideBorderColor(int value)
Gets or sets the flag override border color.
|
void |
setFlagOverrideBorderLineWeight(int value)
Gets or sets the flag override border line weight.
|
void |
setFlagOverrideBorderVisibility(int value)
Gets or sets the flag override border visibility.
|
void |
setHorizontalCellMargin(double value)
Gets or sets the horizontal cell margin.
|
void |
setInsertionPoint(Cad3DPoint value)
Gets or sets the insertion point.
|
void |
setNumberOfColumns(int value)
Gets or sets the number of columns.
|
void |
setNumberOfRows(int value)
Gets or sets the number of rows.
|
void |
setPointerIdToOwnerBlock(String value)
Gets or sets the pointer id to owner block.
|
void |
setPointerIdTotablestyle(String value)
Gets or sets the pointer id totablestyle.
|
void |
setSuppressHeaderRow(short value)
Gets or sets the suppress header row.
|
void |
setSuppressTitle(short value)
Gets or sets the suppress title.
|
void |
setTableCellList(List<CadTableCell> value)
Gets or sets the cad table cell list.
|
void |
setTableDataVersionNumber(short value)
Gets or sets the table data version number.
|
void |
setTextStyleName(List<String> value)
Gets or sets the text style name.
|
void |
setVerticalCellMargin(double value)
Gets or sets the vertical cell margin.
|
getBounds, getChildObjects, getColorId, getColorName, getColorValue, getEntmode, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getMaterialHandle, getNumreactors, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorId, setColorName, setColorValue, setEntmode, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setMaterialHandle, setNoLinks, setNumreactors, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlag
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadTableEntity()
Initializes a new instance of the CadTableEntity
class.
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadBaseEntity
public final List<CadTableCell> getTableCellList()
Gets or sets the cad table cell list.
public final void setTableCellList(List<CadTableCell> value)
Gets or sets the cad table cell list.
value
- The cad table cell list.public final List<Double> getAttribute140List()
Gets or sets the attribute 140 list.
public final void setAttribute140List(List<Double> value)
Gets or sets the attribute 140 list.
value
- The attribute 140 list.public final double getHorizontalCellMargin()
Gets or sets the horizontal cell margin.
public final void setHorizontalCellMargin(double value)
Gets or sets the horizontal cell margin.
value
- The horizontal cell margin.public final double getVerticalCellMargin()
Gets or sets the vertical cell margin.
public final void setVerticalCellMargin(double value)
Gets or sets the vertical cell margin.
value
- The vertical cell margin.public final String getBlockName()
Gets or sets the block name.
public final void setBlockName(String value)
Gets or sets the block name.
public final int getFlagForTableValue()
Gets or sets the flag for table value.
public final void setFlagForTableValue(int value)
Gets or sets the flag for table value.
public final int getFlagOverride()
Gets or sets the flag override.
public final void setFlagOverride(int value)
Gets or sets the flag override.
public final int getFlagOverrideBorderColor()
Gets or sets the flag override border color.
public final void setFlagOverrideBorderColor(int value)
Gets or sets the flag override border color.
public final int getFlagOverrideBorderLineWeight()
Gets or sets the flag override border line weight.
public final void setFlagOverrideBorderLineWeight(int value)
Gets or sets the flag override border line weight.
public final int getFlagOverrideBorderVisibility()
Gets or sets the flag override border visibility.
public final void setFlagOverrideBorderVisibility(int value)
Gets or sets the flag override border visibility.
public final Cad3DPoint getInsertionPoint()
Gets or sets the insertion point.
public final void setInsertionPoint(Cad3DPoint value)
Gets or sets the insertion point.
public final int getNumberOfColumns()
Gets or sets the number of columns.
public final void setNumberOfColumns(int value)
Gets or sets the number of columns.
public final int getNumberOfRows()
Gets or sets the number of rows.
public final void setNumberOfRows(int value)
Gets or sets the number of rows.
public final String getPointerIdToOwnerBlock()
Gets or sets the pointer id to owner block.
public final void setPointerIdToOwnerBlock(String value)
Gets or sets the pointer id to owner block.
public final String getPointerIdTotablestyle()
Gets or sets the pointer id totablestyle.
public final void setPointerIdTotablestyle(String value)
Gets or sets the pointer id totablestyle.
public final short getTableDataVersionNumber()
Gets or sets the table data version number.
public final void setTableDataVersionNumber(short value)
Gets or sets the table data version number.
public final short getSuppressTitle()
Gets or sets the suppress title.
Value: The suppress title.public final void setSuppressTitle(short value)
Gets or sets the suppress title.
Value: The suppress title.public final short getSuppressHeaderRow()
Gets or sets the suppress header row.
Value: The suppress header row.public final void setSuppressHeaderRow(short value)
Gets or sets the suppress header row.
Value: The suppress header row.