|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.pages.LayoutCollection<T>
public final class LayoutCollection<T extends LayoutElement>
Represents a generic collection of layout entity types.
Method Summary | |
---|---|
T |
get(int index)
Retrieves the entity at the given index. |
int |
getCount()
Gets the number of entities in the collection. |
T |
getFirst()
Returns the first entity in the collection. |
T |
getLast()
Returns the last entity in the collection. |
Method Detail |
---|
public T getFirst()
public T getLast()
public T get(int index)
index
-
public int getCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |