public final class FtCfSubRecord extends SubRecord
SubRecord.SubRecordTypes| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
FtCfSubRecord()
Construct a new
FtPioGrbitSubRecord and
fill its data with the default values |
FtCfSubRecord(FtCfSubRecord other) |
FtCfSubRecord(LittleEndianInput in,
int size) |
| Modifier and Type | Method and Description |
|---|---|
FtCfSubRecord |
copy() |
protected int |
getDataSize() |
short |
getFlags() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
SubRecord.SubRecordTypes |
getGenericRecordType() |
short |
getSid() |
void |
serialize(LittleEndianOutput out)
Serialize the record data into the supplied array of bytes
|
void |
setFlags(short flags) |
createSubRecord, isTerminating, serialize, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildrenpublic 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
public FtCfSubRecord()
FtPioGrbitSubRecord and
fill its data with the default valuespublic FtCfSubRecord(FtCfSubRecord other)
public FtCfSubRecord(LittleEndianInput in, int size)
public void serialize(LittleEndianOutput out)
protected int getDataSize()
getDataSize in class SubRecordpublic short getSid()
public FtCfSubRecord copy()
copy in interface Duplicatablecopy in class SubRecordpublic short getFlags()
public void setFlags(short flags)
public SubRecord.SubRecordTypes getGenericRecordType()
getGenericRecordType in interface GenericRecordgetGenericRecordType in class SubRecordpublic java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.