public class MarkupOut extends TextMarkupBase
For more information, please see the extenral documentation.
Modifier and Type | Method and Description |
---|---|
void |
attr(TextAttr oAttr)
Change attributes in the rich text representation.
|
void |
embed(TextEmbed poEmbed) |
void |
field(TextField poField)
Add a field to the rich text representation.
|
void |
para()
Output a paragraph break to the rich text representation.
|
void |
reset() |
boolean |
suppressAttributes() |
void |
text(String sText)
Add text to the rich text representation.
|
attributePtr, closeScopedBlock, issueFirstPara, legacyPositioning, marker, markerEnd, markerStart, openScopedBlock
public void text(String sText)
TextMarkupBase
text
in class TextMarkupBase
sText
- - Text to be added.public void attr(TextAttr oAttr)
TextMarkupBase
Because the rich text representation is built up serially, this method sets the attributes for subsequent text, until called again.
attr
in class TextMarkupBase
oAttr
- - Attributes to set. The implementation must honour
enabled attributes and carry forward disabled ones.public void field(TextField poField)
TextMarkupBase
field
in class TextMarkupBase
public void embed(TextEmbed poEmbed)
public void para()
TextMarkupBase
para
in class TextMarkupBase
public void reset()
public boolean suppressAttributes()
Copyright © 2010 - 2020 Adobe. All Rights Reserved