CadCellMargin

Inheritance: java.lang.Object, CadBaseObject

Class describing CadCellMargin

Constructors

ConstructorDescription
CadCellMargin()Initializes a new instance of the CadCellMargin class.

Methods

MethodDescription
getCellMarginValues()Gets or sets the cell margin values.
setCellMarginValues(List value)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 - The cell margin values.

setCellMarginValues(List value)

public void setCellMarginValues(List<CadCodeValue> value)

Gets or sets the cell margin values.

Parameters:

ParameterTypeDescription
valueListThe cell margin values.