Uses of Class
org.apache.poi.hwmf.record.HwmfFont.WmfOutPrecision
-
Packages that use HwmfFont.WmfOutPrecision Package Description org.apache.poi.hwmf.record -
-
Uses of HwmfFont.WmfOutPrecision in org.apache.poi.hwmf.record
Fields in org.apache.poi.hwmf.record declared as HwmfFont.WmfOutPrecision Modifier and Type Field Description protected HwmfFont.WmfOutPrecisionHwmfFont. outPrecisionAn 8-bit unsigned integer that defines the output precision.Methods in org.apache.poi.hwmf.record that return HwmfFont.WmfOutPrecision Modifier and Type Method Description HwmfFont.WmfOutPrecisionHwmfFont. getOutPrecision()static HwmfFont.WmfOutPrecisionHwmfFont.WmfOutPrecision. valueOf(int flag)Returns the enum constant of this type with the specified name.static HwmfFont.WmfOutPrecisionHwmfFont.WmfOutPrecision. valueOf(String name)Returns the enum constant of this type with the specified name.static HwmfFont.WmfOutPrecision[]HwmfFont.WmfOutPrecision. values()Returns an array containing the constants of this enum type, in the order they are declared.
-