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