public class HTMLTextStylingTransformer extends AbstractTextStylingTransformer
IDocumentHandler.| Modifier and Type | Field and Description |
|---|---|
static ITextStylingTransformer |
INSTANCE |
| Constructor and Description |
|---|
HTMLTextStylingTransformer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doTransform(String content,
IDocumentHandler documentHandler)
Transform the given content (with some syntax like HTML, Mediawiki, etc) to another syntax (docx, odt, etc).
|
protected String |
generateXhtmlFromContent(String content) |
transformpublic static final ITextStylingTransformer INSTANCE
protected void doTransform(String content, IDocumentHandler documentHandler) throws Exception
AbstractTextStylingTransformerdoTransform in class AbstractTextStylingTransformercontent - the content to transform.documentHandler - the document handler used for the transformation.ExceptionCopyright © 2017. All Rights Reserved.