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 voidfield(TextField poField)Add a field to the rich text representation.booleansuppressAttributes()-
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:TextMarkupBaseAdd a field to the rich text representation.
-
suppressAttributes
public boolean suppressAttributes()
- Overrides:
suppressAttributesin classMarkupOut
-
-