org.apache.poi.hssf.record.common
Class FtrHeader
java.lang.Object
org.apache.poi.hssf.record.common.FtrHeader
public final class FtrHeader
- extends java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FtrHeader
public FtrHeader()
FtrHeader
public FtrHeader(RecordInputStream in)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
serialize
public void serialize(LittleEndianOutput out)
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)
getReserved
public byte[] getReserved()
setReserved
public void setReserved(byte[] reserved)
Copyright 2012 The Apache Software Foundation or
its licensors, as applicable.