Class SettingsType.Compress

  • Enclosing class:
    SettingsType

    public static class SettingsType.Compress
    extends Object

    Java class for anonymous complex type

    .

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

    
     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="compressObjects" type="{http://schema.webpdf.de/1.0/operation}CompressObjectsType" minOccurs="0"/>
           </all>
           <attribute name="compressProfile" type="{http://schema.webpdf.de/1.0/operation}CompressProfileType" default="never" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • compressProfile

        protected CompressProfileType compressProfile
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p400085_="https://jakarta.ee/xml/ns/jaxb" xmlns:p45416_="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">Sets the profile for automatic document compression and thus defines whether compression should be applied when saving.
                                             <ul><li>always = PDF documents should always be compressed when saved.</li><li>never = PDF documents should not be automatically compressed.</li><li>recompress = PDF documents should only be compressed automatically if they were already compressed before.</li></ul></p>
         
    • Constructor Detail

      • Compress

        public Compress()
    • Method Detail

      • setCompressObjects

        public void setCompressObjects​(CompressObjectsType value)
        Sets the value of the compressObjects property.
        Parameters:
        value - allowed object is CompressObjectsType
      • isSetCompressObjects

        public boolean isSetCompressObjects()
      • getCompressProfile

        public CompressProfileType getCompressProfile()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p400085_="https://jakarta.ee/xml/ns/jaxb" xmlns:p45416_="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">Sets the profile for automatic document compression and thus defines whether compression should be applied when saving.
                                             <ul><li>always = PDF documents should always be compressed when saved.</li><li>never = PDF documents should not be automatically compressed.</li><li>recompress = PDF documents should only be compressed automatically if they were already compressed before.</li></ul></p>
         
        Returns:
        possible object is CompressProfileType
      • isSetCompressProfile

        public boolean isSetCompressProfile()