public interface ITextStylingTransformer
| Modifier and Type | Method and Description |
|---|---|
ITransformResult |
transform(String content,
IDocumentHandler documentHandler)
Transform the given content (with some syntax like HTML, MediaWiki, etc) to another syntax (docx, odt, etc).
|
ITransformResult transform(String content, IDocumentHandler documentHandler) throws XDocReportException
content - the content to transform.documentHandler - the document visitor used for the transformation.XDocReportExceptionCopyright © 2017. All Rights Reserved.