Class PlainText
- java.lang.Object
-
- com.tom_roush.pdfbox.pdmodel.interactive.annotation.layout.PlainText
-
public class PlainText extends Object
A block of text.A block of text can contain multiple paragraphs which will be treated individually within the block placement.
-
-
Constructor Detail
-
PlainText
public PlainText(String textValue)
Construct the text block from a single value. Constructs the text block from a single value splitting into individualPlainText.Paragraphwhen a new line character is encountered.- Parameters:
textValue- the text block string.
-
-