Package com.reportmill.output
Class RMHTMLWriter
java.lang.Object
com.reportmill.output.RMHTMLWriter
This class generates HTML for a ReportMill RMDocument object. The primary method is htmlMap() which returns a
 Java.util.Map object containing "htmlBytes" (a byte array) and associated images (with the keys
 /img.ext).
  
This class primarily relies on the HTML DIV (Division) tag to create regions for all RMShapes in a given document.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbyte[]Returns a byte array containing the HTML representation of a document.getMapHTML(String imageRoot) Returns a Map containing the HTML bytes (with key "htmlBytes") and associated images (use iterator).static byte[]htmlBytes(RMDocument aDoc, String aSource, String aTitle) Obsolete - moved to RMHTMLWrapper.static StringhtmlString(RMDocument aDoc, String aSource, String aTitle) Obsolete - moved to RMHTMLWrapper.
- 
Constructor Details- 
RMHTMLWriterCreates an HTMLWriter for the given doc.
 
- 
- 
Method Details- 
getBytesHTMLpublic byte[] getBytesHTML()Returns a byte array containing the HTML representation of a document.
- 
getMapHTMLReturns a Map containing the HTML bytes (with key "htmlBytes") and associated images (use iterator).
- 
htmlBytesObsolete - moved to RMHTMLWrapper.
- 
htmlStringObsolete - moved to RMHTMLWrapper.
 
-