public class CadCellMargin extends CadBaseObject
Class describing CadCellMargin
Constructor and Description |
---|
CadCellMargin()
Initializes a new instance of the
CadCellMargin class. |
Modifier and Type | Method and Description |
---|---|
List<CadCodeValue> |
getCellMarginValues()
Gets or sets the cell margin values.
|
void |
setCellMarginValues(List<CadCodeValue> value)
Gets or sets the cell margin values.
|
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadCellMargin()
Initializes a new instance of the CadCellMargin
class.
public List<CadCodeValue> getCellMarginValues()
Gets or sets the cell margin values.
public void setCellMarginValues(List<CadCodeValue> value)
Gets or sets the cell margin values.
value
- The cell margin values.