Interface PDFBox.Writer<T>

Enclosing class:
PDFBox

public static interface PDFBox.Writer<T>
Author:
Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(org.apache.pdfbox.pdmodel.PDDocument doc, T dto)
     
  • Method Details