|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IDocumentHandler in fr.opensagres.xdocreport.document.discovery |
|---|
| Methods in fr.opensagres.xdocreport.document.discovery that return IDocumentHandler | |
|---|---|
IDocumentHandler |
ITextStylingDocumentHandlerFactoryDiscovery.createDocumentHandler(BufferedElement parent,
IContext context,
String entryName)
|
| Uses of IDocumentHandler in fr.opensagres.xdocreport.document.registry |
|---|
| Methods in fr.opensagres.xdocreport.document.registry that return IDocumentHandler | |
|---|---|
IDocumentHandler |
TextStylingRegistry.createDocumentHandler(String documentKind,
String elementId,
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 IDocumentHandler | |
|---|---|
class |
AbstractDocumentHandler
Abstract class for document handler IDocumentHandler. |
| Methods in fr.opensagres.xdocreport.document.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). |
ITransformResult |
ITextStylingTransformer.transform(String content,
IDocumentHandler documentHandler)
Transform the given content (with some syntax like HTML, MediaWiki, etc) to another syntax (docx, odt, etc). |
ITransformResult |
AbstractTextStylingTransformer.transform(String content,
IDocumentHandler handler)
|
| Uses of IDocumentHandler in fr.opensagres.xdocreport.document.textstyling.html |
|---|
| Methods in fr.opensagres.xdocreport.document.textstyling.html with parameters of type IDocumentHandler | |
|---|---|
protected void |
HTMLTextStylingTransformer.doTransform(String content,
IDocumentHandler documentHandler)
|
| Constructors in fr.opensagres.xdocreport.document.textstyling.html with parameters of type IDocumentHandler | |
|---|---|
HTMLTextStylingContentHandler(IDocumentHandler visitor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||