public class CadCellStyle extends CadBaseObject
Class describing CadCellStyle
| Constructor and Description |
|---|
CadCellStyle()
Initializes a new instance of the
CadCellStyle class. |
| Modifier and Type | Method and Description |
|---|---|
CadTableFormat |
getTableFormat()
Gets or sets the table format.
|
void |
setTableFormat(CadTableFormat value)
Gets or sets the table format.
|
getChildObjects, getTypeName, setChildObjectsgetHardOwner, getSoftOwner, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainerpublic CadCellStyle()
Initializes a new instance of the CadCellStyle class.
public CadTableFormat getTableFormat()
Gets or sets the table format.
public void setTableFormat(CadTableFormat value)
Gets or sets the table format.
value - The table format.