CadCellStyleMap

Inheritance: java.lang.Object, CadBaseObject

Class describing CadCellStyleMap

Constructors

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

Methods

MethodDescription
getCellStyles()Gets or sets the attrib text strings.
setCellStyles(List value)Gets or sets the attrib text strings.
getName()Gets or sets the name.
setName(String value)Gets or sets the name.

CadCellStyleMap()

public CadCellStyleMap()

Initializes a new instance of the CadCellStyleMap class.

getCellStyles()

public final List<CadCellStyle> getCellStyles()

Gets or sets the attrib text strings.

Returns: List

setCellStyles(List value)

public final void setCellStyles(List<CadCellStyle> value)

Gets or sets the attrib text strings.

getName()

public final String getName()

Gets or sets the name.

Returns: String - The name.

setName(String value)

public final void setName(String value)

Gets or sets the name.

Parameters:

ParameterTypeDescription
valueStringThe name.