public class ExcelEmbeddedObjectCollection extends Object implements Iterable<ExcelEmbeddedObject>
ExcelWorksheet.getEmbeddedObjects()
Modifier and Type | Method and Description |
---|---|
ExcelEmbeddedObject |
get(int index)
Gets the
ExcelEmbeddedObject at the specified index. |
Iterator<ExcelEmbeddedObject> |
iterator()
Returns an iterator that iterates through the
ExcelEmbeddedObjectCollection . |
int |
size()
Gets the number of
ExcelEmbeddedObject s contained in the ExcelEmbeddedObjectCollection . |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public ExcelEmbeddedObject get(int index)
ExcelEmbeddedObject
at the specified index.index
- The zero-based index of the ExcelEmbeddedObject
to get.ExcelEmbeddedObject
at the specified index.public Iterator<ExcelEmbeddedObject> iterator()
ExcelEmbeddedObjectCollection
.iterator
in interface Iterable<ExcelEmbeddedObject>
ExcelEmbeddedObjectCollection
.public int size()
ExcelEmbeddedObject
s contained in the ExcelEmbeddedObjectCollection
.ExcelEmbeddedObject
s contained in the ExcelEmbeddedObjectCollection
.© GemBox Ltd. — All rights reserved.