Uses of Class
org.apache.poi.hemf.record.emfplus.HemfPlusHeader.GraphicsVersion
-
Packages that use HemfPlusHeader.GraphicsVersion Package Description org.apache.poi.hemf.record.emfplus -
-
Uses of HemfPlusHeader.GraphicsVersion in org.apache.poi.hemf.record.emfplus
Methods in org.apache.poi.hemf.record.emfplus that return HemfPlusHeader.GraphicsVersion Modifier and Type Method Description HemfPlusHeader.GraphicsVersionHemfPlusHeader.EmfPlusGraphicsVersion. getGraphicsVersion()static HemfPlusHeader.GraphicsVersionHemfPlusHeader.GraphicsVersion. valueOf(int id)Returns the enum constant of this type with the specified name.static HemfPlusHeader.GraphicsVersionHemfPlusHeader.GraphicsVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static HemfPlusHeader.GraphicsVersion[]HemfPlusHeader.GraphicsVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-