Namespace EasyXLS.Constants
Class Header
System.Object
EasyXLS.Constants.Header
public class Header
extends System.Object
This class contains the allowable header positions relative to page margins.
-
Constant Summary
FieldsModifier and TypeFieldDescriptionconst System.StringA constant indicating that the header is on the center of the page.const System.StringA constant indicating that the header is on the left side of the page.const System.StringA constant indicating that the header is on the right side of the page. -
Constructor Summary
Constructors -
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_LEFTA constant indicating that the header is on the left side of the page. Embedded value is "L".- See Also:
-
POSITION_CENTER
public const final System.String POSITION_CENTERA constant indicating that the header is on the center of the page. Embedded value is "C".- See Also:
-
POSITION_RIGHT
public const final System.String POSITION_RIGHTA constant indicating that the header is on the right side of the page. Embedded value is "R".- See Also:
-
-
Constructor Details
-
Header
public Header()
-