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 an linked OleObject to the collection. | ||
method | add(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | clear() | |
Remove all embedded OLE objects. | ||
method | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | iterator() | → inherited from CollectionBase |
method | removeAt(index) | |
Removes the element at the specified index. |
Property Getters/Setters Detail |
---|
getCount : int | |
int getCount() |
get : OleObject | |
OleObject get(index) |
index
- The zero based index of the element.Method Detail |
---|
add | |
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.add | |
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 | |
clear() |
removeAt | |
removeAt(index) |
index: int
- The specified index.iterator | |
Iterator iterator() |
get | |
Object get(index) |
contains | |
boolean contains(value) |
add | |
int add(value) |
indexOf | |
int indexOf(value) |