- IImporter - Interface in com.nomagic.reportwizard.tools.template
-
Interface for Document dependent importers.
- importer(Element, String) - Method in class com.nomagic.reportwizard.tools.ImportTool
-
Gets the String content of a specific attached file element.
- importer(String, String) - Method in class com.nomagic.reportwizard.tools.ImportTool
-
Gets the String content of a specific import file path.
- ImportTool - Class in com.nomagic.reportwizard.tools
-
This tool will allow us to import Child-Templates at Velocity Runtime.
- ImportTool() - Constructor for class com.nomagic.reportwizard.tools.ImportTool
-
Constructor.
- include(Element) - Method in class com.nomagic.reportwizard.tools.ImportTool
-
This method will include all the content of a specific attached file element.
- include(String) - Method in class com.nomagic.reportwizard.tools.ImportTool
-
This method will include all the content of a child template.
- include(Element, String) - Method in class com.nomagic.reportwizard.tools.ImportTool
-
This method will include the subSection of a specific attached file element.
The ChildTemplate has to be formatted according to the already existing #sectionBegin and #sectionEnd
directives.
- include(String, String) - Method in class com.nomagic.reportwizard.tools.ImportTool
-
This method will include the subSection of the ChildTemplate.
The ChildTemplate has to be formatted according to the already existing #sectionBegin and #sectionEnd
directives.
- includeSection(Element, String) - Method in class com.nomagic.reportwizard.tools.ImportTool
-
This method will include the subSection of a specific attached file element.
The ChildTemplate has to be formatted according to the already existing #sectionBegin and #sectionEnd
directives.
- includeSection(String, String) - Method in class com.nomagic.reportwizard.tools.ImportTool
-
This method will include the subSection of the ChildTemplate.
The ChildTemplate has to be formatted according to the already existing #sectionBegin and #sectionEnd
directives as introduced in MagicReport 14.0.
- isParentSupportChild(String) - Method in class com.nomagic.reportwizard.tools.ImportTool
-