Uses of Interface
fr.opensagres.xdocreport.document.textstyling.ITextStylingTransformer
Packages that use ITextStylingTransformer
Package
Description
-
Uses of ITextStylingTransformer in fr.opensagres.xdocreport.document.discovery
Methods in fr.opensagres.xdocreport.document.discovery that return ITextStylingTransformerModifier and TypeMethodDescriptionHTMLTextStylingTransformerDiscovery.getTransformer()ITextStylingTransformerDiscovery.getTransformer()Returns the text styling transformer. -
Uses of ITextStylingTransformer in fr.opensagres.xdocreport.document.registry
Methods in fr.opensagres.xdocreport.document.registry that return ITextStylingTransformerModifier and TypeMethodDescriptionTextStylingTransformerRegistry.getTextStylingTransformer(fr.opensagres.xdocreport.core.document.SyntaxKind syntaxKind) Returns the text styling transformer for the given syntax kind.TextStylingTransformerRegistry.getTextStylingTransformer(String syntaxKind) Returns the text styling transformer for the given syntax kind. -
Uses of ITextStylingTransformer in fr.opensagres.xdocreport.document.textstyling
Classes in fr.opensagres.xdocreport.document.textstyling that implement ITextStylingTransformerModifier and TypeClassDescriptionclassAbstract class for text styling transformer.Methods in fr.opensagres.xdocreport.document.textstyling that return ITextStylingTransformerModifier and TypeMethodDescriptionTextStylingTransformerRegistry.getTextStylingTransformer(fr.opensagres.xdocreport.core.document.SyntaxKind syntaxKind) Returns the text styling transformer for the given syntax kind.TextStylingTransformerRegistry.getTextStylingTransformer(String syntaxKind) Returns the text styling transformer for the given syntax kind. -
Uses of ITextStylingTransformer in fr.opensagres.xdocreport.document.textstyling.html
Classes in fr.opensagres.xdocreport.document.textstyling.html that implement ITextStylingTransformerModifier and TypeClassDescriptionclassHTML text styling transformer to transform HTML to another document kind (odt, docx, etc) syntax.Fields in fr.opensagres.xdocreport.document.textstyling.html declared as ITextStylingTransformerModifier and TypeFieldDescriptionstatic final ITextStylingTransformerHTMLTextStylingTransformer.INSTANCE