Class ConverterMailType


  • public class ConverterMailType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p383362_="https://jakarta.ee/xml/ns/jaxb" xmlns:p837822_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">These settings are only used for e-mail documents. The "MIME" (eml; RFC-822) and Outlook (msg) e-mail formats are supported.</p>
     

    Java class for ConverterMailType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="ConverterMailType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="downloadImages" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="adjustFonts" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="attachmentMode" type="{http://schema.webpdf.de/1.0/operation}AttachmentModeType" default="embed" />
           <attribute name="ignoreMissingBodyChunk" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="useBackground" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="resizeImages" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="resizeTables" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • downloadImages

        protected Boolean downloadImages
      • adjustFonts

        protected Boolean adjustFonts
      • ignoreMissingBodyChunk

        protected Boolean ignoreMissingBodyChunk
      • useBackground

        protected Boolean useBackground
      • resizeImages

        protected Boolean resizeImages
      • resizeTables

        protected Boolean resizeTables
    • Constructor Detail

      • ConverterMailType

        public ConverterMailType()
    • Method Detail

      • isDownloadImages

        public boolean isDownloadImages()
        Gets the value of the downloadImages property.
        Returns:
        possible object is Boolean
      • setDownloadImages

        public void setDownloadImages​(boolean value)
        Sets the value of the downloadImages property.
        Parameters:
        value - allowed object is Boolean
      • isSetDownloadImages

        public boolean isSetDownloadImages()
      • unsetDownloadImages

        public void unsetDownloadImages()
      • isAdjustFonts

        public boolean isAdjustFonts()
        Gets the value of the adjustFonts property.
        Returns:
        possible object is Boolean
      • setAdjustFonts

        public void setAdjustFonts​(boolean value)
        Sets the value of the adjustFonts property.
        Parameters:
        value - allowed object is Boolean
      • isSetAdjustFonts

        public boolean isSetAdjustFonts()
      • unsetAdjustFonts

        public void unsetAdjustFonts()
      • setAttachmentMode

        public void setAttachmentMode​(AttachmentModeType value)
        Sets the value of the attachmentMode property.
        Parameters:
        value - allowed object is AttachmentModeType
      • isSetAttachmentMode

        public boolean isSetAttachmentMode()
      • isIgnoreMissingBodyChunk

        public boolean isIgnoreMissingBodyChunk()
        Gets the value of the ignoreMissingBodyChunk property.
        Returns:
        possible object is Boolean
      • setIgnoreMissingBodyChunk

        public void setIgnoreMissingBodyChunk​(boolean value)
        Sets the value of the ignoreMissingBodyChunk property.
        Parameters:
        value - allowed object is Boolean
      • isSetIgnoreMissingBodyChunk

        public boolean isSetIgnoreMissingBodyChunk()
      • unsetIgnoreMissingBodyChunk

        public void unsetIgnoreMissingBodyChunk()
      • isUseBackground

        public boolean isUseBackground()
        Gets the value of the useBackground property.
        Returns:
        possible object is Boolean
      • setUseBackground

        public void setUseBackground​(boolean value)
        Sets the value of the useBackground property.
        Parameters:
        value - allowed object is Boolean
      • isSetUseBackground

        public boolean isSetUseBackground()
      • unsetUseBackground

        public void unsetUseBackground()
      • isResizeImages

        public boolean isResizeImages()
        Gets the value of the resizeImages property.
        Returns:
        possible object is Boolean
      • setResizeImages

        public void setResizeImages​(boolean value)
        Sets the value of the resizeImages property.
        Parameters:
        value - allowed object is Boolean
      • isSetResizeImages

        public boolean isSetResizeImages()
      • unsetResizeImages

        public void unsetResizeImages()
      • isResizeTables

        public boolean isResizeTables()
        Gets the value of the resizeTables property.
        Returns:
        possible object is Boolean
      • setResizeTables

        public void setResizeTables​(boolean value)
        Sets the value of the resizeTables property.
        Parameters:
        value - allowed object is Boolean
      • isSetResizeTables

        public boolean isSetResizeTables()
      • unsetResizeTables

        public void unsetResizeTables()