Class RMHTMLWrapper

java.lang.Object
com.reportmill.output.RMHTMLWrapper

public class RMHTMLWrapper extends Object
This class provides some utility methods for generating HTML suitable for wrapping other file types.
  • Constructor Details

    • RMHTMLWrapper

      public RMHTMLWrapper()
  • Method Details

    • htmlBytes

      public static 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.
    • htmlString

      public 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.