| Package | Description |
|---|---|
| io.github.antoniovizuete.pojospreadsheet.core | |
| io.github.antoniovizuete.pojospreadsheet.core.image | |
| io.github.antoniovizuete.pojospreadsheet.core.model |
| Modifier and Type | Method and Description |
|---|---|
List<Image> |
SheetImpl.getImages() |
| Modifier and Type | Method and Description |
|---|---|
Sheet |
SheetImpl.addImage(Image image)
Adds the passed
Image to the sheet. |
| Modifier and Type | Method and Description |
|---|---|
void |
SheetImpl.setImages(List<Image> images) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageInputStream
An
Image implementation. |
| Modifier and Type | Method and Description |
|---|---|
Image |
Image.address(CellAddress cellAddress)
"Builder-Look" method, set the address and return the .
|
Image |
Image.type(Image.ImageType type)
"Builder-Look" method.
|
| Modifier and Type | Method and Description |
|---|---|
List<Image> |
Sheet.getImages()
Gets images.
|
| Modifier and Type | Method and Description |
|---|---|
Sheet |
Sheet.addImage(Image image)
Add image sheet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sheet.setImages(List<Image> images)
Sets images.
|
Copyright © 2018. All rights reserved.