Class PDFImages


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

      • PDFImages

        public PDFImages​(PDFImage[] images)
        Parameters:
        images - Group of different PDF images as one RenderElement. There can only be one PDFImage element in the JSON for Cloud Office Print.
    • Method Detail

      • getImages

        public PDFImage[] getImages()
        Returns:
        The images to add to the PDF.
      • setImages

        public void setImages​(PDFImage[] images)
        Parameters:
        images - The images 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.