- IChildEngine - Interface in com.nomagic.magicreport.engine
-
Provides an interface for child engine.
- ICON - Static variable in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Constants for draw:draw-aspect.
- IContext - Interface in com.nomagic.magicreport.engine
-
Interface describing the application data context.
- IDEOGRAPH_ALPHA - Static variable in interface com.nomagic.magicreport.engine.odf.attribute.StyleParagraphPropertiesAttlist
-
Constants for style:text-autospace.
- IDocumentCreator - Interface in com.nomagic.magicreport.format
-
A document creator interface.
- IEvaluatedDocument - Interface in com.nomagic.magicreport.engine.ooxml.child.docx
-
Interface to keep evaluated content of document.
- IExtensionTemplateEngine - Interface in com.nomagic.magicreport.engine
-
The IExtensionTemplateEngine is used by an extension template engine.
- IFileSearch - Interface in com.nomagic.magicreport.helper.file
-
Interface for custom class to search file.
- IFormatter - Interface in com.nomagic.magicreport.format
-
This interface provides support for object layout, common formats for numeric, string, date/time and data.
- IFormatterWrapper - Interface in com.nomagic.magicreport.engine.tools
-
A wrapper for MagicReport formatter.
- IHTMLHandler - Interface in com.nomagic.magicreport.format.html
-
Receive notification of the logical content of a HTML document.
- IImageSearch - Interface in com.nomagic.magicreport.helper.image
-
Interface for custom class to search or create image.
- IInvalidReferenceHandler - Interface in com.nomagic.magicreport.engine
-
This interface is used for handling reference tags, that does not include in the API of the object , which is
put into the context of velocity.
- Image - Class in com.nomagic.magicreport
-
An bean represent image object for template.
- Image(String, File, boolean) - Constructor for class com.nomagic.magicreport.Image
-
Create a new image from file.
- Image(String, BufferedImage, String, boolean) - Constructor for class com.nomagic.magicreport.Image
-
Create a new image from buffered image.
- IMAGE_STYLE_KEY - Static variable in interface com.nomagic.magicreport.engine.odf.ODFConstants
-
The key for image style.
- IMAGE_TYPE_ICON - Static variable in class com.nomagic.magicreport.Image
-
- IMAGE_TYPE_IMAGE - Static variable in class com.nomagic.magicreport.Image
-
Constants for image type that is created as icon or image
- ImageSearchFactory - Class in com.nomagic.magicreport.helper.image
-
Create custom image search.
- ImageTool - Class in com.nomagic.magicreport.engine.tools
-
A tool provides functions for manipulate image.
- ImageTool() - Constructor for class com.nomagic.magicreport.engine.tools.ImageTool
-
Prevent empty initiate.
- ImageTool(ITemplateEngine) - Constructor for class com.nomagic.magicreport.engine.tools.ImageTool
-
Create an image tool with engine.
- ImageTool.ImageProperty - Class in com.nomagic.magicreport.engine.tools
-
Class that store image and its properties e.g., format, path ect.
- INCH - Static variable in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Constants for draw:unit.
- include(String) - Method in class com.nomagic.magicreport.engine.tools.ImageTool
-
Include an external image from local file or URL into report.
- increaseCol(int) - Method in class com.nomagic.magicreport.engine.tools.TableTool
-
Increase a number of columns
- increaseCol(String) - Method in class com.nomagic.magicreport.engine.tools.TableTool
-
Increase a number of columns
- increaseCol(int, String) - Method in class com.nomagic.magicreport.engine.tools.TableTool
-
Increase a number of columns using columnText
- increaseCol(String, String) - Method in class com.nomagic.magicreport.engine.tools.TableTool
-
Increase a number of columns using columnText
- increaseCol(String, int) - Method in class com.nomagic.magicreport.engine.tools.TableTool
-
Increase a number of columns using columnText and reduce number of columns
- increaseCol(int, int) - Method in class com.nomagic.magicreport.engine.tools.TableTool
-
Increase a number of columns using columnText and reduce number of columns
- increaseCol(int, String, int) - Method in class com.nomagic.magicreport.engine.tools.TableTool
-
Increase a number of columns using columnText and reduce number of columns
- increaseCol(String, String, int) - Method in class com.nomagic.magicreport.engine.tools.TableTool
-
Increase a number of columns using columnText and reduce number of columns
- info(Object) - Method in class com.nomagic.magicreport.engine.velocity.ReportVelocityEngine
-
- init(String) - Method in class com.nomagic.magicreport.engine.odf.ODFBufferredStreamReader
-
Initialize ODF stream.
- init(String) - Method in class com.nomagic.magicreport.engine.odf.ODFStreamReader
-
Initialize ODF stream.
- init(String) - Method in class com.nomagic.magicreport.engine.odf.ODFStreamWriter
-
Initialize ODF stream.
- init(String) - Method in class com.nomagic.magicreport.engine.ooxml.OOXMLStreamReader
-
Initialize ODF stream.
- init() - Method in class com.nomagic.magicreport.engine.tools.GroupTool
-
Initialize a group tool.
- init(ExtendedProperties) - Method in class com.nomagic.magicreport.engine.velocity.ReportFileResourceLoader
-
- init() - Method in class com.nomagic.magicreport.engine.velocity.ReportVelocityEngine
-
initialize the Velocity runtime engine, using the default
properties of the Velocity distribution
- init(String) - Method in class com.nomagic.magicreport.engine.velocity.ReportVelocityEngine
-
initialize the Velocity runtime engine, using default properties
plus the properties in the properties file passed in as the arg
- init(Properties) - Method in class com.nomagic.magicreport.engine.velocity.ReportVelocityEngine
-
initialize the Velocity runtime engine, using default properties
plus the properties in the passed in java.util.Properties object
- InitializationEngineException - Exception in com.nomagic.magicreport
-
An exception thrown when error while creating template engine.
- InitializationEngineException() - Constructor for exception com.nomagic.magicreport.InitializationEngineException
-
Constructs a new exception with null
as its detail message.
- InitializationEngineException(String) - Constructor for exception com.nomagic.magicreport.InitializationEngineException
-
Constructs a new exception with the specified detail message.
- InitializationEngineException(String, Throwable) - Constructor for exception com.nomagic.magicreport.InitializationEngineException
-
Constructs a new exception with the specified detail message and cause.
- InitializationEngineException(Throwable) - Constructor for exception com.nomagic.magicreport.InitializationEngineException
-
Constructs a new exception with the specified cause and a detail message of (cause==null ? null :
cause.toString()) (which typically contains the class and detail message of cause).
- insertBefore(Node, int) - Method in class com.nomagic.magicreport.engine.xml.ElementNode
-
Inserts the node newChild before the child index.
- insertBefore(Node, int) - Method in interface com.nomagic.magicreport.engine.xml.Node
-
Inserts the node newChild before the child index.
- insertBefore(Node, int) - Method in class com.nomagic.magicreport.engine.xml.TextNode
-
Inserts the node newChild before the child index.
- InsertionHandler - Class in com.nomagic.magicreport.engine.velocity
-
Reference 'Stream insertion' event handler.
- InsertionHandler(ITemplateEngine) - Constructor for class com.nomagic.magicreport.engine.velocity.InsertionHandler
-
- INSIDE - Static variable in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Constants for draw:measure-align and style:horizontal-pos.
- intenalEvaluate(Template) - Method in class com.nomagic.magicreport.engine.velocity.DOCXEngine
-
- INTENSITY - Static variable in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Constants for dr3d:texture-kind.
- internalMergeRows(String) - Method in class com.nomagic.magicreport.engine.tools.TableTool
-
Function to merge columns vertically
- internalMergeRows(String, String) - Method in class com.nomagic.magicreport.engine.tools.TableTool
-
- internalMergeRows(int) - Method in class com.nomagic.magicreport.engine.tools.TableTool
-
Function to merge columns vertically
- internalMergeRows(int, String) - Method in class com.nomagic.magicreport.engine.tools.TableTool
-
- invalidGetMethod(Context, String, Object, String, Info) - Method in class com.nomagic.magicreport.engine.velocity.VelocityReferenceHandler
-
Collect the error and/or throw an exception, depending on configuration.
- invalidMethod(String, Object, String, Properties) - Method in interface com.nomagic.magicreport.engine.IInvalidReferenceHandler
-
Handle reference method and return the proper value.
- invalidMethod(Context, String, Object, String, Info) - Method in class com.nomagic.magicreport.engine.velocity.VelocityReferenceHandler
-
Collect the error and/or throw an exception, depending on configuration.
- invalidProperty(String, Object, String, Properties) - Method in interface com.nomagic.magicreport.engine.IInvalidReferenceHandler
-
Invoke when getter method of object
is not defined.
- invalidReference(String, Object, String, Properties) - Method in interface com.nomagic.magicreport.engine.IInvalidReferenceHandler
-
Handle reference tag and return the proper value.
- INVERSE - Static variable in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Constants for dr3d:normals-direction.
- invokeVelocimacro(String, String, String[], Context, Writer) - Method in class com.nomagic.magicreport.engine.velocity.ReportVelocityEngine
-
Invokes a currently registered Velocimacro with the params provided
and places the rendered stream into the writer.
- IObserverMessage - Interface in com.nomagic.magicreport.engine
-
A ObserverMessage
provides the way for a Observable
processor to report name, and
other notices.
- IReferenceInsertionHandler - Interface in com.nomagic.magicreport.engine
-
Reference 'Stream insertion' event handler.
- IRuntimeInstanceVelocityEngine - Interface in com.nomagic.magicreport.engine
-
Interface to handle runtime instance of velocity.
- isAborted - Variable in class com.nomagic.magicreport.engine.AbstractTemplateEngine
-
True if this engine is canceled.
- isChanged() - Method in class com.nomagic.magicreport.Image
-
Return a changed.
- isClosed() - Method in class com.nomagic.magicreport.engine.odf.ODFStreamReader
-
Return true if stream already closed.
- isDisposeAfterUse() - Method in class com.nomagic.magicreport.Image
-
Return a dispose setting.
- isDr3dCloseBack() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Return a dr3dCloseBack.
- isDr3dCloseBack() - Method in class com.nomagic.magicreport.engine.odf.node.StyleGraphicProperties
-
Return a dr3dCloseBack.
- isDr3dCloseFront() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Return a dr3dCloseFront.
- isDr3dCloseFront() - Method in class com.nomagic.magicreport.engine.odf.node.StyleGraphicProperties
-
Return a dr3dCloseFront.
- isDrawAutoGrowHeight() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Return a draw:AutoGrowHeight.
- isDrawAutoGrowHeight() - Method in class com.nomagic.magicreport.engine.odf.node.StyleGraphicProperties
-
Return a draw:AutoGrowHeight.
- isDrawAutoGrowWidth() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Return a draw:AutoGrowWidth.
- isDrawAutoGrowWidth() - Method in class com.nomagic.magicreport.engine.odf.node.StyleGraphicProperties
-
Return a draw:AutoGrowWidth.
- isDrawCaptionFitLineLength() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Return a draw:CaptionFitLineLength.
- isDrawCaptionFitLineLength() - Method in class com.nomagic.magicreport.engine.odf.node.StyleGraphicProperties
-
Return a draw:CaptionFitLineLength.
- isDrawColorInversion() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Return a draw:ColorInversion.
- isDrawColorInversion() - Method in class com.nomagic.magicreport.engine.odf.node.StyleGraphicProperties
-
Return a draw:ColorInversion.
- isDrawFillHatchSolid() - Method in class com.nomagic.magicreport.engine.odf.node.StyleGraphicProperties
-
Return a draw:FillHatchSolid.
- isDrawFitToContour() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Return a draw:FitToContour.
- isDrawFitToContour() - Method in class com.nomagic.magicreport.engine.odf.node.StyleGraphicProperties
-
Return a draw:FitToContour.
- isDrawFitToSize() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Return a draw:FitToSize.
- isDrawFitToSize() - Method in class com.nomagic.magicreport.engine.odf.node.StyleGraphicProperties
-
Return a draw:FitToSize.
- isDrawFrameDisplayBorder() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Return a draw:FrameDisplayBorder.
- isDrawFrameDisplayBorder() - Method in class com.nomagic.magicreport.engine.odf.node.StyleGraphicProperties
-
Return a draw:FrameDisplayBorder.
- isDrawFrameDisplayScrollbar() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Return a draw:FrameDisplayScrollbar.
- isDrawFrameDisplayScrollbar() - Method in class com.nomagic.magicreport.engine.odf.node.StyleGraphicProperties
-
Return a draw:FrameDisplayScrollbar.
- isDrawParallel() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Return a draw:Parallel.
- isDrawParallel() - Method in class com.nomagic.magicreport.engine.odf.node.StyleGraphicProperties
-
Return a draw:Parallel.
- isDrawShowUnit() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Return a draw:ShowUnit.
- isDrawShowUnit() - Method in class com.nomagic.magicreport.engine.odf.node.StyleGraphicProperties
-
Return a draw:ShowUnit.
- isEmpty(Object) - Method in class com.nomagic.magicreport.engine.tools.FileTool
-
Check null object or empty string.
- isHasNumbering() - Method in class com.nomagic.magicreport.engine.velocity.DOCXEngine
-
- isHeader() - Method in class com.nomagic.magicreport.format.html.CellStyle
-
Return a header.
- isInMultipleLineComment() - Method in class com.nomagic.magicreport.engine.velocity.DOCXEngine
-
- isLargeImage(Image) - Method in class com.nomagic.magicreport.format.ODFFormatter
-
Compare the width and height of the image and paper if the image is larger than paper size, it's considered
as large image.
- isLargeImage(Image) - Method in class com.nomagic.magicreport.format.RTFFormatter
-
Compare the width and height of the image and paper if the image is greater than paper, it's considered as
large image.
- isMemoryMode(Template) - Method in class com.nomagic.magicreport.engine.AbstractTemplateEngine
-
Tests if this template should process in memory mode.
This method is similar to code:
- isMemoryMode(Template) - Method in class com.nomagic.magicreport.engine.velocity.DOCXEngine
-
- isNoSpaceException(Exception) - Method in class com.nomagic.magicreport.engine.ConcurrentTool
-
- isNoSpaceException(Exception) - Method in class com.nomagic.magicreport.engine.velocity.DefaultTemplateEngine
-
- isRunning() - Method in class com.nomagic.magicreport.engine.ConcurrentTool
-
Returns true if the internal thread is running.
- isSourceModified(Resource) - Method in class com.nomagic.magicreport.engine.velocity.ReportFileResourceLoader
-
How to keep track of all the modified times
across the paths.
- isStyleAutoTextIndent() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleParagraphPropertiesAttlist
-
Return a style:AutoTextIndent.
- isStyleAutoTextIndent() - Method in class com.nomagic.magicreport.engine.odf.node.StyleParagraphProperties
-
Return a styleAutoTextIndent.
- isStyleEditable() - Method in interface com.nomagic.magicreport.engine.odf.attribute.CommonEditableAttlist
-
Return a style:editable.
- isStyleEditable() - Method in class com.nomagic.magicreport.engine.odf.node.StyleGraphicProperties
-
Return a style:Editable.
- isStyleFlowWithText() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Return a style:FlowWithText.
- isStyleFlowWithText() - Method in class com.nomagic.magicreport.engine.odf.node.StyleGraphicProperties
-
Return a style:FlowWithText.
- isStyleFontIndependentLineSpacing() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleParagraphPropertiesAttlist
-
Return a style:FontIndependentLineSpacing.
- isStyleFontIndependentLineSpacing() - Method in class com.nomagic.magicreport.engine.odf.node.StyleParagraphProperties
-
Return a styleFontIndependentLineSpacing.
- isStyleJoinBorder() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleParagraphPropertiesAttlist
-
Return a style:JoinBorder.
- isStyleJoinBorder() - Method in class com.nomagic.magicreport.engine.odf.node.StyleParagraphProperties
-
Return a styleJoinBorder.
- isStyleJustifySingleWord() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleParagraphPropertiesAttlist
-
Return a style:JustifySingleWord.
- isStyleJustifySingleWord() - Method in class com.nomagic.magicreport.engine.odf.node.StyleParagraphProperties
-
Return a styleJustifySingleWord.
- isStyleMayBreakBetweenRows() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleTablePropertiesAttlist
-
Return a style:may-break-between-rows.
- isStyleMayBreakBetweenRows() - Method in class com.nomagic.magicreport.engine.odf.node.StyleTableProperties
-
Return a style:may-break-between-rows.
- isStylePrintContent() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Return a style:PrintContent.
- isStylePrintContent() - Method in class com.nomagic.magicreport.engine.odf.node.StyleGraphicProperties
-
Return a style:PrintContent.
- isStyleRegisterTrue() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleParagraphPropertiesAttlist
-
Return a style:RegisterTrue.
- isStyleRegisterTrue() - Method in class com.nomagic.magicreport.engine.odf.node.StyleParagraphProperties
-
Return a styleRegisterTrue.
- isStyleRepeatContent() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleTableCellPropertiesAttlist
-
Return a style:repeat-content.
- isStyleRepeatContent() - Method in class com.nomagic.magicreport.engine.odf.node.StyleTableCellProperties
-
Return a style:repeat-content.
- isStyleShrinkToFit() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Return a style:ShrinkToFit.
- isStyleShrinkToFit() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleTableCellPropertiesAttlist
-
Return a style:shrink-to-fit.
- isStyleShrinkToFit() - Method in class com.nomagic.magicreport.engine.odf.node.StyleGraphicProperties
-
Return a style:ShrinkToFit.
- isStyleShrinkToFit() - Method in class com.nomagic.magicreport.engine.odf.node.StyleTableCellProperties
-
Return a style:shrink-to-fit.
- isStyleSnapToLayoutGrid() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleParagraphPropertiesAttlist
-
Return a style:SnapToLayoutGrid.
- isStyleSnapToLayoutGrid() - Method in class com.nomagic.magicreport.engine.odf.node.StyleParagraphProperties
-
Return a styleSnapToLayoutGrid.
- isStyleWrapContour() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Return a style:WrapContour.
- isStyleWrapContour() - Method in class com.nomagic.magicreport.engine.odf.node.StyleGraphicProperties
-
Return a style:WrapContour.
- isStyleWritingModeAutomatic() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleParagraphPropertiesAttlist
-
Return a style:WritingModeAutomatic.
- isStyleWritingModeAutomatic() - Method in class com.nomagic.magicreport.engine.odf.node.StyleParagraphProperties
-
Return a styleWritingModeAutomatic.
- isTableDisplay() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleTablePropertiesAttlist
-
Return a table:display.
- isTableDisplay() - Method in class com.nomagic.magicreport.engine.odf.node.StyleTableProperties
-
Return a table:display.
- isTextAnimationStartInside() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Return a textAnimationStartInside.
- isTextAnimationStartInside() - Method in class com.nomagic.magicreport.engine.odf.node.StyleGraphicProperties
-
Return a text:AnimationStartInside.
- isTextAnimationStopInside() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Return a textAnimationStopInside.
- isTextAnimationStopInside() - Method in class com.nomagic.magicreport.engine.odf.node.StyleGraphicProperties
-
Return a text:AnimationStopInside.
- isTextNumberLines() - Method in interface com.nomagic.magicreport.engine.odf.attribute.StyleParagraphPropertiesAttlist
-
Return a text:NumberLines.
- isTextNumberLines() - Method in class com.nomagic.magicreport.engine.odf.node.StyleParagraphProperties
-
Return a textNumberLines.
- isTransformWithOption(int) - Method in class com.nomagic.magicreport.Image
-
Test if image transformation option is set to given option.
- isUnicode() - Method in class com.nomagic.magicreport.engine.velocity.ReportFileResourceLoader
-
Return true if it is unicode files, otherwise false
- isUpdateChildStyleAndNumbering() - Method in class com.nomagic.magicreport.engine.ooxml.child.docx.DocumentInfo
-
Check if child style has been updated or not.
- ITALIC_STYLE_NAME - Static variable in interface com.nomagic.magicreport.engine.odf.ODFConstants
-
Italic style name.
- item(int) - Method in class com.nomagic.magicreport.helper.XMLNodeList
-
Returns the index
th item in the collection.
- ITemplateEngine - Interface in com.nomagic.magicreport.engine
-
Provides an interface for template engine.
- ITERATIVE - Static variable in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Constants for draw:wrap-influence-on-position.
- ITool - Interface in com.nomagic.magicreport.engine
-
Interface for template tool.
- ITool.HTMLString - Class in com.nomagic.magicreport.engine
-
Direct command
IFormatter
to render in HTML format.
- ITool.RetainedString - Class in com.nomagic.magicreport.engine
-
Direct command
IFormatter
to keep the referenced String format.
- ITool.Void - Class in com.nomagic.magicreport.engine
-
A void class uses to return in Velocity Tools when you want exactly not return anything to context.
- IVariable - Interface in com.nomagic.magicreport
-
Interface for report variable object.