| Package | Description |
|---|---|
| fr.opensagres.xdocreport.document.registry | |
| fr.opensagres.xdocreport.document.textstyling |
| Modifier and Type | Method and Description |
|---|---|
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).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDocumentHandler
Handler to build a document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDocumentHandler
Abstract class for document handler
IDocumentHandler. |
class |
BasicTransformResult |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2015. All Rights Reserved.