From 2118d52949c2e571c00dab9263740d635b83908b Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Sun, 17 Aug 2008 20:15:51 +0000 Subject: Further HPBF documentation, and some more sample files used git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@686640 13f79535-47bb-0310-9956-ffa450edef68 --- .../testcases/org/apache/poi/hpbf/data/Sample2.pub | Bin 0 -> 72704 bytes .../testcases/org/apache/poi/hpbf/data/Sample2.txt | 34 +++++++++++++++++++++ .../testcases/org/apache/poi/hpbf/data/Sample3.pub | Bin 0 -> 72192 bytes .../testcases/org/apache/poi/hpbf/data/Sample3.txt | 29 ++++++++++++++++++ .../testcases/org/apache/poi/hpbf/data/Sample4.pub | Bin 0 -> 72192 bytes .../testcases/org/apache/poi/hpbf/data/Sample4.txt | 29 ++++++++++++++++++ 6 files changed, 92 insertions(+) create mode 100755 src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2.pub create mode 100644 src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2.txt create mode 100755 src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample3.pub create mode 100644 src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample3.txt create mode 100755 src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample4.pub create mode 100644 src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample4.txt (limited to 'src/scratchpad/testcases/org/apache/poi/hpbf') diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2.pub b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2.pub new file mode 100755 index 0000000000..610362c471 Binary files /dev/null and b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2.pub differ diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2.txt b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2.txt new file mode 100644 index 0000000000..f8a68bb649 --- /dev/null +++ b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2.txt @@ -0,0 +1,34 @@ +This is some text on the first page +It’s in times new roman, font size 10, all normal + +We’ve added some more text in here, to push all the offsets about a bit. + + + +This is in bold and italic +It’s Arial, 20 point font +It’s in the second textbox on the first page + +Ditto with more text in here. + + +This is the second page + +It is also times new roman, 10 point + + +Table on page 2 Top right +P2 table left P2 table right +Bottom Left Bottom Right + + +This text is on page two +This is a link to Apache POI +More normal text +Link to a file + + +More text, more hyperlinks +email link +Final hyperlink +Within doc to page 1 diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample3.pub b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample3.pub new file mode 100755 index 0000000000..4f19bec93d Binary files /dev/null and b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample3.pub differ diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample3.txt b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample3.txt new file mode 100644 index 0000000000..c2d791b9af --- /dev/null +++ b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample3.txt @@ -0,0 +1,29 @@ +This is some text on the first page +It’s in times new roman, font size 10, all normal + + +This is in bold and italic +It’s Arial, 20 point font +It’s in the second textbox on the first page + + +This is the second page12345678 + +It is also times new roman, 10 point + + +Table on page 2 Top right +P2 table left P2 table right +Bottom Left Bottom Right + + +This text is on page two +This is a link to Apache POI +More normal text +Link to a file + + +More text, more hyperlinks +email link +Final hyperlink +Within doc to page 1 diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample4.pub b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample4.pub new file mode 100755 index 0000000000..445df85f09 Binary files /dev/null and b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample4.pub differ diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample4.txt b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample4.txt new file mode 100644 index 0000000000..279395e5de --- /dev/null +++ b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample4.txt @@ -0,0 +1,29 @@ +This is some text on the first page +It’s in times new roman, font size 10, all normal + + +This is in bold and italic +It’s Arial, 20 point font +It’s in the second textbox on the first page + + +This is the second page + +It is also times new roman, 10 point + + +Table on page 2 Top right +P2 table left P2 table right +Bottom Left Bottom Right + + +This text is on page two +This is a link to Apache POI +More normal text +Link to a file + + +More text, more hyperlinks +email link +Final hyperlink +Within doc to page 1 -- cgit v1.2.3