| Interface | Description |
|---|---|
| DocumentFactory |
Creates template document interface
|
| DocumentFactory.CancellationToken |
Cancel Templater processing.
|
| DocumentFactoryBuilder |
Templater document factory builder.
|
| DocumentFactoryBuilder.Formatter |
Plugin signature for formatting values.
|
| DocumentFactoryBuilder.Handler |
Plugin signature for invoking low-level API.
|
| DocumentFactoryBuilder.LowLevelReplacer |
Register a new Low Level replacer plugin.
|
| DocumentFactoryBuilder.Navigate |
Plugin signature for navigation over tag.
|
| DocumentFactoryBuilder.NavigationEnd |
Specify ending for navigation plugin.
|
| DocumentFactoryBuilder.Processor<T> |
Plugin signature for a data type handler.
|
| DocumentFactoryBuilder.SpreadsheetConfigurationBuilder |
This builder allows for customizing various Spreadsheet specific behaviors,
such as formulas and limits.
|
| DocumentFactoryBuilder.SvgConverter |
Conversion function.
|
| DocumentFactoryBuilder.UnprocessedTagsHandler |
Register a new unprocessed tags plugin.
|
| DocumentFactoryBuilder.XmlCombine |
Conversion function.
|
| EditorConfigurationBuilder |
Templater Editor integration is available for Reporting and Enterprise license.
|
| EditorConfigurationBuilder.MetadataProvider |
Callback for metadata type.
|
| TemplateDocument |
Template document with analyzed tags.
|
| Templater |
Provides access to low level API.
|
| Class | Description |
|---|---|
| Configuration |
Public entry point.
|
| EditorConfigurationBuilder.TagMetadata |
Additional metadata available in Templater Editor.
|
| EditorConfigurationBuilder.TagMetadata.Builder |
Builder helper for metadata construction
|
| ImageInfo |
Special image type.
|
| ImageInfo.Builder |
ImageInfo builder for easier initialization.
|
| Templater.TagPosition |
Exact tag position for the resize method.
|
| Enum | Description |
|---|---|
| DocumentFactoryBuilder.RemovalOption |
How to deal with tag detected in XML.
|
| DocumentFactoryBuilder.TagPattern |
Supported tag patterns
|
| EditorConfigurationBuilder.TagStatus |
Status of the tag used in the Templater Editor.
|
| Handled |
Specifying behavior of Templater after the handler.
|