Example usage for Java org.apache.poi.ss.usermodel Hyperlink fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getAddress() Hyperlink address. |
String | getLabel() Return text label for this hyperlink |
void | setAddress(String address) Hyperlink address. |
void | setLabel(String label) Sets text label for this hyperlink |