Class LaTeXEngine

All Implemented Interfaces:
IExtensionTemplateEngine, com.nomagic.magicreport.engine.IRuntimeInstanceVelocityEngine, ITemplateEngine

@OpenApiAll public class LaTeXEngine extends DefaultTemplateEngine
This class provides an instance of the Velocity template engine.
  • Constructor Details

    • LaTeXEngine

      public LaTeXEngine()
      Create instance of engine.
  • Method Details

    • createComment

      protected String createComment(String message)
      Return a formatted comment from given message. The default comment format return from this method is "<!-- {0} -->" where {0} is message;
      Overrides:
      createComment in class DefaultTemplateEngine
      Parameters:
      message - message to put in document comment
      Returns:
      comment