Package com.adobe.xfa.text.markup
Class MarkupIn
java.lang.Object
com.adobe.xfa.text.markup.MarkupIn
- Direct Known Subclasses:
MarkupEngineIn
This class provides common base class support for input markup
engines. It caches a pointer to the markup target (class
TextMkBase) and provides a simple set of methods that the input
engine can call to build up the rich text.
For more information, please see the extenral documentation.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetup(TextMarkupBase poBase, TextGfxSource poGfxSource) abstract voidPure virtual: Perform the markup translation.
-
Method Details
-
translate
public abstract void translate()Pure virtual: Perform the markup translation.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.
-
setup
-