Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Z 

R

read() - Method in class com.nomagic.magicreport.engine.MemoryReader
Read a single character.
read(char[], int, int) - Method in class com.nomagic.magicreport.engine.MemoryReader
Read characters into a portion of an array.
read(byte[], int, int) - Method in class com.nomagic.magicreport.engine.odf.ODFBufferredStreamReader
Reads from the current ODF entry into an array of bytes.
read(char[], int, int) - Method in class com.nomagic.magicreport.engine.odf.ODFStreamReader
Read characters from content.xml into a portion of an array.
read(byte[], int, int) - Method in class com.nomagic.magicreport.engine.odf.ODFStreamReader
Reads from the current ODF entry into an array of bytes.
read(char[], int, int) - Method in class com.nomagic.magicreport.engine.odf.ODFXMLReader
 
read(char[], int, int) - Method in class com.nomagic.magicreport.engine.ooxml.OOXMLStreamReader
Read characters from content.xml into a portion of an array.
read(byte[], int, int) - Method in class com.nomagic.magicreport.engine.ooxml.OOXMLStreamReader
Reads from the current OOXML entry into an array of bytes.
read() - Method in class com.nomagic.magicreport.UnicodeBOMInputStream
 
read(byte[]) - Method in class com.nomagic.magicreport.UnicodeBOMInputStream
 
read(byte[], int, int) - Method in class com.nomagic.magicreport.UnicodeBOMInputStream
 
READ_ONLY - Static variable in interface com.nomagic.magicreport.engine.odf.manifest.ODFManifestPreferredViewMode
The author's preference is to open the document as a read-only document.
readData() - Method in class com.nomagic.magicreport.Image
Read a buffered image from this instance.
readData() - Method in class com.nomagic.magicreport.SVGIcon
 
ready() - Method in class com.nomagic.magicreport.engine.MemoryReader
Tell whether this stream is ready to be read.
recursiveFileList(File) - Static method in class com.nomagic.magicreport.helper.FileUtils
Recursive to get all files in basedDir.
recursiveFileURLList(File) - Static method in class com.nomagic.magicreport.helper.FileUtils
Recursive to get all resources in basedDir.
REDUCE_TO_PAPER_SIZE - Static variable in class com.nomagic.magicreport.engine.tools.ImageTool
Constant value for paper size.
reducePermits(int) - Method in class com.nomagic.magicreport.engine.BlockingControl
Expand the number of available permits.
referenceInsert(String, Object, Properties) - Method in interface com.nomagic.magicreport.engine.IReferenceInsertionHandler
A call-back which is executed during template merge before a reference value is inserted into the output stream.
referenceInsert(String, Object, Properties) - Method in class com.nomagic.magicreport.engine.velocity.InsertionHandler
A call-back which is executed during Velocity merge before a reference value is inserted into the output stream.
referenceInsert(String, Object) - Method in class com.nomagic.magicreport.engine.velocity.VelocityReferenceHandler
A call-back which is executed during Velocity merge before a reference value is inserted into the output stream.
registerFileSearchClass(Class<? extends IFileSearch>) - Method in class com.nomagic.magicreport.helper.file.FileSearchFactory
Registers the given class name with the FileSearchFactory
registerImageSearchClass(Class<? extends IImageSearch>) - Method in class com.nomagic.magicreport.helper.image.ImageSearchFactory
Registers the given class name with the ImageSearchFactory
registerObjectFormatter(Class<?>, IFormatter) - Method in class com.nomagic.magicreport.format.DefaultFormatter
Register an object formatter to be used to format values of a given target class.
registerObjectFormatter(Class<?>, IFormatter) - Method in interface com.nomagic.magicreport.format.IFormatter
Register an object formatter to be used to format values of a given target class.
registerTemplateEngine(String, Class<? extends ITemplateEngine>) - Method in class com.nomagic.magicreport.TemplateEngineFactory
Registers the given class name with the TemplateEngineFactory.
remainPermits() - Method in class com.nomagic.magicreport.engine.BlockingControl
Returns the current number of permits remaining in this control.
remove(String) - Method in interface com.nomagic.magicreport.engine.IContext
Removes the value associated with the specified key from the context.
remove(String) - Method in class com.nomagic.magicreport.engine.tools.GroupTool
Remove the group for this group name.
remove(String) - Method in class com.nomagic.magicreport.engine.velocity.VelocityContext
Removes the value associated with the specified key from the context.
removeAll() - Method in interface com.nomagic.magicreport.engine.IContext
Removes all items from this context.
removeAll() - Method in class com.nomagic.magicreport.engine.tools.GroupTool
Remove all group.
removeAll() - Method in class com.nomagic.magicreport.engine.velocity.VelocityContext
Removes all items from this context.
removeAttribute(int) - Method in class com.nomagic.magicreport.engine.xml.Attr
Remove an attribute from the list.
removeAttribute(Object) - Method in class com.nomagic.magicreport.format.html.SimpleStyle
Removes an attribute from the set.
removeAttributes(Enumeration<?>) - Method in class com.nomagic.magicreport.format.html.SimpleStyle
Removes a set of attributes for the element.
removeAttributes(AttributeSet) - Method in class com.nomagic.magicreport.format.html.SimpleStyle
Removes a set of attributes for the element.
removeCellProperties(String) - Method in class com.nomagic.magicreport.format.html.CellObject
Remove data from cellProperties
removeChangeListener(ChangeListener) - Method in class com.nomagic.magicreport.format.html.SimpleStyle
Removes a change listener.
removeChild(Node) - Method in class com.nomagic.magicreport.engine.xml.ElementNode
Removes the child node indicated by oldChild from the list of children, and returns it.
removeChild(Node) - Method in interface com.nomagic.magicreport.engine.xml.Node
Removes the child node indicated by oldChild from the list of children, and returns it.
removeChild(Node) - Method in class com.nomagic.magicreport.engine.xml.TextNode
Removes the child node indicated by oldChild from the list of children, and returns it.
removeDirective(String) - Method in class com.nomagic.magicreport.engine.velocity.ReportVelocityEngine
Remove a directive.
removeRowProperties(String) - Method in class com.nomagic.magicreport.format.html.RowObject
Remove data from rowProperties
removeTableProperties(String) - Method in class com.nomagic.magicreport.format.html.TableObject
Remove data from tableProperties
REPEAT - Static variable in interface com.nomagic.magicreport.engine.odf.attribute.StyleBackgroundImageAttlist
Constants for style:repeat.
REPLACE - Static variable in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
Constants for dr3d:texture-mode.
replace(CharSequence, String, String) - Static method in class com.nomagic.magicreport.helper.StringUtils
Replaces each substring of this string that matches the literal target sequence with the specified literal replacement sequence.
replaceAll(CharSequence, String, String) - Static method in class com.nomagic.magicreport.helper.StringUtils
Replaces each substring of this subsequence that matches the given regular expression with the given replacement.
replaceBuilder(StringBuilder, String, String) - Static method in class com.nomagic.magicreport.helper.StringUtils
Replaces each substring of this string that matches the literal target sequence with the specified literal replacement sequence.
ReportFileResourceLoader - Class in com.nomagic.magicreport.engine.velocity
Override FileResourceLoader to get specific file
ReportFileResourceLoader() - Constructor for class com.nomagic.magicreport.engine.velocity.ReportFileResourceLoader
 
ReportVelocityEngine - Class in com.nomagic.magicreport.engine.velocity
 
ReportVelocityEngine() - Constructor for class com.nomagic.magicreport.engine.velocity.ReportVelocityEngine
Init-less CTOR
ReportVelocityEngine(String) - Constructor for class com.nomagic.magicreport.engine.velocity.ReportVelocityEngine
Construct a VelocityEngine with the initial properties defined in the file propsFilename
ReportVelocityEngine(Properties) - Constructor for class com.nomagic.magicreport.engine.velocity.ReportVelocityEngine
Construct a VelocityEngine instance with the specified initial properties.
reservedContentType - Static variable in class com.nomagic.magicreport.engine.ooxml.child.docx.DocumentInfo
List of ContentType attribute value in [Content_Type].xml that should be at most one can have the value in the file
reservedRelationshipType - Static variable in class com.nomagic.magicreport.engine.ooxml.child.docx.DocumentInfo
List of Type attribute value in word/_rels/document.xml.rels that should be at most one in the file
reset() - Method in class com.nomagic.magicreport.engine.MemoryReader
Reset the stream to the most recent mark, or to the beginning of the string if it has never been marked.
reset() - Method in class com.nomagic.magicreport.UnicodeBOMInputStream
 
resolveOutputFileName(String, String, File) - Method in class com.nomagic.magicreport.engine.tools.FileTool
Sometime the name of real template file is not match to original template file name.
In case user does not specify output file name, we cannot assign the templateFileName to be outputFileName without checking.
e.g., templateFileName = "mdp://attachedFile#_1234"
templateFile = C://tmp//test.docx
So, outputFileName should be 'test.docx' not 'mdp://attachedFile#_1234'
resourceExists(String) - Method in class com.nomagic.magicreport.engine.velocity.ReportFileResourceLoader
Overrides superclass for better performance.
resourceExists(String) - Method in class com.nomagic.magicreport.engine.velocity.ReportVelocityEngine
Determines if a resource is accessable via the currently configured resource loaders.
RetainedString(CharSequence) - Constructor for class com.nomagic.magicreport.engine.ITool.RetainedString
Constructs a retained string that contains the same characters as the specified CharSequence.
RIGHT - Static variable in interface com.nomagic.magicreport.engine.odf.attribute.CommonTextAlign
Constants for fo:text-align.
RIGHT - Static variable in interface com.nomagic.magicreport.engine.odf.attribute.StyleBackgroundImageAttlist
Constants for style:position.
RIGHT - Static variable in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
Constants for text:animation-direction and style:horizontal-pos and style:wrap.
RIGHT - Static variable in interface com.nomagic.magicreport.engine.odf.attribute.StyleTablePropertiesAttlist
Constants for table align.
RIGHT_OUTSIDE - Static variable in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
Constants for draw:measure-align.
rightTrim(CharSequence) - Static method in class com.nomagic.magicreport.helper.StringUtils
Returns a copy of the string, with trailing whitespace omitted.
RL - Static variable in interface com.nomagic.magicreport.engine.odf.attribute.CommonWritingModeAttlist
right-to-left.
RL_TB - Static variable in interface com.nomagic.magicreport.engine.odf.attribute.CommonWritingModeAttlist
right-to-left, top-to-bottom.
rotate(boolean) - Method in class com.nomagic.magicreport.Image
Rotate image in clockwise or anti-clockwise.
rotate(boolean) - Method in class com.nomagic.magicreport.SVGIcon
 
ROTATE_LEFT - Static variable in class com.nomagic.magicreport.Image
Constants bit for image transformation (rotate left).
ROTATE_RIGHT - Static variable in class com.nomagic.magicreport.Image
Constants bit for image transformation (rotate right).
rotateImage(Image, int, boolean) - Method in class com.nomagic.magicreport.engine.tools.DOCXFormatterWrapper
 
rotateImage(Image, int) - Method in class com.nomagic.magicreport.engine.tools.DOCXFormatterWrapper
Rotates an image by a specific angle.
rotateImage(Image, int, boolean) - Method in interface com.nomagic.magicreport.engine.tools.IFormatterWrapper
Rotates an image by a specific angle.
rotateImage(Image, int) - Method in interface com.nomagic.magicreport.engine.tools.IFormatterWrapper
Rotates an image by a specific angle.
rotateImage(Image, int, boolean) - Method in class com.nomagic.magicreport.engine.tools.ODFFormatterWrapper
 
rotateImage(Image, int) - Method in class com.nomagic.magicreport.engine.tools.ODFFormatterWrapper
Rotates an image by a specific angle.
rotateImage(Image, int, boolean) - Method in class com.nomagic.magicreport.engine.tools.RTFFormatterWrapper
 
rotateImage(Image, int) - Method in class com.nomagic.magicreport.engine.tools.RTFFormatterWrapper
Rotates an image by a specific angle.
rotateLeft(Image) - Method in class com.nomagic.magicreport.engine.tools.ImageTool
Return the image transform with clockwise rotation transformation.
rotateLeft() - Method in class com.nomagic.magicreport.engine.tools.ODFFormatterWrapper
Return the image property for rotating image to left.
rotateRight(Image) - Method in class com.nomagic.magicreport.engine.tools.ImageTool
Return the image transformed with clockwise rotation transformation.
rotateRight() - Method in class com.nomagic.magicreport.engine.tools.ODFFormatterWrapper
Return the image property for rotating image to right.
ROUND - Static variable in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
Constants for draw:stroke-linejoin and svg:stroke-linecap.
Row - Class in com.nomagic.magicreport
 
Row() - Constructor for class com.nomagic.magicreport.Row
Create empty row.
ROW_INDEX - Static variable in class com.nomagic.magicreport.format.html.RowObject
 
RowInfo - Class in com.nomagic.magicreport.engine.velocity
 
RowInfo() - Constructor for class com.nomagic.magicreport.engine.velocity.RowInfo
 
RowObject - Class in com.nomagic.magicreport.format.html
The class use for collect row object.
RowObject() - Constructor for class com.nomagic.magicreport.format.html.RowObject
 
ROWSPAN - Static variable in class com.nomagic.magicreport.format.html.CellStyle
Constants for rowspan attribute.
RowStyle - Class in com.nomagic.magicreport.format.html
A collection of attributes, represent column styles.
RowStyle() - Constructor for class com.nomagic.magicreport.format.html.RowStyle
Creates a new style, with a null name and parent.
RowStyle(String) - Constructor for class com.nomagic.magicreport.format.html.RowStyle
Creates a new style.
rPad(CharSequence, char, int) - Static method in class com.nomagic.magicreport.helper.StringUtils
Padding a character to right of string.
RTFControl - Class in com.nomagic.magicreport.engine.rtf.node
Node represent RTF control.
RTFControl() - Constructor for class com.nomagic.magicreport.engine.rtf.node.RTFControl
 
RTFCreator - Class in com.nomagic.magicreport.format.html
The class use for create RTF content.
RTFCreator() - Constructor for class com.nomagic.magicreport.format.html.RTFCreator
 
RTFEngine - Class in com.nomagic.magicreport.engine.velocity
This class provides an instance of the Velocity template engine.
RTFEngine() - Constructor for class com.nomagic.magicreport.engine.velocity.RTFEngine
Create instance of engine.
RTFFormatter - Class in com.nomagic.magicreport.format
This class provides implementation for RTF format output.
RTFFormatter(Properties) - Constructor for class com.nomagic.magicreport.format.RTFFormatter
Create a RTF formatter with with specific properties.
RTFFormatterWrapper - Class in com.nomagic.magicreport.engine.tools
A wrapper for MagicReport RTF formatter.
RTFFormatterWrapper(Properties, boolean) - Constructor for class com.nomagic.magicreport.engine.tools.RTFFormatterWrapper
Create a RTF formatter with with specific properties.
RTFImageOutputStream - Class in com.nomagic.magicreport.engine.rtf
The RTF image output stream.
RTFImageOutputStream(Writer, String) - Constructor for class com.nomagic.magicreport.engine.rtf.RTFImageOutputStream
Create RTF image output stream.
RTFNode - Interface in com.nomagic.magicreport.engine.rtf.node
Base RTF node.
RTFParser - Class in com.nomagic.magicreport.engine.rtf
RTF parser which is able to parse RTF Stream.
RTFStackTable - Class in com.nomagic.magicreport.format.html
Class for keeping value of tag and its position in stack or keeping value of table attribute.
RTFStackTable(String, String, int, String[], StringBuffer) - Constructor for class com.nomagic.magicreport.format.html.RTFStackTable
Constructor for tag, its position and attributeList.
RTFStackTable(String, String, int, StringBuffer) - Constructor for class com.nomagic.magicreport.format.html.RTFStackTable
Constructor for tag and its position.
RTFStackTable(String, StringBuffer) - Constructor for class com.nomagic.magicreport.format.html.RTFStackTable
Constructor.
RTFStackTable(String, String, int, String[]) - Constructor for class com.nomagic.magicreport.format.html.RTFStackTable
Constructor for tag, its position and attributeList.
RTFStackTable(String, String, int) - Constructor for class com.nomagic.magicreport.format.html.RTFStackTable
Constructor for tag and its position.
RTFStackTable(String) - Constructor for class com.nomagic.magicreport.format.html.RTFStackTable
Constructor.
RTFText - Class in com.nomagic.magicreport.engine.rtf.node
Node represent RTF text.
RTFText() - Constructor for class com.nomagic.magicreport.engine.rtf.node.RTFText
 
RTL - Static variable in interface com.nomagic.magicreport.engine.odf.attribute.CommonStyleDirectionAttlist
Constants for style direction (right-to-left).
RUBY - Static variable in interface com.nomagic.magicreport.engine.odf.attribute.StyleStyleAttlist
style:family = "ruby".
RUN_THROUGH - Static variable in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
Constants for style:wrap.
A B C D E F G H I J K L M N O P R S T U V W X Z 
Skip navigation links

Copyright © 2010 - No Magic Asia