public abstract class MarkupIn extends Object
For more information, please see the extenral documentation.
Modifier and Type | Method and Description |
---|---|
void |
setup(TextMarkupBase poBase,
TextGfxSource poGfxSource) |
abstract void |
translate()
Pure virtual: Perform the markup translation.
|
public abstract void translate()
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.
public void setup(TextMarkupBase poBase, TextGfxSource poGfxSource)
Copyright © 2010 - 2020 Adobe. All Rights Reserved