Class PDFLinearization.LinearPDFDictionary

java.lang.Object
org.apache.fop.pdf.PDFObject
org.apache.fop.pdf.PDFDictionary
org.apache.fop.pdf.PDFLinearization.LinearPDFDictionary
All Implemented Interfaces:
PDFWritable
Enclosing class:
PDFLinearization

static class PDFLinearization.LinearPDFDictionary extends PDFDictionary
  • Field Details

    • lastsize

      private int lastsize
  • Constructor Details

    • LinearPDFDictionary

      public LinearPDFDictionary(PDFDocument doc)
  • Method Details

    • output

      public int output(OutputStream stream) throws IOException
      Description copied from class: PDFDictionary
      Write the PDF represention of this object
      Overrides:
      output in class PDFDictionary
      Parameters:
      stream - the stream to write the PDF to
      Returns:
      the number of bytes written
      Throws:
      IOException - if there is an error writing to the stream