Uses of Class
org.apache.poi.hpsf.ClassIDPredefined
-
Packages that use ClassIDPredefined Package Description org.apache.poi.hpsf Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems. -
-
Uses of ClassIDPredefined in org.apache.poi.hpsf
Methods in org.apache.poi.hpsf that return ClassIDPredefined Modifier and Type Method Description static ClassIDPredefined
ClassIDPredefined. lookup(String externalForm)
static ClassIDPredefined
ClassIDPredefined. lookup(ClassID classID)
static ClassIDPredefined
ClassIDPredefined. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClassIDPredefined[]
ClassIDPredefined. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-