Package org.apache.poi.hssf.record
Class HideObjRecord
java.lang.Object
org.apache.poi.hssf.record.RecordBase
org.apache.poi.hssf.record.Record
org.apache.poi.hssf.record.StandardRecord
org.apache.poi.hssf.record.HideObjRecord
- All Implemented Interfaces:
org.apache.poi.common.Duplicatable,GenericRecord
Flag defines whether to hide placeholders and object
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final shortstatic final shortstatic final shortstatic final short -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()shortget hide object optionsshortgetSid()return the non static version of the id for this record.voidvoidsetHideObj(short hide) set hide object optionsMethods inherited from class org.apache.poi.hssf.record.StandardRecord
getRecordSize, serializeMethods inherited from class org.apache.poi.hssf.record.Record
cloneViaReserialise, serialize, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren
-
Field Details
-
sid
public static final short sid- See Also:
-
HIDE_ALL
public static final short HIDE_ALL- See Also:
-
SHOW_PLACEHOLDERS
public static final short SHOW_PLACEHOLDERS- See Also:
-
SHOW_ALL
public static final short SHOW_ALL- See Also:
-
-
Constructor Details
-
HideObjRecord
public HideObjRecord() -
HideObjRecord
-
HideObjRecord
-
-
Method Details
-
setHideObj
public void setHideObj(short hide) set hide object options- Parameters:
hide- options- See Also:
-
getHideObj
public short getHideObj()get hide object options- Returns:
- hide options
- See Also:
-
serialize
-
getSid
public short getSid()Description copied from class:Recordreturn the non static version of the id for this record. -
copy
- Specified by:
copyin interfaceorg.apache.poi.common.Duplicatable- Specified by:
copyin classStandardRecord
-
getGenericRecordType
- Specified by:
getGenericRecordTypein interfaceGenericRecord- Specified by:
getGenericRecordTypein classRecord
-
getGenericProperties
-