Class TiffType


  • public class TiffType
    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 TIFF image format.</p>
     

    Java class for TiffType complex type.

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

    
     <complexType name="TiffType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}ImageBaseType">
           <attribute name="multipage" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="compression" type="{http://schema.webpdf.de/1.0/operation}TiffCompressionType" default="none" />
           <attribute name="jpegQuality" default="80">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="0"/>
                 <maxInclusive value="100"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="blackAndWhiteQuality" type="{http://schema.webpdf.de/1.0/operation}TiffBlackAndWhiteQualityType" default="high" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TiffType

        public TiffType()
    • Method Detail

      • isMultipage

        public boolean isMultipage()
        Gets the value of the multipage property.
        Returns:
        possible object is Boolean
      • setMultipage

        public void setMultipage​(boolean value)
        Sets the value of the multipage property.
        Parameters:
        value - allowed object is Boolean
      • isSetMultipage

        public boolean isSetMultipage()
      • unsetMultipage

        public void unsetMultipage()
      • isSetCompression

        public boolean isSetCompression()
      • 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()
      • isSetBlackAndWhiteQuality

        public boolean isSetBlackAndWhiteQuality()