]> source.dussan.org Git - poi.git/commit
Add HWPF support for stripping out fields (eg macros), and make this optionally happe...
authorNick Burch <nick@apache.org>
Tue, 12 Aug 2008 19:57:04 +0000 (19:57 +0000)
committerNick Burch <nick@apache.org>
Tue, 12 Aug 2008 19:57:04 +0000 (19:57 +0000)
commit97e8e39eb675fe57f95416c7dfd4b22df9402ae8
tree34203dac334a110069389cc38db841a67e4ba857
parent8ad0a4f34ceae63cda3e0e4bef34455e3992291f
Add HWPF support for stripping out fields (eg macros), and make this optionally happen always for headers and footers

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@685283 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/hwpf/extractor/WordExtractor.java
src/scratchpad/src/org/apache/poi/hwpf/usermodel/HeaderStories.java
src/scratchpad/src/org/apache/poi/hwpf/usermodel/Range.java
src/scratchpad/testcases/org/apache/poi/hwpf/data/HeaderWithMacros.doc [new file with mode: 0644]
src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestHeaderStories.java
src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestProblems.java
src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestRange.java [new file with mode: 0644]