public final class UserSViewBegin extends StandardRecord
UserSViewBegin and UserSViewEnd contain settings for the custom view,
not settings for the sheet itself.| Modifier and Type | Field and Description |
|---|---|
static short |
sid |
| Constructor and Description |
|---|
UserSViewBegin(byte[] data) |
UserSViewBegin(RecordInputStream in)
construct an UserSViewBegin record.
|
UserSViewBegin(UserSViewBegin other) |
| Modifier and Type | Method and Description |
|---|---|
UserSViewBegin |
copy() |
protected int |
getDataSize() |
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
HSSFRecordTypes |
getGenericRecordType() |
byte[] |
getGuid() |
short |
getSid()
return the non static version of the id for this record.
|
void |
serialize(LittleEndianOutput out)
spit the record out AS IS.
|
getRecordSize, serializecloneViaReserialise, serialize, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetGenericChildrenpublic static final short sid
public UserSViewBegin(UserSViewBegin other)
public UserSViewBegin(byte[] data)
public UserSViewBegin(RecordInputStream in)
in - the RecordInputstream to read the record frompublic void serialize(LittleEndianOutput out)
serialize in class StandardRecordout - the output objectprotected int getDataSize()
getDataSize in class StandardRecordpublic short getSid()
Recordpublic byte[] getGuid()
public UserSViewBegin copy()
copy in interface Duplicatablecopy in class StandardRecordpublic HSSFRecordTypes getGenericRecordType()
getGenericRecordType in interface GenericRecordgetGenericRecordType in class Recordpublic java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.