Uses of Interface
fr.opensagres.xdocreport.document.textstyling.IDocumentHandler
Packages that use IDocumentHandler
Package
Description
-
Uses of IDocumentHandler in fr.opensagres.xdocreport.document.discovery
Methods in fr.opensagres.xdocreport.document.discovery that return IDocumentHandlerModifier and TypeMethodDescriptionITextStylingDocumentHandlerFactoryDiscovery.createDocumentHandler(BufferedElement parent, fr.opensagres.xdocreport.template.IContext context, String entryName) -
Uses of IDocumentHandler in fr.opensagres.xdocreport.document.registry
Methods in fr.opensagres.xdocreport.document.registry that return IDocumentHandlerModifier and TypeMethodDescriptionTextStylingRegistry.createDocumentHandler(String documentKind, String elementId, fr.opensagres.xdocreport.template.IContext context, String entryName) Create an instance of document handler for the given document kind. -
Uses of IDocumentHandler in fr.opensagres.xdocreport.document.textstyling
Classes in fr.opensagres.xdocreport.document.textstyling that implement IDocumentHandlerMethods in fr.opensagres.xdocreport.document.textstyling with parameters of type IDocumentHandlerModifier and TypeMethodDescriptionprotected abstract voidAbstractTextStylingTransformer.doTransform(String content, IDocumentHandler documentHandler) Transform the given content (with some syntax like HTML, Mediawiki, etc) to another syntax (docx, odt, etc).AbstractTextStylingTransformer.transform(String content, IDocumentHandler handler) ITextStylingTransformer.transform(String content, IDocumentHandler documentHandler) Transform the given content (with some syntax like HTML, MediaWiki, etc) to another syntax (docx, odt, etc). -
Uses of IDocumentHandler in fr.opensagres.xdocreport.document.textstyling.html
Methods in fr.opensagres.xdocreport.document.textstyling.html with parameters of type IDocumentHandlerModifier and TypeMethodDescriptionprotected voidHTMLTextStylingTransformer.doTransform(String content, IDocumentHandler documentHandler) Constructors in fr.opensagres.xdocreport.document.textstyling.html with parameters of type IDocumentHandler