Uses of Class
org.apache.poi.hslf.record.ExOleObjAtom.OleType
-
Packages that use ExOleObjAtom.OleType Package Description org.apache.poi.hslf.record -
-
Uses of ExOleObjAtom.OleType in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record that return ExOleObjAtom.OleType Modifier and Type Method Description static ExOleObjAtom.OleTypeExOleObjAtom.OleType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExOleObjAtom.OleType[]ExOleObjAtom.OleType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-