aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/xslf/usermodel/XSLFHyperlink.java
Commit message (Expand)AuthorAgeFilesLines
* replace "".equals(string) with string.isEmpty() to avoid null strings silentl...Javen O'Neal2017-10-181-2/+2
* change HyperLink getType to return HyperlinkTypePJ Fanning2017-09-181-11/+10
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-081-166/+166
* bug 59873: add @Removal annotations for deprecated CreationHelper#createHyper...Javen O'Neal2016-09-141-0/+4
* bug 59873: replace Hyperlink.LINK_* int constants with HyperlinkType enumJaven O'Neal2016-07-171-3/+9
* Regression fixes for H/XSLF and HWMFAndreas Beeker2016-02-241-2/+2
* #41047 - Support hyperlinks in HSLF shapes and textrunsAndreas Beeker2016-01-241-31/+97
* #57796 - Support hyperlink extraction when rendering slidesAndreas Beeker2016-01-121-4/+26
* support for tables and hyperlinks in XSLFYegor Kozlov2011-08-171-0/+69