CadCellMargin
Inheritance: java.lang.Object, CadBaseObject
Class describing CadCellMargin
Constructors
| Constructor | Description |
|---|---|
| CadCellMargin() | Initializes a new instance of the CadCellMargin class. |
Methods
| Method | Description |
|---|---|
| getCellMarginValues() | Gets or sets the cell margin values. |
| setCellMarginValues(List | Gets or sets the cell margin values. |
CadCellMargin()
public CadCellMargin()
Initializes a new instance of the CadCellMargin class.
getCellMarginValues()
public List<CadCodeValue> getCellMarginValues()
Gets or sets the cell margin values.
Returns: List
setCellMarginValues(List value)
public void setCellMarginValues(List<CadCodeValue> value)
Gets or sets the cell margin values.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The cell margin values. |