ActiveXLS v6.4.0 API Documentation

ActiveXLS.Constants
Class Footer

System.Object
  extended byActiveXLS.Constants.Footer

public class Footer
extends System.Object

This class contains the allowable footer positions relative to page margins.


Constant Summary
const System.String POSITION_CENTER
          A constant indicating that the footer is on the center of the page.
const System.String POSITION_LEFT
          A constant indicating that the footer is on the left side of the page.
const System.String POSITION_RIGHT
          A constant indicating that the footer is on the right side of the page.
 
Constructor Summary
Footer()
           
   

Constant Detail

POSITION_LEFT

public const 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 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 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 Detail

Footer

public Footer()

Copyright 2009 On Time Computing Solutions