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