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