Class BackgroundBaseSettingsType.Visibility

  • Enclosing class:
    BackgroundBaseSettingsType

    public static class BackgroundBaseSettingsType.Visibility
    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">
           <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>
     
    • Field Detail

      • onPrint

        protected Boolean onPrint
         <?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">If true, the background will be printed when the document is printed.</p>
         
      • onScreen

        protected Boolean onScreen
         <?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">If true, the background will be shown when the document is displayed.</p>
         
    • Constructor Detail

      • Visibility

        public Visibility()
    • Method Detail

      • isOnPrint

        public boolean isOnPrint()
         <?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">If true, the background will be printed when the document is printed.</p>
         
        Returns:
        possible object is Boolean
      • setOnPrint

        public void setOnPrint​(boolean value)
        Sets the value of the onPrint property.
        Parameters:
        value - allowed object is Boolean
        See Also:
        isOnPrint()
      • isSetOnPrint

        public boolean isSetOnPrint()
      • unsetOnPrint

        public void unsetOnPrint()
      • isOnScreen

        public boolean isOnScreen()
         <?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">If true, the background will be shown when the document is displayed.</p>
         
        Returns:
        possible object is Boolean
      • setOnScreen

        public void setOnScreen​(boolean value)
        Sets the value of the onScreen property.
        Parameters:
        value - allowed object is Boolean
        See Also:
        isOnScreen()
      • isSetOnScreen

        public boolean isSetOnScreen()
      • unsetOnScreen

        public void unsetOnScreen()