fr.opensagres.xdocreport.template.textstyling
Interface ITextStylingTransformer
- All Known Implementing Classes:
- AbstractTextStylingTransformer, HTMLTextStylingTransformer
public interface ITextStylingTransformer
Text styling transformer is used to transform some syntax (HTML, Mediawiki,
etc) to another syntax (docx, odt, etc).
|
Method Summary |
String |
transform(String content,
IDocumentHandler documentHandler)
Transform the given content (with some syntax like HTML, MediaWiki, etc)
to another syntax (docx, odt, etc). |
transform
String transform(String content,
IDocumentHandler documentHandler)
throws XDocReportException
- Transform the given content (with some syntax like HTML, MediaWiki, etc)
to another syntax (docx, odt, etc). The given visitor can be used to
process the transformation.
- Parameters:
content - the content to transform.documentHandler - the document visitor used for the transformation.
- Returns:
- the transformed content.
- Throws:
XDocReportException
Copyright © 2011. All Rights Reserved.