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