Class PlainText.Word
- java.lang.Object
-
- org.apache.pdfbox.pdmodel.interactive.annotation.layout.PlainText.Word
-
- Enclosing class:
- PlainText
static class PlainText.Word extends java.lang.ObjectAn 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.AttributedStringattributedStringprivate java.lang.StringtextContent
-
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.AttributedStringgetAttributes()(package private) java.lang.StringgetText()(package private) voidsetAttributes(java.text.AttributedString as)
-