public class CadCellStyleMap extends CadBaseObject
Class describing CadCellStyleMap
| Constructor and Description |
|---|
CadCellStyleMap()
Initializes a new instance of the
CadCellStyleMap class. |
| Modifier and Type | Method and Description |
|---|---|
List<CadCellStyle> |
getCellStyles()
Gets or sets the attrib text strings.
|
String |
getName()
Gets or sets the name.
|
void |
setCellStyles(List<CadCellStyle> value)
Gets or sets the attrib text strings.
|
void |
setName(String value)
Gets or sets the name.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactorsgetHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainerpublic CadCellStyleMap()
Initializes a new instance of the CadCellStyleMap class.
public final List<CadCellStyle> getCellStyles()
Gets or sets the attrib text strings.
public final void setCellStyles(List<CadCellStyle> value)
Gets or sets the attrib text strings.
public final String getName()
Gets or sets the name.
public final void setName(String value)
Gets or sets the name.
value - The name.