Class ConverterHtmlType


  • public class ConverterHtmlType
    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 HTML (e.g. websites) and HTML-based documents (e.g. e-mails).</p>
     

    Java class for ConverterHtmlType complex type.

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

    
     <complexType name="ConverterHtmlType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="templateData" type="{http://schema.webpdf.de/1.0/operation}TemplateDataType" minOccurs="0"/>
           </all>
           <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="baseURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="" />
           <attribute name="useAsTemplate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="useBackground" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • downloadImages

        protected Boolean downloadImages
      • adjustFonts

        protected Boolean adjustFonts
      • baseURL

        protected String baseURL
      • useAsTemplate

        protected Boolean useAsTemplate
      • useBackground

        protected Boolean useBackground
    • Constructor Detail

      • ConverterHtmlType

        public ConverterHtmlType()
    • Method Detail

      • setTemplateData

        public void setTemplateData​(TemplateDataType value)
        Sets the value of the templateData property.
        Parameters:
        value - allowed object is TemplateDataType
      • isSetTemplateData

        public boolean isSetTemplateData()
      • 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()
      • getBaseURL

        public String getBaseURL()
        Gets the value of the baseURL property.
        Returns:
        possible object is String
      • setBaseURL

        public void setBaseURL​(String value)
        Sets the value of the baseURL property.
        Parameters:
        value - allowed object is String
      • isSetBaseURL

        public boolean isSetBaseURL()
      • isUseAsTemplate

        public boolean isUseAsTemplate()
        Gets the value of the useAsTemplate property.
        Returns:
        possible object is Boolean
      • setUseAsTemplate

        public void setUseAsTemplate​(boolean value)
        Sets the value of the useAsTemplate property.
        Parameters:
        value - allowed object is Boolean
      • isSetUseAsTemplate

        public boolean isSetUseAsTemplate()
      • unsetUseAsTemplate

        public void unsetUseAsTemplate()
      • 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()