- XLSXConstants - Interface in com.nomagic.magicreport.engine.ooxml
-
String constant for XLSX.
- XLSXCreator - Class in com.nomagic.magicreport.format.html
-
The class use for create Html to XLSX content.
- XLSXCreator() - Constructor for class com.nomagic.magicreport.format.html.XLSXCreator
-
- XLSXEngine - Class in com.nomagic.magicreport.engine.velocity
-
The Velocity engine for OpenXML Excel Workbook (XLSX).
- XLSXEngine() - Constructor for class com.nomagic.magicreport.engine.velocity.XLSXEngine
-
A class constructor.
- XLSXEngine.SheetInfo - Class in com.nomagic.magicreport.engine.velocity
-
Class for hadler sheet data in XLSX.
- XLSXFormatter - Class in com.nomagic.magicreport.format
-
The Velocity engine support for XLSX.
- XLSXFormatter(ITemplateEngine) - Constructor for class com.nomagic.magicreport.format.XLSXFormatter
-
Create a XLSX formatter with specific properties.
- XLSXFormatter(Properties) - Constructor for class com.nomagic.magicreport.format.XLSXFormatter
-
Create a XLSX formatter with specific properties.
- XLSXFormatterWrapper - Class in com.nomagic.magicreport.engine.tools
-
A wrapper for MagicReport XLSX formatter.
- XLSXFormatterWrapper(ITemplateEngine) - Constructor for class com.nomagic.magicreport.engine.tools.XLSXFormatterWrapper
-
Create a XLSX formatter with with specific engine.
- XLSXParseErrorException - Exception in com.nomagic.magicreport.engine.ooxml
-
Application-level exception thrown when a template has a syntax or other error which prevents it from being
parsed.
- XLSXParseErrorException(String) - Constructor for exception com.nomagic.magicreport.engine.ooxml.XLSXParseErrorException
-
Constructs a new exception with the specified detail message.
- XLSXParseErrorException(ParseErrorException) - Constructor for exception com.nomagic.magicreport.engine.ooxml.XLSXParseErrorException
-
Constructs a new exception with the specified detail message.
- XLSXParseErrorException(String, Template, String[], int, String) - Constructor for exception com.nomagic.magicreport.engine.ooxml.XLSXParseErrorException
-
Constructs a new exception with the specified detail message.
- XML_SPACE - Static variable in interface com.nomagic.magicreport.engine.ooxml.DOCXConstants
-
attribute for space.
- XML_SPACE_PRESERVE - Static variable in interface com.nomagic.magicreport.engine.ooxml.DOCXConstants
-
value of xml:space.
- XML_VERSION - Static variable in interface com.nomagic.magicreport.engine.ooxml.DOCXConstants
-
xml version.
- XMLDataHandler - Class in com.nomagic.magicreport.engine.xml
-
XML Data handler.
- XMLDataHandler(Writer) - Constructor for class com.nomagic.magicreport.engine.xml.XMLDataHandler
-
Create SAX handler.
- XMLEngine - Class in com.nomagic.magicreport.engine.velocity
-
This class provides an instance of the Velocity template engine.
- XMLEngine() - Constructor for class com.nomagic.magicreport.engine.velocity.XMLEngine
-
Create instance of engine.
- XMLFormatter - Class in com.nomagic.magicreport.format
-
This class provides implementation for XML format output.
- XMLFormatter(Properties) - Constructor for class com.nomagic.magicreport.format.XMLFormatter
-
Create a HTML formatter with specific properties.
- XMLNodeList - Class in com.nomagic.magicreport.helper
-
The NodeList
interface provides the abstraction of an ordered collection of nodes, without
defining or constraining how this collection is implemented.
- XMLNodeList() - Constructor for class com.nomagic.magicreport.helper.XMLNodeList
-
- xmlPlainText(String) - Static method in class com.nomagic.magicreport.helper.XMLUtils
-
Strip all tag element and convert all special characters to plain text.
- XMLUtils - Class in com.nomagic.magicreport.helper
-
Provides utilities for XML.