aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/sl/usermodel/Notes.java
Commit message (Collapse)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-27/+0
| | | | | | | | update gradle files and project structure along https://github.com/centic9/poi/tree/gradle_build remove eclipse IDE project files remove obsolete record generator files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888111 13f79535-47bb-0310-9956-ffa450edef68
* #61943 - SL Common: narrow generics definition because of tighter java9 checksAndreas Beeker2017-12-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819709 13f79535-47bb-0310-9956-ffa450edef68
* Rollback of r1801368 because of a generics bug with self-referenced types in ↵Andreas Beeker2017-07-091-1/+1
| | | | | | Java6 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801373 13f79535-47bb-0310-9956-ffa450edef68
* SL Common: narrow generics definition because of tighter java9 checksAndreas Beeker2017-07-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801368 13f79535-47bb-0310-9956-ffa450edef68
* Fix for JDK6 bug: http://bugs.java.com/view_bug.do?bug_id=6569074Andreas Beeker2015-08-261-1/+1
| | | | | | This was fixed in jdk 7u72 ... so we'll keep this bit uncleaner version for a while ... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1698006 13f79535-47bb-0310-9956-ffa450edef68
* common sl: reworked and unified generics definitionsAndreas Beeker2015-08-241-2/+5
| | | | | | | | made various methods available through common sl added createTextBox,AutoShape,... methods to ShapeContainers hslf tables created by poi, will be identified as such when the file is read again git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1697515 13f79535-47bb-0310-9956-ffa450edef68
* merge trunk to common sl branchAndreas Beeker2015-07-191-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/common_sl@1691843 13f79535-47bb-0310-9956-ffa450edef68
* #57963 Move the WP and SL interface definitions to core from scratchpad, so ↵Nick Burch2015-05-281-0/+22
the OOXML classes can work without scratchpad git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682204 13f79535-47bb-0310-9956-ffa450edef68