com.aspose.words
Class FramesetCollection

java.lang.Object
    extended by com.aspose.words.FramesetCollection
All Implemented Interfaces:
java.lang.Iterable

public class FramesetCollection 
extends java.lang.Object

Represents a collection of instances of the Frameset class.

To learn more, visit the Programming with Documents documentation article.


Constructor Summary
FramesetCollection()
          
 
Property Getters/Setters Summary
intgetCount()
           Gets the number of frames or frames pages contained in the collection.
Framesetget(int index)
           Gets a frame or frames page at the specified index.
 
Method Summary
java.util.Iterator<Frameset>iterator()
           Returns an enumerator that iterates through the collection.
 

Constructor Detail

FramesetCollection

public FramesetCollection()

Property Getters/Setters Detail

getCount

public int getCount()
Gets the number of frames or frames pages contained in the collection.

get

public Frameset get(int index)
Gets a frame or frames page at the specified index.

Method Detail

iterator

public java.util.Iterator<Framesetiterator()
Returns an enumerator that iterates through the collection.

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