asposediagram.api

Class StyleSheetCollection

Collection of StyleSheets.

Property Getters/Setters Summary
methodgetCount()
methodget(index)
 
Method Summary
methodadd(item)
Add StyleSheet in the collection.
methodclear()
methodgetStyleSheet(ID)
Gets the element at the specified ID.
methoditerator()
Reserved for internal use.
methodremove(item)
Remove StyleSheet from the collection.
methodremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
    • 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:
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.