|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SyntaxKind | |
|---|---|
| fr.opensagres.xdocreport.template.formatter | |
| fr.opensagres.xdocreport.template.textstyling | |
| Uses of SyntaxKind in fr.opensagres.xdocreport.template.formatter |
|---|
| Methods in fr.opensagres.xdocreport.template.formatter with parameters of type SyntaxKind | |
|---|---|
void |
FieldsMetadata.addFieldAsTextStyling(String fieldName,
SyntaxKind syntaxKind)
Add a field name which can contains text stylink (Html, Wikipedia, etc..). |
| Uses of SyntaxKind in fr.opensagres.xdocreport.template.textstyling |
|---|
| Methods in fr.opensagres.xdocreport.template.textstyling that return SyntaxKind | |
|---|---|
static SyntaxKind |
SyntaxKind.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SyntaxKind[] |
SyntaxKind.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in fr.opensagres.xdocreport.template.textstyling with parameters of type SyntaxKind | |
|---|---|
ITextStylingTransformer |
TextStylingTransformerRegistry.getTextStylingTransformer(SyntaxKind syntaxKind)
Returns the text styling transformer for the given syntax kind. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||