public class MarkupRtfIn extends MarkupEngineIn
For more information, please see the extenral documentation.
Constructor and Description |
---|
MarkupRtfIn(String sStrSource) |
MarkupRtfIn(String sStrSource,
MarkupAttr pMarkupAttr)
Constructor with source string.
|
Modifier and Type | Method and Description |
---|---|
String |
defaultTypeface() |
boolean |
skipThisCommand(int eTag) |
void |
translate()
Pure virtual: Perform the markup translation.
|
setSourceText
public MarkupRtfIn(String sStrSource, MarkupAttr pMarkupAttr)
sStrSource
- - RTF source string to translate.pMarkupAttr
- - (optional) Pointer to RTF translation attribute
table to use instead of the default. It is strongly recommended that
you leave this parameter NULL (default).public MarkupRtfIn(String sStrSource)
public void translate()
MarkupIn
The derived class implements this to perform the actual translation from markup to rich text. Note that the derived class must be prepopulated with any translation parameters.
translate
in class MarkupEngineIn
public String defaultTypeface()
public boolean skipThisCommand(int eTag)
Copyright © 2010 - 2020 Adobe. All Rights Reserved