Class PlainTextFormatter
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.interactive.annotation.layout.PlainTextFormatter
-
public class PlainTextFormatter extends java.lang.Object
TextFormatter to handle plain text formatting for annotation rectangles. The text formatter will take a single value or an array of values which are treated as paragraphs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PlainTextFormatter.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
format()
Format the text block.
-