| Modifier and Type | Method and Description |
|---|---|
IDocumentHandler |
ITextStylingDocumentHandlerFactoryDiscovery.createDocumentHandler(BufferedElement parent,
IContext context,
java.lang.String entryName) |
| Modifier and Type | Method and Description |
|---|---|
IDocumentHandler |
TextStylingRegistry.createDocumentHandler(java.lang.String documentKind,
java.lang.String elementId,
IContext context,
java.lang.String entryName)
Create an instance of document handler for the given document kind.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDocumentHandler
Abstract class for document handler
IDocumentHandler. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractTextStylingTransformer.doTransform(java.lang.String content,
IDocumentHandler documentHandler)
Transform the given content (with some syntax like HTML, Mediawiki, etc) to another syntax (docx, odt, etc).
|
ITransformResult |
ITextStylingTransformer.transform(java.lang.String content,
IDocumentHandler documentHandler)
Transform the given content (with some syntax like HTML, MediaWiki, etc) to another syntax (docx, odt, etc).
|
ITransformResult |
AbstractTextStylingTransformer.transform(java.lang.String content,
IDocumentHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HTMLTextStylingTransformer.doTransform(java.lang.String content,
IDocumentHandler documentHandler) |
| Constructor and Description |
|---|
HTMLTextStylingContentHandler(IDocumentHandler visitor) |
Copyright © 2022. All Rights Reserved.