Class FtrHeader
java.lang.Object
org.apache.poi.hssf.record.common.FtrHeader
- All Implemented Interfaces:
Cloneable
Title: FtrHeader (Future Record Header) common record part
This record part specifies a header for a Ftr (Future) style record, which includes extra attributes above and beyond those of a traditional record.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
static int
short
short
void
void
setAssociatedRange
(CellRangeAddress associatedRange) void
setGrbitFrt
(short grbitFrt) void
setRecordType
(short recordType) toString()
-
Constructor Details
-
FtrHeader
public FtrHeader() -
FtrHeader
-
-
Method Details
-
toString
-
serialize
-
getDataSize
public static int getDataSize() -
getRecordType
public short getRecordType() -
setRecordType
public void setRecordType(short recordType) -
getGrbitFrt
public short getGrbitFrt() -
setGrbitFrt
public void setGrbitFrt(short grbitFrt) -
getAssociatedRange
-
setAssociatedRange
-
clone
-