Class HeaderFooterType


  • public class HeaderFooterType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">An element of this type defines header and footer values for a page of the document.</p>
     

    Java class for HeaderFooterType complex type.

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

    
     <complexType name="HeaderFooterType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="font" type="{http://schema.webpdf.de/1.0/extraction/info}FontType"/>
             <element name="margin" type="{http://schema.webpdf.de/1.0/extraction/info}MarginType"/>
             <element name="header" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="left" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
                     <attribute name="center" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
                     <attribute name="right" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="footer" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="left" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
                     <attribute name="center" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
                     <attribute name="right" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="objectKey" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="page" default="0">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="0"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="color" type="{http://schema.webpdf.de/1.0/extraction/info}RgbColorType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • HeaderFooterType

        public HeaderFooterType()
    • Method Detail

      • getFont

        public FontType getFont()
        Gets the value of the font property.
        Returns:
        possible object is FontType
      • setFont

        public void setFont​(FontType value)
        Sets the value of the font property.
        Parameters:
        value - allowed object is FontType
      • isSetFont

        public boolean isSetFont()
      • getMargin

        public MarginType getMargin()
        Gets the value of the margin property.
        Returns:
        possible object is MarginType
      • setMargin

        public void setMargin​(MarginType value)
        Sets the value of the margin property.
        Parameters:
        value - allowed object is MarginType
      • isSetMargin

        public boolean isSetMargin()
      • isSetHeader

        public boolean isSetHeader()
      • isSetFooter

        public boolean isSetFooter()
      • getObjectKey

        public String getObjectKey()
        Gets the value of the objectKey property.
        Returns:
        possible object is String
      • setObjectKey

        public void setObjectKey​(String value)
        Sets the value of the objectKey property.
        Parameters:
        value - allowed object is String
      • isSetObjectKey

        public boolean isSetObjectKey()
      • getPage

        public int getPage()
        Gets the value of the page property.
        Returns:
        possible object is Integer
      • setPage

        public void setPage​(int value)
        Sets the value of the page property.
        Parameters:
        value - allowed object is Integer
      • isSetPage

        public boolean isSetPage()
      • unsetPage

        public void unsetPage()
      • 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()