StyleSheetCollection
StyleSheetCollection class
Collection of StyleSheets.
Methods
| Name | Description |
|---|---|
| add(item) | Add StyleSheet in the collection. |
| clear() | |
| get() | |
| getCount() | |
| getStyleSheet(ID) | Gets the element at the specified ID. |
| iterator() | Reserved for internal use. |
| remove(item) | Remove StyleSheet from the collection. |
| removeAt() |
add(item)
Add StyleSheet in the collection.
| Parameter | Type | Description |
|---|---|---|
| item | StyleSheet |
Returns: Number — Number
clear()
get()
getCount()
getStyleSheet(ID)
Gets the element at the specified ID.
| Parameter | Type | Description |
|---|---|---|
| ID | Number |
Returns: StyleSheet — StyleSheet
iterator()
Reserved for internal use.
remove(item)
Remove StyleSheet from the collection.
| Parameter | Type | Description |
|---|---|---|
| item | StyleSheet |