Uses of Interface
fr.opensagres.xdocreport.document.textstyling.ITextStylingTransformer

Packages that use ITextStylingTransformer
fr.opensagres.xdocreport.document.discovery   
fr.opensagres.xdocreport.document.registry   
fr.opensagres.xdocreport.document.textstyling   
fr.opensagres.xdocreport.document.textstyling.html   
 

Uses of ITextStylingTransformer in fr.opensagres.xdocreport.document.discovery
 

Methods in fr.opensagres.xdocreport.document.discovery that return ITextStylingTransformer
 ITextStylingTransformer ITextStylingTransformerDiscovery.getTransformer()
          Returns the text styling transformer.
 ITextStylingTransformer HTMLTextStylingTransformerDiscovery.getTransformer()
           
 

Uses of ITextStylingTransformer in fr.opensagres.xdocreport.document.registry
 

Methods in fr.opensagres.xdocreport.document.registry that return ITextStylingTransformer
 ITextStylingTransformer TextStylingTransformerRegistry.getTextStylingTransformer(String syntaxKind)
          Returns the text styling transformer for the given syntax kind.
 ITextStylingTransformer TextStylingTransformerRegistry.getTextStylingTransformer(SyntaxKind 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 ITextStylingTransformer
 class AbstractTextStylingTransformer
          Abstract class for text styling transformer.
 

Methods in fr.opensagres.xdocreport.document.textstyling that return ITextStylingTransformer
 ITextStylingTransformer TextStylingTransformerRegistry.getTextStylingTransformer(String syntaxKind)
          Returns the text styling transformer for the given syntax kind.
 ITextStylingTransformer TextStylingTransformerRegistry.getTextStylingTransformer(SyntaxKind 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 ITextStylingTransformer
 class HTMLTextStylingTransformer
          HTML text styling transformer to transform HTML to another document kind (odt, docx, etc) syntax.
 

Fields in fr.opensagres.xdocreport.document.textstyling.html declared as ITextStylingTransformer
static ITextStylingTransformer HTMLTextStylingTransformer.INSTANCE
           
 



Copyright © 2012. All Rights Reserved.