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, openScopedBlockpublic void text(String sText)
TextMarkupBasetext in class TextMarkupBasesText - - Text to be added.public void attr(TextAttr oAttr)
TextMarkupBaseBecause the rich text representation is built up serially, this method sets the attributes for subsequent text, until called again.
attr in class TextMarkupBaseoAttr - - Attributes to set. The implementation must honour
enabled attributes and carry forward disabled ones.public void field(TextField poField)
TextMarkupBasefield in class TextMarkupBasepublic void embed(TextEmbed poEmbed)
public void para()
TextMarkupBasepara in class TextMarkupBasepublic void reset()
public boolean suppressAttributes()
Copyright © 2010 - 2020 Adobe. All Rights Reserved