public class OleObjectCollection extends CollectionBase
| Modifier and Type | Method and Description |
|---|---|
int |
add(int upperLeftRow,
int upperLeftColumn,
int height,
int width,
byte[] imageData)
Adds an OleObject to the collection.
|
int |
add(int upperLeftRow,
int upperLeftColumn,
int height,
int width,
byte[] imageData,
java.lang.String linkedFile)
Adds a linked OleObject to the collection.
|
void |
clear()
Remove all embedded OLE objects.
|
OleObject |
get(int index)
Gets the
OleObject element at the specified index. |
void |
removeAt(int index)
Removes the element at the specified index.
|
public int add(int upperLeftRow,
int upperLeftColumn,
int height,
int width,
byte[] imageData)
upperLeftRow - Upper left row index.upperLeftColumn - Upper left column index.height - Height of oleObject, in unit of pixel.width - Width of oleObject, in unit of pixel.imageData - Image of ole object as byte array.OleObject object index.public int add(int upperLeftRow,
int upperLeftColumn,
int height,
int width,
byte[] imageData,
java.lang.String linkedFile)
upperLeftRow - Upper left row index.upperLeftColumn - Upper left column index.height - Height of oleObject, in unit of pixel.width - Width of oleObject, in unit of pixel.imageData - Image of ole object as byte array.linkedFile - OleObject object index.public OleObject get(int index)
OleObject element at the specified index.get in class CollectionBaseindex - The zero based index of the element.public void clear()
clear in class CollectionBasepublic void removeAt(int index)
removeAt in class CollectionBaseindex - The specified index.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.