asposediagram.api

Class StyleSheetCollection

Collection of StyleSheets.

Property Getters/Setters Summary
methodgetCount()
Gets the number of elements actually contained in the collection.
methodget(index)
Gets the element at the specified index.
 
Method Summary
methodadd(item)
Add StyleSheet in the collection.
methodclear()
Removes all elements from collection.
methodgetStyleSheet(ID)
Gets the element at the specified ID.
methodisExist(index)
Is exist item in the collection.
methoditerator()
Supports a simple iteration over a nongeneric collection.
methodremove(item)
Remove StyleSheet from the collection.
 

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
        Gets the number of elements actually contained in the collection.
      • get : StyleSheet 

        StyleSheet get(index)
        
        Gets the element at the specified index.
        Parameters:
        index -
        Returns:
    • Method Detail

      • add

        int add(item)
        Add StyleSheet in the collection.
        Parameters:
        item: StyleSheet -
        Returns:
      • remove

         remove(item)
        Remove StyleSheet from the collection.
        Parameters:
        item: StyleSheet -
      • getStyleSheet

        StyleSheet getStyleSheet(ID)
        Gets the element at the specified ID.
        Parameters:
        ID: int -
        Returns:
      • iterator

        Iterator iterator()
        Supports a simple iteration over a nongeneric collection.
        Returns:
      • isExist

        boolean isExist(index)
        Is exist item in the collection.
        Parameters:
        index: int - index of element.
        Returns:
      • clear

         clear()
        Removes all elements from collection.