Class Footer

System.Object
EasyXLS.Constants.Footer

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class System.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • POSITION_LEFT

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

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

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

    • Footer

      public Footer()