Class ConverterImageType


  • public class ConverterImageType
    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">The settings are used when converting images if the source file is an image. If the source file is another format that may contain images, then these settings may not apply.</p>
     

    Java class for ConverterImageType complex type.

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

    
     <complexType name="ConverterImageType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="maintainAspectRatio" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • maintainAspectRatio

        protected Boolean maintainAspectRatio
    • Constructor Detail

      • ConverterImageType

        public ConverterImageType()
    • Method Detail

      • isMaintainAspectRatio

        public boolean isMaintainAspectRatio()
        Gets the value of the maintainAspectRatio property.
        Returns:
        possible object is Boolean
      • setMaintainAspectRatio

        public void setMaintainAspectRatio​(boolean value)
        Sets the value of the maintainAspectRatio property.
        Parameters:
        value - allowed object is Boolean
      • isSetMaintainAspectRatio

        public boolean isSetMaintainAspectRatio()
      • unsetMaintainAspectRatio

        public void unsetMaintainAspectRatio()