Class FootNote


  • public class FootNote
    extends RenderElement
    Only supported in Word and Excel templates. Element to insert a footnote in a template.
    • Constructor Summary

      Constructors 
      Constructor Description
      FootNote​(java.lang.String name, java.lang.String value)
      Element to insert a footnote in a template.
    • Constructor Detail

      • FootNote

        public FootNote​(java.lang.String name,
                        java.lang.String value)
        Element to insert a footnote in a template.
        Parameters:
        name - Name of this footnote for the tag.
        value - Value 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 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.