Class JpegType


  • public class JpegType
    extends ImageBaseType
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines a target JPEG image format.</p>
     

    Java class for JpegType complex type.

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

    
     <complexType name="JpegType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}ImageBaseType">
           <all>
             <element name="sizeOptimization" type="{http://schema.webpdf.de/1.0/operation}SizeOptimizationType" minOccurs="0"/>
           </all>
           <attribute name="jpegQuality" default="80">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="0"/>
                 <maxInclusive value="100"/>
               </restriction>
             </simpleType>
           </attribute>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • JpegType

        public JpegType()
    • Method Detail

      • isSetSizeOptimization

        public boolean isSetSizeOptimization()
      • getJpegQuality

        public int getJpegQuality()
        Gets the value of the jpegQuality property.
        Returns:
        possible object is Integer
      • setJpegQuality

        public void setJpegQuality​(int value)
        Sets the value of the jpegQuality property.
        Parameters:
        value - allowed object is Integer
      • isSetJpegQuality

        public boolean isSetJpegQuality()
      • unsetJpegQuality

        public void unsetJpegQuality()