public final class FeatProtection extends 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() |
String |
getTitle() |
void |
serialize(LittleEndianOutput out) |
void |
setPasswordVerifier(int passwordVerifier) |
void |
setTitle(String title) |
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 String toString()
toString
in interface SharedFeature
toString
in class 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 String getTitle()
public void setTitle(String title)
public int getFSD()
Copyright © 2020. All rights reserved.