public final class FeatProtection extends java.lang.Object implements SharedFeature
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
Modifier and Type | Field and Description |
---|---|
static long |
HAS_SELF_RELATIVE_SECURITY_FEATURE |
static long |
NO_SELF_RELATIVE_SECURITY_FEATURE |
Constructor and Description |
---|
FeatProtection() |
FeatProtection(RecordInputStream in) |
Modifier and Type | Method and Description |
---|---|
int |
getDataSize() |
int |
getFSD() |
int |
getPasswordVerifier() |
java.lang.String |
getTitle() |
void |
serialize(LittleEndianOutput out) |
void |
setPasswordVerifier(int passwordVerifier) |
void |
setTitle(java.lang.String title) |
java.lang.String |
toString() |
public static long NO_SELF_RELATIVE_SECURITY_FEATURE
public static long HAS_SELF_RELATIVE_SECURITY_FEATURE
public FeatProtection()
public FeatProtection(RecordInputStream in)
public java.lang.String toString()
toString
in interface SharedFeature
toString
in class java.lang.Object
public void serialize(LittleEndianOutput out)
serialize
in interface SharedFeature
public int getDataSize()
getDataSize
in interface SharedFeature
public int getPasswordVerifier()
public void setPasswordVerifier(int passwordVerifier)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public int getFSD()
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.