CadCellStyleMap
Contents
[
Hide
]Inheritance: java.lang.Object, CadBaseObject
Class describing CadCellStyleMap
Constructors
| Constructor | Description |
|---|---|
| CadCellStyleMap() | Initializes a new instance of the CadCellStyleMap class. |
Methods
| Method | Description |
|---|---|
| getCellStyles() | Gets or sets the attrib text strings. |
| setCellStyles(List | 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:
| Parameter | Type | Description |
|---|---|---|
| value | String | The name. |