Uses of Interface
fr.opensagres.xdocreport.document.textstyling.ITransformResult
Packages that use ITransformResult
Package
Description
-
Uses of ITransformResult in fr.opensagres.xdocreport.document.registry
Methods in fr.opensagres.xdocreport.document.registry that return ITransformResultModifier and TypeMethodDescriptionTextStylingRegistry.transform(String initialContent, String syntaxKind, boolean syntaxWithDirective, String documentKind, String elementId, fr.opensagres.xdocreport.template.IContext context, String entryName) Transform the given content written with the given syntaxKind (HTML, MediaWiki, etc) to another syntax defined by the document kind (docx, odt). -
Uses of ITransformResult in fr.opensagres.xdocreport.document.textstyling
Subinterfaces of ITransformResult in fr.opensagres.xdocreport.document.textstylingClasses in fr.opensagres.xdocreport.document.textstyling that implement ITransformResultModifier and TypeClassDescriptionclassAbstract class for document handlerIDocumentHandler.classMethods in fr.opensagres.xdocreport.document.textstyling that return ITransformResultModifier and TypeMethodDescriptionAbstractTextStylingTransformer.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).