Package com.adobe.xfa.text.markup
Class MarkupText
- java.lang.Object
-
- com.adobe.xfa.text.TextMarkupBase
-
- com.adobe.xfa.text.markup.MarkupOut
-
- com.adobe.xfa.text.markup.MarkupText
-
public class MarkupText extends MarkupOut
-
-
Constructor Summary
Constructors Constructor Description MarkupText()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getText()
void
para()
Output a paragraph break to the rich text representation.boolean
suppressAttributes()
void
text(java.lang.String sText)
Add text to the rich text representation.-
Methods inherited from class com.adobe.xfa.text.TextMarkupBase
attributePtr, closeScopedBlock, issueFirstPara, legacyPositioning, marker, markerEnd, markerStart, openScopedBlock
-
-
-
-
Method Detail
-
getText
public java.lang.String getText()
-
text
public void text(java.lang.String sText)
Description copied from class:TextMarkupBase
Add text to the rich text representation.
-
para
public void para()
Description copied from class:TextMarkupBase
Output a paragraph break to the rich text representation.
-
suppressAttributes
public boolean suppressAttributes()
- Overrides:
suppressAttributes
in classMarkupOut
-
-