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 SharedFeatureFeatRecord. getSharedFeature()Methods in org.apache.poi.hssf.record with parameters of type SharedFeature Modifier and Type Method Description voidFeatRecord. 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 classFeatFormulaErr2Title: FeatFormulaErr2 (Formula Evaluation Shared Feature) common record partclassFeatProtectionTitle: FeatProtection (Protection Shared Feature) common record partclassFeatSmartTagTitle: FeatSmartTag (Smart Tag Shared Feature) common record partMethods in org.apache.poi.hssf.record.common that return SharedFeature Modifier and Type Method Description SharedFeatureSharedFeature. copy()
-