Package | Description |
---|---|
com.nomagic.magicreport.engine | |
com.nomagic.magicreport.engine.tools | |
com.nomagic.magicreport.engine.velocity | |
com.nomagic.magicreport.format |
Modifier and Type | Method and Description |
---|---|
IFormatter |
ITemplateEngine.getFormatter()
Returns a formatter that can be used to create the object layout, and formats of state
InsertionHandler . |
Modifier and Type | Class and Description |
---|---|
class |
DOCXFormatterWrapper
A wrapper for MagicReport DOCX formatter.
|
class |
ODFFormatterWrapper
A wrapper for MagicReport ODF formatter.
|
class |
PPTXFormatterWrapper
A wrapper for MagicReport PPTX formatter.
|
class |
RTFFormatterWrapper
A wrapper for MagicReport RTF formatter.
|
class |
XLSXFormatterWrapper
A wrapper for MagicReport XLSX formatter.
|
Modifier and Type | Method and Description |
---|---|
protected IFormatter |
InsertionHandler.createFormatter(java.lang.Class<ITemplateEngine> engineClass)
Deprecated.
the formatter is no longer determined by Class
ITemplateEngine . It will be created directly
from ITemplateEngine.getFormatter() . |
IFormatter |
DefaultTemplateEngine.getFormatter()
Returns a formatter that can be used to create the object layout, and formats of state
InsertionHandler . |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTemplateEngine.setFormatter(IFormatter formatter)
Set the formatter to be used with this template engine.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFormatter
This class provides default implementation for any output format.
|
class |
DocBookFormatter
This class provides implementation for DocBook format output.
|
class |
DOCXFormatter
The Velocity engine support for Docx.
|
class |
HTMLFormatter
This class provides implementation for HTML format output.
|
class |
LaTeXFormatter
This class provides implementation for LaTeX format output.
|
class |
ODFFormatter
This class provides implementation for ODF format output.
|
class |
PPTXFormatter
The Velocity engine support for PPTX.
|
class |
RTFFormatter
This class provides implementation for RTF format output.
|
class |
TextFormatter
This class provides implementation for text format output.
|
class |
XLSXFormatter
The Velocity engine support for XLSX.
|
class |
XMLFormatter
This class provides implementation for XML format output.
|
Modifier and Type | Method and Description |
---|---|
IFormatter |
DefaultFormatter.getObjectFormater(java.lang.Class<?> targetType)
Returns the formatter for the target type class or current formatter if target type class is not registered.
|
IFormatter |
IFormatter.getObjectFormater(java.lang.Class<?> targetType)
Returns the formatter for the target type class or current formatter if target type class is not registered.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultFormatter.registerObjectFormatter(java.lang.Class<?> targetType,
IFormatter formatter)
Register an object formatter to be used to format values of a given target class.
|
void |
IFormatter.registerObjectFormatter(java.lang.Class<?> targetType,
IFormatter formatter)
Register an object formatter to be used to format values of a given target class.
|
Copyright © 2010 - No Magic Asia