aspose.diagram
Class SolutionXMLCollection

SolutionXML collection.

Property Getters/Setters Summary
functiongetCount()
           Gets the number of elements actually contained in the collection.
functionget(index)
           Gets the element at the specified index.
functionget(name)
           Gets the element at the specified attribute Name. Returns null if an element is not exist.
 
Method Summary
functionadd(solutionXml)
           Add the SolutionXML in the collection.
functionclear()→ inherited from Collection
           Removes all elements from collection.
functionisExist(index)→ inherited from Collection
           Is exist item in the collection.
functioniterator()→ inherited from Collection
           Supports a simple iteration over a nongeneric collection.
functionremove(solutionXml)
           Remove the SolutionXML from the collection.
 

Property Getters/Setters Detail

getCount : Number 

function getCount()
Gets the number of elements actually contained in the collection.

get : SolutionXML 

function get(index)
Gets the element at the specified index.
Parameters:
index -
Returns:

get : SolutionXML 

function get(name)
Gets the element at the specified attribute Name. Returns null if an element is not exist.
Parameters:
name -
Returns:

Method Detail

add

function add(solutionXml)
Add the SolutionXML in the collection.
Parameters:
solutionXml: SolutionXML -
Returns:

remove

function remove(solutionXml)
Remove the SolutionXML from the collection.
Parameters:
solutionXml: SolutionXML -

iterator

function iterator()
Supports a simple iteration over a nongeneric collection.
Returns:

isExist

function isExist(index)
Is exist item in the collection.
Parameters:
index: Number - index of element.
Returns:

clear

function clear()
Removes all elements from collection.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.