Interface WriteStrategy
- All Known Implementing Classes:
DefaultWriteStrategy
public interface WriteStrategy
Strategy to write given lines to pdf document.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pdfbox.pdmodel.PDDocumentwrite(Collection<String> lines, org.apache.pdfbox.pdmodel.PDDocument document)
-
Method Details
-
write
org.apache.pdfbox.pdmodel.PDDocument write(Collection<String> lines, org.apache.pdfbox.pdmodel.PDDocument document) throws IOException - Throws:
IOException
-