StyleSheetCollection

StyleSheetCollection class

Collection of StyleSheets.

Methods

NameDescription
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.

ParameterTypeDescription
itemStyleSheet

Returns: Number — Number

clear()

get()

getCount()

getStyleSheet(ID)

Gets the element at the specified ID.

ParameterTypeDescription
IDNumber

Returns: StyleSheet — StyleSheet

iterator()

Reserved for internal use.

remove(item)

Remove StyleSheet from the collection.

ParameterTypeDescription
itemStyleSheet

removeAt()