public class CadStylesList extends NonGenericList implements com.aspose.ms.System.ICloneable, com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes
List of Cad styles
Constructor and Description |
---|
CadStylesList()
Initializes a new instance of the
CadStylesList class. |
Modifier and Type | Method and Description |
---|---|
void |
addRange(CadStyleTableObject[] objects)
Adds the range of the objects to container.
|
Object |
deepClone()
Clones the list.
|
CadApplicationCodesContainer |
getApplicationCodesContainer()
Gets or sets the application codes container.
|
CadSymbolTableGroupCodes |
getCadSymbolTableGroupCodes()
Gets or sets the cad symbol table group codes.
|
void |
setApplicationCodesContainer(CadApplicationCodesContainer value)
Gets or sets the application codes container.
|
void |
setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)
Gets or sets the cad symbol table group codes.
|
addItem, clear, contains, copyTo, get_Item, getSyncRoot, indexOf, insertItem, isFixedSize, isReadOnly, isSynchronized, iterator, removeAt, removeItem, set_Item, size
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public CadStylesList()
Initializes a new instance of the CadStylesList
class.
public final CadSymbolTableGroupCodes getCadSymbolTableGroupCodes()
Gets or sets the cad symbol table group codes.
getCadSymbolTableGroupCodes
in interface com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes
public final void setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)
Gets or sets the cad symbol table group codes.
setCadSymbolTableGroupCodes
in interface com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes
value
- The cad symbol table group codes.public final CadApplicationCodesContainer getApplicationCodesContainer()
Gets or sets the application codes container.
public final void setApplicationCodesContainer(CadApplicationCodesContainer value)
Gets or sets the application codes container.
value
- The application codes container.public final void addRange(CadStyleTableObject[] objects)
Adds the range of the objects to container.
objects
- The objects array.public final Object deepClone()
Clones the list.
deepClone
in interface com.aspose.ms.System.ICloneable