Package | Description |
---|---|
com.aspose.omr |
Modifier and Type | Method and Description |
---|---|
OmrPage |
OmrPagesCollection.getItem(int index)
Gets the element at the specified index.
|
Modifier and Type | Method and Description |
---|---|
int |
OmrPagesCollection.add(OmrPage value)
Adds an object to the end of the
OmrPagesCollection . |
boolean |
OmrPagesCollection.contains(OmrPage value)
Determines whether this
OmrPagesCollection contains the specified OmrPage . |
void |
OmrPagesCollection.copyTo(OmrPage[] array,
int index)
Copies the elements of the
OmrPagesCollection to an array,
starting at a particular array index. |
int |
OmrPagesCollection.indexOf(OmrPage value)
Searches for the specified
OmrPage and returns the zero-based index of
the first occurrence within the entire OmrPagesCollection . |
void |
OmrPagesCollection.insert(int index,
OmrPage value)
Inserts the elements of a collection into the
OmrPagesCollection at the specified index. |
void |
OmrPagesCollection.remove(OmrPage value)
Removes the first occurrence of a specific
OmrPage from the OmrPagesCollection . |
void |
OmrPagesCollection.setItem(int index,
OmrPage value)
Sets the element at the specified index.
|
Constructor and Description |
---|
OmrPagesCollection(Collection<OmrPage> pages)
Initializes a new instance of the
OmrPagesCollection class. |
Copyright © 2017. All Rights Reserved.