Package com.itextpdf.text.api
Interface WriterOperation
-
- All Known Implementing Classes:
WritableDirectElement
public interface WriterOperation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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 PdfWriterdoc
- the document- Throws:
DocumentException
-
-