public final class UnknownRecord extends StandardRecord
Modifier and Type | Field and Description |
---|---|
static int |
BITMAP_00E9 |
static int |
CODENAME_1BA |
static int |
HEADER_FOOTER_089C |
static int |
LABELRANGES_015F |
static int |
PHONETICPR_00EF |
static int |
PLS_004D
Environment-Specific Print Record
|
static int |
PLV_MAC |
static int |
PRINTSIZE_0033
seems to be part of the
PageSettingsBlock . |
static int |
QUICKTIP_0800 |
static int |
SCL_00A0 |
static int |
SHEETEXT_0862 |
static int |
SHEETPR_0081 |
static int |
SHEETPROTECTION_0867 |
static int |
SORT_0090 |
static int |
STANDARDWIDTH_0099 |
Constructor and Description |
---|
UnknownRecord(int id,
byte[] data) |
UnknownRecord(RecordInputStream in)
construct an unknown record.
|
Modifier and Type | Method and Description |
---|---|
UnknownRecord |
copy() |
static java.lang.String |
getBiffName(int sid)
These BIFF record types are known but still uninterpreted by POI
|
protected int |
getDataSize() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
HSSFRecordTypes |
getGenericRecordType() |
short |
getSid()
return the non static version of the id for this record.
|
void |
serialize(LittleEndianOutput out)
spit the record out AS IS.
|
getRecordSize, serialize
cloneViaReserialise, serialize, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getGenericChildren
public static final int PRINTSIZE_0033
PageSettingsBlock
. Not interpreted by POI.
The name 'PRINTSIZE' was taken from OOO source.The few POI test samples with this record have data { 0x03, 0x00 }.
public static final int PLS_004D
public static final int SHEETPR_0081
public static final int SORT_0090
public static final int STANDARDWIDTH_0099
public static final int SCL_00A0
public static final int BITMAP_00E9
public static final int PHONETICPR_00EF
public static final int LABELRANGES_015F
public static final int QUICKTIP_0800
public static final int SHEETEXT_0862
public static final int SHEETPROTECTION_0867
public static final int HEADER_FOOTER_089C
public static final int CODENAME_1BA
public static final int PLV_MAC
public UnknownRecord(int id, byte[] data)
id
- id of the record -not validated, just stored for serializationdata
- the datapublic UnknownRecord(RecordInputStream in)
in
- the RecordInputstream to read the record frompublic void serialize(LittleEndianOutput out)
serialize
in class StandardRecord
out
- the output objectprotected int getDataSize()
getDataSize
in class StandardRecord
public short getSid()
Record
public static java.lang.String getBiffName(int sid)
sid
- The identifier for an unknown record typenull
if unknown to POIpublic UnknownRecord copy()
copy
in interface Duplicatable
copy
in class StandardRecord
public HSSFRecordTypes getGenericRecordType()
getGenericRecordType
in interface GenericRecord
getGenericRecordType
in class Record
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.