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