Package com.reportmill.output
Class RMHTMLWrapper
java.lang.Object
com.reportmill.output.RMHTMLWrapper
This class provides some utility methods for generating HTML suitable for wrapping other file types.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic byte[]htmlBytes(RMDocument aDoc, String aSource, String aTitle) Returns HTML that can be used to reference/wrap the given PDF or Flash file string or URL string.static StringhtmlString(RMDocument aDoc, String aSource, String aTitle) Returns HTML that can be used to reference/wrap the given PDF or Flash file string or URL string.
- 
Constructor Details- 
RMHTMLWrapperpublic RMHTMLWrapper()
 
- 
- 
Method Details- 
htmlBytesReturns HTML that can be used to reference/wrap the given PDF or Flash file string or URL string.
- 
htmlStringReturns HTML that can be used to reference/wrap the given PDF or Flash file string or URL string.
 
-