Class FeatProtection
java.lang.Object
org.apache.poi.hssf.record.common.FeatProtection
- All Implemented Interfaces:
GenericRecord,SharedFeature
Title: FeatProtection (Protection Shared Feature) common record part
This record part specifies Protection data for a sheet, stored
as part of a Shared Feature. It can be found in records such
as FeatRecord
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longstatic final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()intintgetFSD()intgetTitle()voidvoidsetPasswordVerifier(int passwordVerifier) voidMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericRecordTypeMethods inherited from interface org.apache.poi.hssf.record.common.SharedFeature
toString
-
Field Details
-
NO_SELF_RELATIVE_SECURITY_FEATURE
public static final long NO_SELF_RELATIVE_SECURITY_FEATURE- See Also:
-
HAS_SELF_RELATIVE_SECURITY_FEATURE
public static final long HAS_SELF_RELATIVE_SECURITY_FEATURE- See Also:
-
-
Constructor Details
-
FeatProtection
public FeatProtection() -
FeatProtection
-
FeatProtection
-
-
Method Details
-
serialize
- Specified by:
serializein interfaceSharedFeature
-
getDataSize
public int getDataSize()- Specified by:
getDataSizein interfaceSharedFeature
-
getPasswordVerifier
public int getPasswordVerifier() -
setPasswordVerifier
public void setPasswordVerifier(int passwordVerifier) -
getTitle
-
setTitle
-
getFSD
public int getFSD()- Returns:
- Self Relative
-
copy
- Specified by:
copyin interfaceSharedFeature
-
getGenericProperties
- Specified by:
getGenericPropertiesin interfaceGenericRecord
-