org.apache.poi.hdf.extractor
Class HeaderFooter
java.lang.Object
org.apache.poi.hdf.extractor.HeaderFooter
- public class HeaderFooter
- extends java.lang.Object
Comment me
- Author:
- Ryan Ackley
Constructor Summary |
HeaderFooter(int type,
int startFC,
int endFC)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HEADER_EVEN
public static final int HEADER_EVEN
- See Also:
- Constant Field Values
HEADER_ODD
public static final int HEADER_ODD
- See Also:
- Constant Field Values
FOOTER_EVEN
public static final int FOOTER_EVEN
- See Also:
- Constant Field Values
FOOTER_ODD
public static final int FOOTER_ODD
- See Also:
- Constant Field Values
HEADER_FIRST
public static final int HEADER_FIRST
- See Also:
- Constant Field Values
FOOTER_FIRST
public static final int FOOTER_FIRST
- See Also:
- Constant Field Values
HeaderFooter
public HeaderFooter(int type,
int startFC,
int endFC)
getStart
public int getStart()
getEnd
public int getEnd()
isEmpty
public boolean isEmpty()
Copyright © 2003 Apache Software Foundation.