Class PlainText.Word
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.interactive.form.PlainText.Word
-
- Enclosing class:
- PlainText
static class PlainText.Word extends java.lang.Object
An individual word. A word is defined as a string which must be kept on the same line.
-
-
Field Summary
Fields Modifier and Type Field Description private java.text.AttributedString
attributedString
private java.lang.String
textContent
-
Constructor Summary
Constructors Constructor Description Word(java.lang.String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.text.AttributedString
getAttributes()
(package private) java.lang.String
getText()
(package private) void
setAttributes(java.text.AttributedString as)
-