public class PictureOption extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_PREFIX |
static String |
NORMAL_PREFIX |
static String |
ORIGIN |
Constructor and Description |
---|
PictureOption() |
Modifier and Type | Method and Description |
---|---|
CellOption |
getCellOption() |
String |
getImage() |
Method |
getImageGetter() |
double |
getScaleX() |
double |
getScaleY() |
String |
getText() |
Method |
getTextGetter() |
ExcelFieldType |
getTextType() |
String |
getTextValue() |
ExcelPictureType |
getType() |
boolean |
isAutoClose() |
boolean |
isBase64() |
boolean |
isNoneText() |
boolean |
isOriginImage() |
boolean |
isOriginText() |
void |
setAutoClose(boolean autoClose) |
void |
setBase64(boolean base64) |
void |
setCellOption(CellOption cellOption) |
void |
setImage(String image) |
void |
setImageGetter(Method imageGetter) |
void |
setNoneText(boolean noneText) |
void |
setOriginImage(boolean originImage) |
void |
setOriginText(boolean originText) |
void |
setScaleX(double scaleX) |
void |
setScaleY(double scaleY) |
void |
setText(String text) |
void |
setTextGetter(Method textGetter) |
void |
setTextType(ExcelFieldType textType) |
void |
setTextValue(String textValue) |
void |
setType(ExcelPictureType type) |
public static final String NORMAL_PREFIX
public static final String FIELD_PREFIX
public static final String ORIGIN
public ExcelPictureType getType()
public void setType(ExcelPictureType type)
public boolean isBase64()
public void setBase64(boolean base64)
public boolean isAutoClose()
public void setAutoClose(boolean autoClose)
public double getScaleX()
public void setScaleX(double scaleX)
public double getScaleY()
public void setScaleY(double scaleY)
public String getImage()
public void setImage(String image)
public String getText()
public void setText(String text)
public boolean isNoneText()
public void setNoneText(boolean noneText)
public String getTextValue()
public void setTextValue(String textValue)
public boolean isOriginText()
public void setOriginText(boolean originText)
public boolean isOriginImage()
public void setOriginImage(boolean originImage)
public Method getImageGetter()
public void setImageGetter(Method imageGetter)
public Method getTextGetter()
public void setTextGetter(Method textGetter)
public ExcelFieldType getTextType()
public void setTextType(ExcelFieldType textType)
public CellOption getCellOption()
public void setCellOption(CellOption cellOption)
Copyright © 2024. All rights reserved.