at.knowcenter.wag.exactparser.parsing.results
Class FooterParseResult
java.lang.Object
at.knowcenter.wag.exactparser.parsing.results.ParseResult
at.knowcenter.wag.exactparser.parsing.results.FooterParseResult
public class FooterParseResult
- extends ParseResult
The result of parsing a PDF footer block.
A PDF footer block starts with the xref table followed by the trailer, the
startxref and finally the EOF marker. Usually the footer should be at the end
of the file. All object offsets in the footer's xref table should be before
the footer itself. Nevertheless, there are PDF Writers (e.g. Microsoft Word)
that put the footer at the beginning of the document so that all indirect
objects are after the EOF marker.
- Author:
- wprinz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sxpr
public StartXRefParseResult sxpr
eofpr
public EOFParseResult eofpr
xpr
public XRefSectionParseResult xpr
tpr
public TrailerParseResult tpr
FooterParseResult
public FooterParseResult()
Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.