java.lang.Object
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.
|
Property Getters/Setters Summary |
int | getCount() | |
|
Gets the number of frames or frames pages contained in the collection.
|
Frameset | get(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.
|
FramesetCollection
public FramesetCollection()
-
|
Property Getters/Setters Detail |
getCount | |
public int getCount()
|
-
Gets the number of frames or frames pages contained in the collection.
-
Gets a frame or frames page at the specified index.
iterator | |
public java.util.Iterator<Frameset> iterator() |
-
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.