diff options
author | Nick Burch <nick@apache.org> | 2008-08-17 20:15:51 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2008-08-17 20:15:51 +0000 |
commit | 2118d52949c2e571c00dab9263740d635b83908b (patch) | |
tree | d11c955f8010b83da6f989722340515d625fbccf /src/scratchpad/testcases/org/apache/poi/hpbf | |
parent | 1cbcfaed7852f0536c5424f6c895db9769a54717 (diff) | |
download | poi-2118d52949c2e571c00dab9263740d635b83908b.tar.gz poi-2118d52949c2e571c00dab9263740d635b83908b.zip |
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
Diffstat (limited to 'src/scratchpad/testcases/org/apache/poi/hpbf')
-rwxr-xr-x | src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2.pub | bin | 0 -> 72704 bytes | |||
-rw-r--r-- | src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2.txt | 34 | ||||
-rwxr-xr-x | src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample3.pub | bin | 0 -> 72192 bytes | |||
-rw-r--r-- | src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample3.txt | 29 | ||||
-rwxr-xr-x | src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample4.pub | bin | 0 -> 72192 bytes | |||
-rw-r--r-- | src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample4.txt | 29 |
6 files changed, 92 insertions, 0 deletions
diff --git a/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2.pub b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2.pub Binary files differnew file mode 100755 index 0000000000..610362c471 --- /dev/null +++ b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample2.pub 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 Binary files differnew file mode 100755 index 0000000000..4f19bec93d --- /dev/null +++ b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample3.pub 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 Binary files differnew file mode 100755 index 0000000000..445df85f09 --- /dev/null +++ b/src/scratchpad/testcases/org/apache/poi/hpbf/data/Sample4.pub 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 |