| Modifier and Type | Method and Description |
|---|---|
ITextStylingTransformer |
ITextStylingTransformerDiscovery.getTransformer()
Returns the text styling transformer.
|
ITextStylingTransformer |
HTMLTextStylingTransformerDiscovery.getTransformer() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTextStylingTransformer
Abstract class for text styling transformer.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTMLTextStylingTransformer
HTML text styling transformer to transform HTML to another document kind (odt, docx, etc) syntax.
|
| Modifier and Type | Field and Description |
|---|---|
static ITextStylingTransformer |
HTMLTextStylingTransformer.INSTANCE |
Copyright © 2017. All Rights Reserved.