Uses of Class
com.qoppa.pdf.TextToPDFSettings

Packages that use TextToPDFSettings
com.qoppa.pdfNotes PDFNotesBean, toolbar and related classes. 
com.qoppa.pdfProcess jPDFProcess main classes, used to manipulate PDF documents and pages. 
 

Uses of TextToPDFSettings in com.qoppa.pdfNotes
 

Methods in com.qoppa.pdfNotes with parameters of type TextToPDFSettings
 void PDFNotesBean.loadTextDocument(String fileName, TextToPDFSettings settings)
          Method to open text files .
 

Uses of TextToPDFSettings in com.qoppa.pdfProcess
 

Methods in com.qoppa.pdfProcess with parameters of type TextToPDFSettings
 void PDFDocument.appendTextAsPages(InputStream textStream, TextToPDFSettings settings)
          Creates new pages in the PDF document and adds the text, read from an input stream, to them.
 void PDFDocument.appendTextAsPages(String txtFileName, TextToPDFSettings settings)
          Creates new pages in the PDF document and adds the text from an text file to them.