Package org.apache.fop.pdf.xref

Examples of org.apache.fop.pdf.xref.CrossReferenceTable


            streamIndirectObjects(structureTreeElements, stream);
        }

        public long outputCrossReferenceObject(OutputStream stream,
                TrailerDictionary trailerDictionary) throws IOException {
            new CrossReferenceTable(trailerDictionary, position,
                    indirectObjectOffsets).output(stream);
            return position;
        }
View Full Code Here

TOP

Related Classes of org.apache.fop.pdf.xref.CrossReferenceTable

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.