com.businessobjects.enterprise.crystalreport
Interface HeaderFooterOptionEnum


public interface HeaderFooterOptionEnum

Specifies the way page header and footer are exported.


Nested Class Summary
static class HeaderFooterOptionEnum.Enum
          Internal Use Only.
static class HeaderFooterOptionEnum.Factory
          A class with methods for creating instances of the HeaderFooterOptionEnum type.
 
Field Summary
static HeaderFooterOptionEnum.Enum EACH_PAGE
          Export header and footer from every page into the excel document.
static int INT_EACH_PAGE
          Export header and footer from every page into the excel document.
static int INT_NONE
          Export no header or footer.
static int INT_ONCE
          Export header and footer once for the entire report.
static HeaderFooterOptionEnum.Enum NONE
          Export no header or footer.
static HeaderFooterOptionEnum.Enum ONCE
          Export header and footer once for the entire report.
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 
Method Summary
 org.apache.xmlbeans.StringEnumAbstractBase enumValue()
          Internal Use Only.
 void set(org.apache.xmlbeans.StringEnumAbstractBase e)
          Internal Use Only.
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Internal Use Only.


NONE

static final HeaderFooterOptionEnum.Enum NONE
Export no header or footer.


ONCE

static final HeaderFooterOptionEnum.Enum ONCE
Export header and footer once for the entire report.


EACH_PAGE

static final HeaderFooterOptionEnum.Enum EACH_PAGE
Export header and footer from every page into the excel document.


INT_NONE

static final int INT_NONE
Export no header or footer.

See Also:
Constant Field Values

INT_ONCE

static final int INT_ONCE
Export header and footer once for the entire report.

See Also:
Constant Field Values

INT_EACH_PAGE

static final int INT_EACH_PAGE
Export header and footer from every page into the excel document.

See Also:
Constant Field Values
Method Detail

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()
Internal Use Only.


set

void set(org.apache.xmlbeans.StringEnumAbstractBase e)
Internal Use Only.