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 Summary
Constructors -
Method Summary
Modifier 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 String
htmlString
(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
-
RMHTMLWrapper
public RMHTMLWrapper()
-
-
Method Details
-
htmlBytes
Returns HTML that can be used to reference/wrap the given PDF or Flash file string or URL string. -
htmlString
Returns HTML that can be used to reference/wrap the given PDF or Flash file string or URL string.
-