public class GridPictureCollection
extends java.lang.Object
GridPicture objects.| Modifier and Type | Method and Description |
|---|---|
int |
add(int upperLeftRow,
int upperLeftColumn,
int lowerRightRow,
int lowerRightColumn,
java.lang.String fileName)
Adds a picture to the collection.
|
int |
add(int upperLeftRow,
int upperLeftColumn,
java.lang.String fileName)
Adds a picture to the collection.
|
int |
add(int upperLeftRow,
int upperLeftColumn,
java.lang.String fileName,
int widthScale,
int heightScale)
Adds a picture to the collection.
|
void |
clear()
Clear all pictures.
|
GridPicture |
get(int index)
Gets the
GridPicture element at the specified index. |
int |
getCount()
Gets the size of enumerator
|
java.util.Iterator |
iterator()
Gets the rows enumerator
|
void |
removeAt(int param_int)
Remove shapes at the specific index
|
public int add(int upperLeftRow,
int upperLeftColumn,
int lowerRightRow,
int lowerRightColumn,
java.lang.String fileName)
upperLeftRow - Upper left row index.upperLeftColumn - Upper left column index.lowerRightRow - Lower right row indexlowerRightColumn - Lower right column indexfileName - Image filename.GridPicture object index.public int add(int upperLeftRow,
int upperLeftColumn,
java.lang.String fileName)
upperLeftRow - Upper left row index.upperLeftColumn - Upper left column index.fileName - Image filename.GridPicture object index.public int add(int upperLeftRow,
int upperLeftColumn,
java.lang.String fileName,
int widthScale,
int heightScale)
upperLeftRow - Upper left row index.upperLeftColumn - Upper left column index.fileName - Image filename.widthScale - Scale of image width, a percentage.heightScale - Scale of image height, a percentage.GridPicture object index.public GridPicture get(int index)
GridPicture element at the specified index.index - The zero based index of the element.public void removeAt(int param_int)
public void clear()
public java.util.Iterator iterator()
public int getCount()
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.