com.itextpdf.text.api
Interface WriterOperation

All Known Implementing Classes:
WritableDirectElement

public interface WriterOperation

Author:
itextpdf.com

Method Summary
 void write(PdfWriter writer, Document doc)
          Receive a writer and the document to do certain operations on them.
 

Method Detail

write

void write(PdfWriter writer,
           Document doc)
           throws DocumentException
Receive a writer and the document to do certain operations on them.

Parameters:
writer - the PdfWriter
doc - the document
Throws:
DocumentException


Copyright © 2013. All Rights Reserved.