Class Header


  • public class Header
    extends System.Object
    This class contains the allowable header positions relative to page margins.
    • Constant Summary

      Fields 
      Modifier and Type Field Description
      const System.String POSITION_CENTER
      A constant indicating that the header is on the center of the page.
      const System.String POSITION_LEFT
      A constant indicating that the header is on the left side of the page.
      const System.String POSITION_RIGHT
      A constant indicating that the header is on the right side of the page.
    • Constructor Summary

      Constructors 
      Constructor Description
      Header()  
    • Method Summary

    • Field Detail

      • POSITION_LEFT

        public const System.String POSITION_LEFT
        A constant indicating that the header is on the left side of the page. Embedded value is "L".
        See Also:
        Constant Values
      • POSITION_CENTER

        public const System.String POSITION_CENTER
        A constant indicating that the header is on the center of the page. Embedded value is "C".
        See Also:
        Constant Values
      • POSITION_RIGHT

        public const System.String POSITION_RIGHT
        A constant indicating that the header is on the right side of the page. Embedded value is "R".
        See Also:
        Constant Values
    • Constructor Detail

      • Header

        public Header()