Class OptionsFontType


  • public class OptionsFontType
    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">Used to specify the font and formatting for the header and footer.</p>
     

    Java class for OptionsFontType complex type.

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

    
     <complexType name="OptionsFontType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="size" default="10">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="1"/>
                 <maxInclusive value="1296"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="underline" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="color" type="{http://schema.webpdf.de/1.0/operation}RgbColorType" default="#000000" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • OptionsFontType

        public OptionsFontType()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • isSetName

        public boolean isSetName()
      • getSize

        public int getSize()
        Gets the value of the size property.
        Returns:
        possible object is Integer
      • setSize

        public void setSize​(int value)
        Sets the value of the size property.
        Parameters:
        value - allowed object is Integer
      • isSetSize

        public boolean isSetSize()
      • unsetSize

        public void unsetSize()
      • isUnderline

        public boolean isUnderline()
        Gets the value of the underline property.
        Returns:
        possible object is Boolean
      • setUnderline

        public void setUnderline​(boolean value)
        Sets the value of the underline property.
        Parameters:
        value - allowed object is Boolean
      • isSetUnderline

        public boolean isSetUnderline()
      • unsetUnderline

        public void unsetUnderline()
      • getColor

        public String getColor()
        Gets the value of the color property.
        Returns:
        possible object is String
      • setColor

        public void setColor​(String value)
        Sets the value of the color property.
        Parameters:
        value - allowed object is String
      • isSetColor

        public boolean isSetColor()