Class FtrHeader
java.lang.Object
org.apache.poi.hssf.record.common.FtrHeader
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
public final class FtrHeader
extends Object
implements org.apache.poi.common.Duplicatable, GenericRecord
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 TypeMethodDescriptioncopy()static intshortshortvoidvoidsetAssociatedRange(CellRangeAddress associatedRange) voidsetGrbitFrt(short grbitFrt) voidsetRecordType(short recordType) toString()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordType
-
Constructor Details
-
FtrHeader
public FtrHeader() -
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
-
copy
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable
-
getGenericProperties
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-