|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hssf.record.SubRecord
org.apache.poi.hssf.record.FtCfSubRecord
public final class FtCfSubRecord
The FtCf structure specifies the clipboard format of the picture-type Obj record containing this FtCf.
| Field Summary | |
|---|---|
static short |
BITMAP_BIT
Specifies the format of the picture is a bitmap. |
static short |
length
|
static short |
METAFILE_BIT
Specifies the format of the picture is an enhanced metafile. |
static short |
sid
|
static short |
UNSPECIFIED_BIT
Specifies the picture is in an unspecified format that is neither and enhanced metafile nor a bitmap. |
| Constructor Summary | |
|---|---|
FtCfSubRecord()
Construct a new FtPioGrbitSubRecord and
fill its data with the default values |
|
FtCfSubRecord(LittleEndianInput in,
int size)
|
|
| Method Summary | |
|---|---|
FtCfSubRecord |
clone()
|
protected int |
getDataSize()
|
short |
getFlags()
|
short |
getSid()
|
void |
serialize(LittleEndianOutput out)
Serialize the record data into the supplied array of bytes |
void |
setFlags(short flags)
|
java.lang.String |
toString()
Convert this record to string. |
| Methods inherited from class org.apache.poi.hssf.record.SubRecord |
|---|
createSubRecord, isTerminating, serialize |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final short sid
public static final short length
public static final short METAFILE_BIT
public static final short BITMAP_BIT
public static final short UNSPECIFIED_BIT
| Constructor Detail |
|---|
public FtCfSubRecord()
FtPioGrbitSubRecord and
fill its data with the default values
public FtCfSubRecord(LittleEndianInput in,
int size)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic void serialize(LittleEndianOutput out)
serialize in class SubRecordout - the stream to serialize intoprotected int getDataSize()
getDataSize in class SubRecordpublic short getSid()
public FtCfSubRecord clone()
clone in class SubRecordpublic short getFlags()
public void setFlags(short flags)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||