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.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
protected int |
getDataSize() |
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.
|
String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serializecloneViaReserialise, serializepublic static final short sid
public UserSViewBegin(byte[] data)
public UserSViewBegin(RecordInputStream in)
in - the RecordInputstream to read the record frompublic void serialize(LittleEndianOutput out)
serialize in class StandardRecordprotected int getDataSize()
getDataSize in class StandardRecordpublic short getSid()
Recordpublic byte[] getGuid()
public String toString()
RecordCopyright © 2020. All rights reserved.