Class PlainText.TextAttribute
- java.lang.Object
-
- java.text.AttributedCharacterIterator.Attribute
-
- org.apache.pdfbox.pdmodel.interactive.form.PlainText.TextAttribute
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- PlainText
static class PlainText.TextAttribute extends java.text.AttributedCharacterIterator.Attribute
Attribute keys and attribute values used for text handling. This is similar toTextAttribute
but handled individually as to avoid a dependency on awt.
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
UID for serializing.static java.text.AttributedCharacterIterator.Attribute
WIDTH
Attribute width of the text.
-
Constructor Summary
Constructors Modifier Constructor Description protected
TextAttribute(java.lang.String name)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
UID for serializing.- See Also:
- Constant Field Values
-
WIDTH
public static final java.text.AttributedCharacterIterator.Attribute WIDTH
Attribute width of the text.
-
-