Package org.jxls.transform.poi
Class WritableHyperlink
java.lang.Object
org.jxls.transform.poi.WritableHyperlink
- All Implemented Interfaces:
WritableCellValue
Writable cell value implementation for Hyperlink
- Author:
- Leonid Vysochyn
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWritableHyperlink(String address, String title) WritableHyperlink(String address, String title, String linkTypeString) WritableHyperlink(String address, String title, org.apache.poi.common.usermodel.HyperlinkType linkType) -
Method Summary
Modifier and TypeMethodDescriptiongetTitle()voidsetAddress(String address) voidwriteToCell(org.apache.poi.ss.usermodel.Cell cell, Context context)
-
Field Details
-
LINK_URL
- See Also:
-
LINK_DOCUMENT
- See Also:
-
LINK_EMAIL
- See Also:
-
LINK_FILE
- See Also:
-
-
Constructor Details
-
WritableHyperlink
-
WritableHyperlink
-
WritableHyperlink
-
-
Method Details
-
writeToCell
- Specified by:
writeToCellin interfaceWritableCellValue
-
getAddress
-
setAddress
-
getTitle
-
setTitle
-