Package com.adobe.xfa.text.markup
Class MarkupField
- java.lang.Object
-
- com.adobe.xfa.text.TextMarkupBase
-
- com.adobe.xfa.text.markup.MarkupOut
-
- com.adobe.xfa.text.markup.MarkupField
-
public class MarkupField extends MarkupOut
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
field(TextField poField)
Add a field to the rich text representation.boolean
suppressAttributes()
-
Methods inherited from class com.adobe.xfa.text.TextMarkupBase
attributePtr, closeScopedBlock, issueFirstPara, legacyPositioning, marker, markerEnd, markerStart, openScopedBlock
-
-
-
-
Method Detail
-
field
public void field(TextField poField)
Description copied from class:TextMarkupBase
Add a field to the rich text representation.
-
suppressAttributes
public boolean suppressAttributes()
- Overrides:
suppressAttributes
in classMarkupOut
-
-