public class BookExtRecord extends StandardRecord
Modifier and Type | Field and Description |
---|---|
static short |
sid |
Constructor and Description |
---|
BookExtRecord() |
BookExtRecord(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
protected int |
getDataSize() |
int |
getFactoidDisplay() |
short |
getSid()
return the non static version of the id for this record.
|
boolean |
isBuggedUserAboutSolution() |
boolean |
isCreatedViaDataRecovery() |
boolean |
isDontAutoRecover() |
boolean |
isEmbedFactoids() |
boolean |
isFilterPrivacy() |
boolean |
isHidePivotList() |
boolean |
isOpenedViaDataRecovery() |
boolean |
isOpenedViaSafeLoad() |
boolean |
isPublishOnlySelectedBookItems() |
boolean |
isSavedDuringRecovery() |
boolean |
isShowInkAnnotation() |
boolean |
isShowPivotChartFilter() |
void |
serialize(LittleEndianOutput out)
Write the data content of this BIFF record.
|
void |
setBuggedUserAboutSolution(boolean flag) |
void |
setCreatedViaDataRecovery(boolean flag) |
void |
setDontAutoRecover(boolean flag) |
void |
setEmbedFactoids(boolean flag) |
void |
setFactoidDisplay(int value) |
void |
setFilterPrivacy(boolean flag) |
void |
setHidePivotList(boolean flag) |
void |
setOpenedViaDataRecovery(boolean flag) |
void |
setOpenedViaSafeLoad(boolean flag) |
void |
setPublishOnlySelectedBookItems(boolean flag) |
void |
setSavedDuringRecovery(boolean flag) |
void |
setShowInkAnnotation(boolean flag) |
void |
setShowPivotChartFilter(boolean flag) |
java.lang.String |
toString()
get a string representation of the record (for biffview/debugging)
|
getRecordSize, serialize
cloneViaReserialise, serialize
public static final short sid
public BookExtRecord()
public BookExtRecord(RecordInputStream in)
public short getSid()
Record
public java.lang.String toString()
Record
public boolean isDontAutoRecover()
public void setDontAutoRecover(boolean flag)
public boolean isHidePivotList()
public void setHidePivotList(boolean flag)
public boolean isFilterPrivacy()
public void setFilterPrivacy(boolean flag)
public boolean isEmbedFactoids()
public void setEmbedFactoids(boolean flag)
public int getFactoidDisplay()
public void setFactoidDisplay(int value)
public boolean isSavedDuringRecovery()
public void setSavedDuringRecovery(boolean flag)
public boolean isCreatedViaDataRecovery()
public void setCreatedViaDataRecovery(boolean flag)
public boolean isOpenedViaDataRecovery()
public void setOpenedViaDataRecovery(boolean flag)
public boolean isOpenedViaSafeLoad()
public void setOpenedViaSafeLoad(boolean flag)
public boolean isBuggedUserAboutSolution()
public void setBuggedUserAboutSolution(boolean flag)
public boolean isShowInkAnnotation()
public void setShowInkAnnotation(boolean flag)
public boolean isPublishOnlySelectedBookItems()
public void setPublishOnlySelectedBookItems(boolean flag)
public boolean isShowPivotChartFilter()
public void setShowPivotChartFilter(boolean flag)
public void serialize(LittleEndianOutput out)
StandardRecord
RecordBase.getRecordSize()
} minus four
( record header consiting of a 'ushort sid' and 'ushort reclength' has already been written
by thye superclass).serialize
in class StandardRecord
protected int getDataSize()
getDataSize
in class StandardRecord
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.