| Package | Description |
|---|---|
| io.starter.formats.XLS | |
| io.starter.OpenXLS |
The OpenXLS package contains the primary classes for working with spreadsheets.
|
| Modifier and Type | Method and Description |
|---|---|
ImageHandle |
Boundsheet.getImageByMsoIndex(int index)
obtain the desired image handle via the MsoDrawing Image Index
used for mapping images from copied worksheets
|
ImageHandle[] |
Boundsheet.getImages()
for whatever reason, we return a Handle from an internal class
|
| Modifier and Type | Method and Description |
|---|---|
void |
Boundsheet.insertImage(ImageHandle im)
Insert an image into the WorkBook
|
void |
Boundsheet.insertImage(ImageHandle im,
boolean bAddUnconditionally)
Please add comments for this method
|
boolean |
Boundsheet.removeImage(ImageHandle img)
removes an image from the imagehandle cache (should be in WSH)
Jan 22, 2010
|
| Modifier and Type | Method and Description |
|---|---|
ImageHandle |
WorkBookHandle.getImage(String imagename)
Returns an ImageHandle for manipulating images in the WorkBook
|
ImageHandle |
WorkSheetHandle.getImage(String name)
Get a handle to all of the images in this worksheet
|
ImageHandle[] |
WorkBookHandle.getImages()
Returns all ImageHandles in the workbook
|
ImageHandle[] |
WorkSheetHandle.getImages()
Get a handle to all of the images in this worksheet
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkSheetHandle.insertImage(ImageHandle im)
insert an image into this worksheet
|
void |
ImageHandle.position(ImageHandle im)
set ImageHandle position based on another
|
void |
WorkSheetHandle.removeImage(ImageHandle img)
removes an Image from the Spreadsheet
Jan 22, 2010
|
Copyright © 2002–2019 Starter Inc.. All rights reserved.