Uses of Interface
org.apache.poi.hssf.record.common.SharedFeature

Packages that use SharedFeature
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
 SharedFeature FeatRecord.getSharedFeature()
           
 

Methods in org.apache.poi.hssf.record with parameters of type SharedFeature
 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
 class FeatFormulaErr2
          Title: FeatFormulaErr2 (Formula Evaluation Shared Feature) common record part
 class FeatProtection
          Title: FeatProtection (Protection Shared Feature) common record part
 class FeatSmartTag
          Title: FeatSmartTag (Smart Tag Shared Feature) common record part
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.