Uses of Class
org.apache.poi.hwmf.usermodel.HwmfEmbeddedType
-
Packages that use HwmfEmbeddedType Package Description org.apache.poi.hwmf.usermodel -
-
Uses of HwmfEmbeddedType in org.apache.poi.hwmf.usermodel
Methods in org.apache.poi.hwmf.usermodel that return HwmfEmbeddedType Modifier and Type Method Description HwmfEmbeddedTypeHwmfEmbedded. getEmbeddedType()static HwmfEmbeddedTypeHwmfEmbeddedType. valueOf(String name)Returns the enum constant of this type with the specified name.static HwmfEmbeddedType[]HwmfEmbeddedType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.hwmf.usermodel with parameters of type HwmfEmbeddedType Modifier and Type Method Description voidHwmfEmbedded. setEmbeddedType(HwmfEmbeddedType embeddedType)
-