Class MarkDownContent


  • public class MarkDownContent
    extends RenderElement
    Only supported in Word. Represents an MarkDown content to insert in a template.
    • Constructor Summary

      Constructors 
      Constructor Description
      MarkDownContent​(java.lang.String name, java.lang.String value)
      Represents an object that indicates to put a break in the template or not.
    • Constructor Detail

      • MarkDownContent

        public MarkDownContent​(java.lang.String name,
                               java.lang.String value)
        Represents an object that indicates to put a break in the template or not.
        Parameters:
        name - Name of this Markdown content for the tag.
        value - The Markdown content
    • Method Detail

      • getJSON

        public com.google.gson.JsonObject getJSON()
        Specified by:
        getJSON in class RenderElement
        Returns:
        JSONObject with the tags for this element 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.