Uses of Interface
org.apache.poi.hssf.record.common.SharedFeature
-
Packages that use SharedFeature Package Description org.apache.poi.hssf.record Record package contains class representations for XLS binary strutures.org.apache.poi.hssf.record.common -
-
Uses of SharedFeature in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return SharedFeature Modifier and Type Method Description SharedFeature
FeatRecord. getSharedFeature()
Methods in org.apache.poi.hssf.record with parameters of type SharedFeature Modifier and Type Method Description void
FeatRecord. setSharedFeature(SharedFeature feature)
-
Uses of SharedFeature in org.apache.poi.hssf.record.common
Classes in org.apache.poi.hssf.record.common that implement SharedFeature Modifier and Type Class Description class
FeatFormulaErr2
Title: FeatFormulaErr2 (Formula Evaluation Shared Feature) common record partclass
FeatProtection
Title: FeatProtection (Protection Shared Feature) common record partclass
FeatSmartTag
Title: FeatSmartTag (Smart Tag Shared Feature) common record partMethods in org.apache.poi.hssf.record.common that return SharedFeature Modifier and Type Method Description SharedFeature
SharedFeature. copy()
-