Class HeaderFooterPositionsType


  • public class HeaderFooterPositionsType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p112675_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p263167_="https://jakarta.ee/xml/ns/jaxb" xmlns:p878401_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The header/footer consists of three parts (left margin, center, right margin). This element can be used to define the text contents that should be shown at these positions. The contents can consist of static and dynamic contents.
     
                     </p>
     
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p112675_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p263167_="https://jakarta.ee/xml/ns/jaxb" xmlns:p878401_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"><b>Important:</b>
                         Please consult the chapter "Display Options" concerning the format of the hereby set contents.
                     </p>
     

    Java class for HeaderFooterPositionsType complex type

    .

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

    
     <complexType name="HeaderFooterPositionsType">
       <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>
     
    • Field Detail

      • left

        protected String left
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p112675_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p263167_="https://jakarta.ee/xml/ns/jaxb" xmlns:p878401_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define the text content of the header/footer on the left page margin.</p>
         
      • center

        protected String center
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p112675_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p263167_="https://jakarta.ee/xml/ns/jaxb" xmlns:p878401_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define the text content of the header/footer in the centre.</p>
         
      • right

        protected String right
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p112675_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p263167_="https://jakarta.ee/xml/ns/jaxb" xmlns:p878401_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define the text content of the header/footer on the right page margin.</p>
         
    • Constructor Detail

      • HeaderFooterPositionsType

        public HeaderFooterPositionsType()
    • Method Detail

      • getLeft

        public String getLeft()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p112675_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p263167_="https://jakarta.ee/xml/ns/jaxb" xmlns:p878401_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define the text content of the header/footer on the left page margin.</p>
         
        Returns:
        possible object is String
      • setLeft

        public void setLeft​(String value)
        Sets the value of the left property.
        Parameters:
        value - allowed object is String
        See Also:
        getLeft()
      • isSetLeft

        public boolean isSetLeft()
      • getCenter

        public String getCenter()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p112675_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p263167_="https://jakarta.ee/xml/ns/jaxb" xmlns:p878401_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define the text content of the header/footer in the centre.</p>
         
        Returns:
        possible object is String
      • setCenter

        public void setCenter​(String value)
        Sets the value of the center property.
        Parameters:
        value - allowed object is String
        See Also:
        getCenter()
      • isSetCenter

        public boolean isSetCenter()
      • getRight

        public String getRight()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p112675_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p263167_="https://jakarta.ee/xml/ns/jaxb" xmlns:p878401_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define the text content of the header/footer on the right page margin.</p>
         
        Returns:
        possible object is String
      • setRight

        public void setRight​(String value)
        Sets the value of the right property.
        Parameters:
        value - allowed object is String
        See Also:
        getRight()
      • isSetRight

        public boolean isSetRight()