Class OptionsType.Background

  • Enclosing class:
    OptionsType

    public static class OptionsType.Background
    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">
           <choice>
             <element name="add">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice>
                       <element name="colorBackground" type="{http://schema.webpdf.de/1.0/operation}ColorBackgroundType"/>
                       <element name="imageBackground" type="{http://schema.webpdf.de/1.0/operation}ImageBackgroundType"/>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="remove">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice>
                       <element name="backgroundSelection" type="{http://schema.webpdf.de/1.0/operation}SelectionBackgroundType"/>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • add

        protected OptionsType.Background.Add add
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p416162_="https://jakarta.ee/xml/ns/jaxb" xmlns:p761379_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p931522_="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">Adds a background image or a solid color background layer to the document (the "colorBackground" and "imageBackground" elements are mutually exclusive, i.e., you must select one or the other). A document is not allowed to have more than one background layer.</p>
         
      • remove

        protected OptionsType.Background.Remove remove
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p416162_="https://jakarta.ee/xml/ns/jaxb" xmlns:p761379_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p931522_="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">Removes background layers from all pages of a document. As of this writing, this operation does not have any additional parameters. The "backgroundSelection" element, which must be included without fail, is meant simply as a placeholder for potential future detailed parameters.</p>
         
    • Constructor Detail

      • Background

        public Background()
    • Method Detail

      • getAdd

        public OptionsType.Background.Add getAdd()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p416162_="https://jakarta.ee/xml/ns/jaxb" xmlns:p761379_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p931522_="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">Adds a background image or a solid color background layer to the document (the "colorBackground" and "imageBackground" elements are mutually exclusive, i.e., you must select one or the other). A document is not allowed to have more than one background layer.</p>
         
        Returns:
        possible object is OptionsType.Background.Add
      • isSetAdd

        public boolean isSetAdd()
      • getRemove

        public OptionsType.Background.Remove getRemove()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p416162_="https://jakarta.ee/xml/ns/jaxb" xmlns:p761379_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p931522_="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">Removes background layers from all pages of a document. As of this writing, this operation does not have any additional parameters. The "backgroundSelection" element, which must be included without fail, is meant simply as a placeholder for potential future detailed parameters.</p>
         
        Returns:
        possible object is OptionsType.Background.Remove
      • isSetRemove

        public boolean isSetRemove()