Modifier and Type | Class and Description |
---|---|
class |
Bookmark
An bean represent a bookmark object for template.
|
class |
Column
Contains utilities functions for column handler
|
class |
GridRowSpan
Contains utilities functions for grid row span (merge columns vertically or merge row).
|
class |
GridSpan
Contains utilities functions for grid span (merge columns horizontally).
|
class |
Image
An bean represent image object for template.
|
class |
Link
An bean represent a link object for template.
|
class |
Row |
class |
SVGIcon
A bean represent SVG icon.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ITool
Interface for template tool.
|
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentTool
Provide concurrent task running in template engine.
|
static class |
ITool.HTMLString
Direct command
IFormatter to render in HTML format. |
static class |
ITool.RetainedString
Direct command
IFormatter to keep the referenced String format. |
static class |
ITool.Void
A void class uses to return in Velocity Tools when you want exactly not return anything to context.
|
class |
Tool
A base class realizing from interface
ITool . |
Modifier and Type | Class and Description |
---|---|
class |
OOXMLTagString
String in OOXML format.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentRelationshipTool
Tool to handle relationship file of DOCX template.
$documentRelationshipTool.generateID(sectionID, originalID) The id and target path that refer to relationship file of child template will be changed. In case the relationship file is static file (image, object, none-xml file, etc.), The new id and new target path will be updated Then the new id and DocumentRelationship will be added to StaticRelationshipMap of child DocumentInfo. In case the relationship file is dynamic file (The xml file that contain velocity syntax), The file will be evaluated and the content after evaluated will be added to dynamic DocumentRelationship Then the new id and dynamic DocumentRelationship will be added to DynamicRelationshipMap of child DocumentInfo. |
Modifier and Type | Class and Description |
---|---|
class |
ArrayTool<T>
Use for creating the Array or HashSet instance.
|
class |
BookmarkTool
Contains utilities functions for bookmark.
|
class |
DocumentPageTool |
class |
FileTool
This class enables to generate output report file in the template file.
|
class |
GenericToolManager
A Tool that provides capability to load class/tool to be velocity context.
|
class |
GroupTool
Contains utilities functions for group an object.
|
class |
ImageTool
A tool provides functions for manipulate image.
|
class |
MapTool
Use for creating the HashMap instance.
|
class |
SortTool
This class is use to sort the collection in template report.
|
class |
TableTool
Use for creating the table properties.
|
class |
TemplateTool
The Tool for getting template information.
|
Modifier and Type | Class and Description |
---|---|
class |
Directive
A Java Bean class represent a directive statement.
|
Copyright © 2010 - No Magic Asia