public class LinkOption extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_PREFIX |
static String |
NORMAL_PREFIX |
static String |
ORIGIN |
Constructor and Description |
---|
LinkOption() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
CellOption |
getCellOption() |
Method |
getLinkGetterMethod() |
String |
getLinkValue() |
String |
getText() |
Method |
getTextGetterMethod() |
ExcelFieldType |
getTextType() |
Object |
getTextValue() |
ExcelLinkType |
getType() |
boolean |
isOriginLink() |
boolean |
isOriginText() |
void |
setAddress(String address) |
void |
setCellOption(CellOption cellOption) |
void |
setLinkGetterMethod(Method linkGetterMethod) |
void |
setLinkValue(String linkValue) |
void |
setOriginLink(boolean originLink) |
void |
setOriginText(boolean originText) |
void |
setText(String text) |
void |
setTextGetterMethod(Method textGetterMethod) |
void |
setTextType(ExcelFieldType textType) |
void |
setTextValue(Object textValue) |
void |
setType(ExcelLinkType type) |
public static final String NORMAL_PREFIX
public static final String FIELD_PREFIX
public static final String ORIGIN
public ExcelLinkType getType()
public void setType(ExcelLinkType type)
public String getAddress()
public void setAddress(String address)
public String getText()
public void setText(String text)
public String getLinkValue()
public void setLinkValue(String linkValue)
public Object getTextValue()
public void setTextValue(Object textValue)
public ExcelFieldType getTextType()
public void setTextType(ExcelFieldType textType)
public Method getLinkGetterMethod()
public void setLinkGetterMethod(Method linkGetterMethod)
public Method getTextGetterMethod()
public void setTextGetterMethod(Method textGetterMethod)
public boolean isOriginLink()
public void setOriginLink(boolean originLink)
public boolean isOriginText()
public void setOriginText(boolean originText)
public CellOption getCellOption()
public void setCellOption(CellOption cellOption)
Copyright © 2024. All rights reserved.