Interface SharedFeature
-
- All Superinterfaces:
GenericRecord
- All Known Implementing Classes:
FeatFormulaErr2
,FeatProtection
,FeatSmartTag
public interface SharedFeature extends GenericRecord
Common Interface for all Shared Features
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SharedFeature
copy()
int
getDataSize()
void
serialize(LittleEndianOutput out)
String
toString()
-
Methods inherited from interface org.apache.poi.common.usermodel.GenericRecord
getGenericChildren, getGenericProperties, getGenericRecordType
-
-
-
-
Method Detail
-
serialize
void serialize(LittleEndianOutput out)
-
getDataSize
int getDataSize()
-
copy
SharedFeature copy()
-
-