Class DocImage

    • Constructor Detail

      • DocImage

        public DocImage()
    • Method Detail

      • getUrl

        public String getUrl()
        Returns:
        the url
      • setUrl

        public void setUrl​(String url)
        Parameters:
        url - the url to set
      • getScaling

        public Integer getScaling()
        Returns:
        the scaling
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • setScaling

        public void setScaling​(Integer scaling)
        Parameters:
        scaling - the scaling to set
      • getBase64

        public String getBase64()
      • setBase64

        public void setBase64​(String base64)
      • getResolvedType

        public String getResolvedType()
      • getAlt

        public String getAlt()
      • setAlt

        public void setAlt​(String alt)
      • getAlign

        public int getAlign()
      • setAlign

        public void setAlign​(int align)