Package | Description |
---|---|
com.nomagic.magicreport.engine | |
com.nomagic.magicreport.engine.ooxml.child.docx | |
com.nomagic.magicreport.engine.tools |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentTool
Provide concurrent task running in template engine.
|
class |
Tool
A base class realizing from interface
ITool . |
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.
|
Copyright © 2010 - No Magic Asia