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, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public 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.