@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface ExcelImage
| Modifier and Type | Optional Element and Description |
|---|---|
org.apache.poi.ss.usermodel.ClientAnchor.AnchorType |
anchorType
Anchor type.
|
org.apache.poi.sl.usermodel.PictureData.PictureType |
pictureType
Picture type.
|
double |
resizeHeight
Resize height.
|
double |
resizeWidth
Resize width.
|
public abstract org.apache.poi.sl.usermodel.PictureData.PictureType pictureType
Copyright © 2022. All rights reserved.