Class Raw


  • public class Raw
    extends RenderElement
    Only available for HTML and Markdown templates. When you use the Property Renderelement in HTML or in MD, it will escape any special characters like "_". By using the Raw Renderelement, nothing will be escaped.
    • Constructor Summary

      Constructors 
      Constructor Description
      Raw​(java.lang.String name, java.lang.String value)  
    • Constructor Detail

      • Raw

        public Raw​(java.lang.String name,
                   java.lang.String value)
        Parameters:
        name - Name of this element for the tag.
        value - Value of this element to replace the tag with.
    • Method Detail

      • getJSON

        public com.google.gson.JsonObject getJSON()
        Specified by:
        getJSON in class RenderElement
        Returns:
        JSONObject with the tags for this property for the Cloud Office Print server.
      • getTemplateTags

        public java.util.Set<java.lang.String> getTemplateTags()
        Specified by:
        getTemplateTags in class RenderElement
        Returns:
        An immutable set containing all available template tags this element can replace.