Uses of Interface
fr.opensagres.xdocreport.template.textstyling.IDocumentHandler

Packages that use IDocumentHandler
fr.opensagres.xdocreport.template.textstyling   
fr.opensagres.xdocreport.template.textstyling.html   
 

Uses of IDocumentHandler in fr.opensagres.xdocreport.template.textstyling
 

Classes in fr.opensagres.xdocreport.template.textstyling that implement IDocumentHandler
 class AbstractDocumentHandler
          Abstract class for document handler IDocumentHandler.
 

Methods in fr.opensagres.xdocreport.template.textstyling with parameters of type IDocumentHandler
protected abstract  void AbstractTextStylingTransformer.doTransform(String content, IDocumentHandler documentHandler)
          Transform the given content (with some syntax like HTML, Mediawiki, etc) to another syntax (docx, odt, etc).
 String ITextStylingTransformer.transform(String content, IDocumentHandler documentHandler)
          Transform the given content (with some syntax like HTML, MediaWiki, etc) to another syntax (docx, odt, etc).
 String AbstractTextStylingTransformer.transform(String content, IDocumentHandler handler)
           
 

Uses of IDocumentHandler in fr.opensagres.xdocreport.template.textstyling.html
 

Methods in fr.opensagres.xdocreport.template.textstyling.html with parameters of type IDocumentHandler
protected  void HTMLTextStylingTransformer.doTransform(String content, IDocumentHandler documentHandler)
           
 

Constructors in fr.opensagres.xdocreport.template.textstyling.html with parameters of type IDocumentHandler
HTMLTextStylingContentHandler(IDocumentHandler visitor)
           
 



Copyright © 2011. All Rights Reserved.