Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets the |
Method Summary | ||
---|---|---|
method | add(upperLeftRow, upperLeftColumn, height, width, imageData) | |
Adds an OleObject to the collection.
|
||
method | add(upperLeftRow, upperLeftColumn, height, width, imageData, linkedFile) | |
Adds a linked OleObject to the collection.
|
||
method | add(value) | |
Reserved for internal use. |
||
method | clear() | |
Remove all embedded OLE objects.
|
||
method | contains(value) | |
Reserved for internal use. |
||
method | get(index) | |
Reserved for internal use. |
||
method | indexOf(value) | |
Reserved for internal use. |
||
method | iterator() | |
method | removeAt(index) | |
Removes the element at the specified index.
|
int getCount()
OleObject get(index)
index
- The zero based index of the element.int add(upperLeftRow, upperLeftColumn, height, width, imageData)
upperLeftRow: int
- Upper left row index.upperLeftColumn: int
- Upper left column index.height: int
- Height of oleObject, in unit of pixel.width: int
- Width of oleObject, in unit of pixel.imageData: byte[]
- Image of ole object as byte array.int add(upperLeftRow, upperLeftColumn, height, width, imageData, linkedFile)
upperLeftRow: int
- Upper left row index.upperLeftColumn: int
- Upper left column index.height: int
- Height of oleObject, in unit of pixel.width: int
- Width of oleObject, in unit of pixel.imageData: byte[]
- Image of ole object as byte array.linkedFile: String
- clear()
removeAt(index)
index: int
- The specified index.Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)