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