org.pentaho.reporting.engine.classic.core
Class AttributeNames.Excel

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.AttributeNames.Excel
Enclosing class:
AttributeNames

public static class AttributeNames.Excel
extends Object


Field Summary
static String FIELD_FORMULA
           
static String FREEZING_LEFT_POSITION
           
static String FREEZING_TOP_POSITION
           
static String NAMESPACE
           
static String PAGE_FOOTER_CENTER
           
static String PAGE_FOOTER_LEFT
           
static String PAGE_FOOTER_RIGHT
           
static String PAGE_HEADER_CENTER
           
static String PAGE_HEADER_LEFT
           
static String PAGE_HEADER_RIGHT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

PAGE_HEADER_CENTER

public static final String PAGE_HEADER_CENTER
See Also:
Constant Field Values

PAGE_FOOTER_CENTER

public static final String PAGE_FOOTER_CENTER
See Also:
Constant Field Values

PAGE_HEADER_LEFT

public static final String PAGE_HEADER_LEFT
See Also:
Constant Field Values

PAGE_FOOTER_LEFT

public static final String PAGE_FOOTER_LEFT
See Also:
Constant Field Values

PAGE_HEADER_RIGHT

public static final String PAGE_HEADER_RIGHT
See Also:
Constant Field Values

PAGE_FOOTER_RIGHT

public static final String PAGE_FOOTER_RIGHT
See Also:
Constant Field Values

FIELD_FORMULA

public static final String FIELD_FORMULA
See Also:
Constant Field Values

FREEZING_LEFT_POSITION

public static final String FREEZING_LEFT_POSITION
See Also:
Constant Field Values

FREEZING_TOP_POSITION

public static final String FREEZING_TOP_POSITION
See Also:
Constant Field Values