Class PlainText.TextAttribute
java.lang.Object
java.text.AttributedCharacterIterator.Attribute
org.apache.pdfbox.pdmodel.interactive.annotation.layout.PlainText.TextAttribute
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PlainText
Attribute keys and attribute values used for text handling.
This is similar to
TextAttribute
but
handled individually as to avoid a dependency on awt.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
UID for serializing.static final AttributedCharacterIterator.Attribute
Attribute width of the text.Fields inherited from class java.text.AttributedCharacterIterator.Attribute
INPUT_METHOD_SEGMENT, LANGUAGE, READING
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.text.AttributedCharacterIterator.Attribute
equals, getName, hashCode, readResolve, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDUID for serializing.- See Also:
-
WIDTH
Attribute width of the text.
-
-
Constructor Details
-
TextAttribute
-