org.apache.poi.hdf.model.hdftypes
Class HeaderFooter

java.lang.Object
  extended by org.apache.poi.hdf.model.hdftypes.HeaderFooter

Deprecated.

@Deprecated
public final class HeaderFooter
extends java.lang.Object

Comment me


Field Summary
static int FOOTER_EVEN
          Deprecated.  
static int FOOTER_FIRST
          Deprecated.  
static int FOOTER_ODD
          Deprecated.  
static int HEADER_EVEN
          Deprecated.  
static int HEADER_FIRST
          Deprecated.  
static int HEADER_ODD
          Deprecated.  
 
Constructor Summary
HeaderFooter(int type, int startFC, int endFC)
          Deprecated.  
 
Method Summary
 int getEnd()
          Deprecated.  
 int getStart()
          Deprecated.  
 boolean isEmpty()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HEADER_EVEN

public static final int HEADER_EVEN
Deprecated. 
See Also:
Constant Field Values

HEADER_ODD

public static final int HEADER_ODD
Deprecated. 
See Also:
Constant Field Values

FOOTER_EVEN

public static final int FOOTER_EVEN
Deprecated. 
See Also:
Constant Field Values

FOOTER_ODD

public static final int FOOTER_ODD
Deprecated. 
See Also:
Constant Field Values

HEADER_FIRST

public static final int HEADER_FIRST
Deprecated. 
See Also:
Constant Field Values

FOOTER_FIRST

public static final int FOOTER_FIRST
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

HeaderFooter

public HeaderFooter(int type,
                    int startFC,
                    int endFC)
Deprecated. 
Method Detail

getStart

public int getStart()
Deprecated. 

getEnd

public int getEnd()
Deprecated. 

isEmpty

public boolean isEmpty()
Deprecated.