Class PDFTexts


  • public class PDFTexts
    extends RenderElement
    Group of different PDF texts as one RenderElement. There can only be one PDFTexts element in the JSON for Cloud Office Print.
    • Constructor Detail

      • PDFTexts

        public PDFTexts​(PDFText[] texts)
        Parameters:
        texts - Group of different PDF texts as one RenderElement. There can only be one PDFTexts element in the JSON for AOP.
    • Method Detail

      • getTexts

        public PDFText[] getTexts()
        Returns:
        The texts to add to the PDF.
      • setTexts

        public void setTexts​(PDFText[] texts)
        Parameters:
        texts - The texts to add to the PDF.
      • 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.