Package | Description |
---|---|
com.aspose.omr | |
com.aspose.omr.elements |
Modifier and Type | Method and Description |
---|---|
BasicElement |
OmrElementsCollection.getItem(int index)
Gets the element at the specified index.
|
Modifier and Type | Method and Description |
---|---|
int |
OmrElementsCollection.add(BasicElement value)
Adds an object to the end of the
OmrElementsCollection . |
boolean |
OmrElementsCollection.contains(BasicElement value)
Determines whether this
OmrElementsCollection contains
the specified element. |
void |
OmrElementsCollection.copyTo(BasicElement[] array,
int index)
Copies the elements of the
OmrElementsCollection to an array ,
starting at a particular array index. |
int |
OmrElementsCollection.indexOf(BasicElement value)
Searches for the specified element and returns the zero-based index of
the first occurrence within the entire
OmrElementsCollection . |
void |
OmrElementsCollection.insert(int index,
BasicElement value)
Inserts the elements of a collection into the
OmrElementsCollection at the specified index. |
void |
OmrElementsCollection.remove(BasicElement value)
Removes the first occurrence of a specific
OmrElement from
the OmrElementsCollection . |
void |
OmrElementsCollection.setItem(int index,
BasicElement value)
Sets the element at the specified index.
|
Constructor and Description |
---|
OmrElementsCollection(Iterable<BasicElement> elements)
Initializes a new instance of the
OmrElementsCollection class. |
Modifier and Type | Class and Description |
---|---|
class |
BarcodeElement
Represent a barcode block.
|
class |
ChoiceBoxElement
Represents an OMR choice element
|
class |
GridElement
Represents an OMR grid element
|
class |
OmrElement
Represents an abstract OMR element on a sheet.
|
class |
TextOcrElement
Represent an OCR block.
|
Copyright © 2017. All Rights Reserved.