|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITransformResult | |
|---|---|
| fr.opensagres.xdocreport.document.registry | |
| fr.opensagres.xdocreport.document.textstyling | |
| Uses of ITransformResult in fr.opensagres.xdocreport.document.registry |
|---|
| Methods in fr.opensagres.xdocreport.document.registry that return ITransformResult | |
|---|---|
ITransformResult |
TextStylingRegistry.transform(String initialContent,
String syntaxKind,
boolean syntaxWithDirective,
String documentKind,
String elementId,
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.textstyling | |
|---|---|
interface |
IDocumentHandler
Handler to build a document. |
| Classes in fr.opensagres.xdocreport.document.textstyling that implement ITransformResult | |
|---|---|
class |
AbstractDocumentHandler
Abstract class for document handler IDocumentHandler. |
class |
BasicTransformResult
|
| Methods in fr.opensagres.xdocreport.document.textstyling that return ITransformResult | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||