Package | Description |
---|---|
com.aspose.cad.fileformats.dwf |
Modifier and Type | Method and Description |
---|---|
DwfWhipLayer |
DwfLayersList.getLayerByName(String name)
Gets first layer by name.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.Collections.ObjectModel.ReadOnlyCollection<DwfWhipLayer> |
DwfLayersList.getLayersByName(String name)
Gets layer by name.
|
List<DwfWhipLayer> |
DwfLayersList.getLayersByNames(String[] layersNames)
Gets layers by names.
|
com.aspose.ms.System.Collections.Generic.IGenericEnumerator<DwfWhipLayer> |
DwfLayersList.iterator()
Enumeration of layers.
|
Modifier and Type | Method and Description |
---|---|
void |
DwfLayersList.addItem(DwfWhipLayer item)
Adds an item to the DwfLayersList
|
boolean |
DwfLayersList.containsItem(DwfWhipLayer item)
Determines whether the DwfLayersList contains a specific value.
|
void |
DwfLayersList.copyToTArray(DwfWhipLayer[] array,
int arrayIndex)
Copies the elements of DwfLayersList to an System.Array, starting at a particular System.Array index.
|
boolean |
DwfLayersList.removeItem(DwfWhipLayer item)
Removes the first occurrence of a specific object from the DwfLayersList.
|