Class BackgroundBaseSettingsType


  • public class BackgroundBaseSettingsType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p179664_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:p388603_="https://jakarta.ee/xml/ns/jaxb" xmlns:p96940_="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">Defines basic configuration settings for generating background layers.</p>
     

    Java class for BackgroundBaseSettingsType complex type.

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

    
     <complexType name="BackgroundBaseSettingsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="position" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="x" default="0">
                       <simpleType>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}float">
                           <minInclusive value="0"/>
                         </restriction>
                       </simpleType>
                     </attribute>
                     <attribute name="y" default="0">
                       <simpleType>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}float">
                           <minInclusive value="0"/>
                         </restriction>
                       </simpleType>
                     </attribute>
                     <attribute name="metrics" type="{http://schema.webpdf.de/1.0/operation}MetricsType" default="mm" />
                     <attribute name="position" type="{http://schema.webpdf.de/1.0/operation}BackgroundPositionModeType" default="center_center" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="visibility" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="onPrint" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
                     <attribute name="onScreen" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="pages" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <choice>
                       <element name="pageInterval" type="{http://schema.webpdf.de/1.0/operation}PageIntervalType" minOccurs="0"/>
                     </choice>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </all>
           <attGroup ref="{http://schema.webpdf.de/1.0/operation}BaseBackgroundGroup"/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • BackgroundBaseSettingsType

        public BackgroundBaseSettingsType()
    • Method Detail

      • isSetPosition

        public boolean isSetPosition()
      • isSetVisibility

        public boolean isSetVisibility()
      • isSetPages

        public boolean isSetPages()
      • isRelativeToPage

        public boolean isRelativeToPage()
        Gets the value of the relativeToPage property.
        Returns:
        possible object is Boolean
      • setRelativeToPage

        public void setRelativeToPage​(boolean value)
        Sets the value of the relativeToPage property.
        Parameters:
        value - allowed object is Boolean
      • isSetRelativeToPage

        public boolean isSetRelativeToPage()
      • unsetRelativeToPage

        public void unsetRelativeToPage()
      • isReplaceExisting

        public boolean isReplaceExisting()
        Gets the value of the replaceExisting property.
        Returns:
        possible object is Boolean
      • setReplaceExisting

        public void setReplaceExisting​(boolean value)
        Sets the value of the replaceExisting property.
        Parameters:
        value - allowed object is Boolean
      • isSetReplaceExisting

        public boolean isSetReplaceExisting()
      • unsetReplaceExisting

        public void unsetReplaceExisting()
      • getScale

        public int getScale()
        Gets the value of the scale property.
        Returns:
        possible object is Integer
      • setScale

        public void setScale​(int value)
        Sets the value of the scale property.
        Parameters:
        value - allowed object is Integer
      • isSetScale

        public boolean isSetScale()
      • unsetScale

        public void unsetScale()
      • getRotation

        public int getRotation()
        Gets the value of the rotation property.
        Returns:
        possible object is Integer
      • setRotation

        public void setRotation​(int value)
        Sets the value of the rotation property.
        Parameters:
        value - allowed object is Integer
      • isSetRotation

        public boolean isSetRotation()
      • unsetRotation

        public void unsetRotation()
      • getOpacity

        public int getOpacity()
        Gets the value of the opacity property.
        Returns:
        possible object is Integer
      • setOpacity

        public void setOpacity​(int value)
        Sets the value of the opacity property.
        Parameters:
        value - allowed object is Integer
      • isSetOpacity

        public boolean isSetOpacity()
      • unsetOpacity

        public void unsetOpacity()