]> source.dussan.org Git - poi.git/commit
initial support for endnotes and footnotes in HWPF
authorSergey Vladimirov <sergey@apache.org>
Wed, 20 Jul 2011 22:31:59 +0000 (22:31 +0000)
committerSergey Vladimirov <sergey@apache.org>
Wed, 20 Jul 2011 22:31:59 +0000 (22:31 +0000)
commitc10964a626f93c40619df65e1c6a3f0958bd75a0
tree950b6cff8ba216f1d55d0b7a8e14fb79c1e3c51b
parente207d3aeae1129e479aa641b075f7675049fe778
initial support for endnotes and footnotes in HWPF

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148959 13f79535-47bb-0310-9956-ffa450edef68
14 files changed:
src/documentation/content/xdocs/status.xml
src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java
src/scratchpad/src/org/apache/poi/hwpf/model/FileInformationBlock.java
src/scratchpad/src/org/apache/poi/hwpf/model/FootnoteReferenceDescriptor.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/model/NoteType.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/model/NotesTables.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/model/types/FRDAbstractType.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/usermodel/Notes.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/usermodel/NotesImpl.java [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hwpf/AllHWPFTests.java
src/scratchpad/testcases/org/apache/poi/hwpf/converter/TestWordToHtmlConverter.java
src/scratchpad/testcases/org/apache/poi/hwpf/model/TestNotesTables.java [new file with mode: 0644]
src/types/definitions/frd_type.xml [new file with mode: 0644]
test-data/document/endingnote.doc [new file with mode: 0644]