Uses of Class
org.apache.poi.hwmf.record.HwmfEscape.EscapeFunction
-
Packages that use HwmfEscape.EscapeFunction Package Description org.apache.poi.hwmf.record -
-
Uses of HwmfEscape.EscapeFunction in org.apache.poi.hwmf.record
Methods in org.apache.poi.hwmf.record that return HwmfEscape.EscapeFunction Modifier and Type Method Description HwmfEscape.EscapeFunctionHwmfEscape. getEscapeFunction()static HwmfEscape.EscapeFunctionHwmfEscape.EscapeFunction. valueOf(String name)Returns the enum constant of this type with the specified name.static HwmfEscape.EscapeFunction[]HwmfEscape.EscapeFunction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.hwmf.record with parameters of type HwmfEscape.EscapeFunction Modifier and Type Method Description intHwmfEscape.HwmfEscapeData. init(LittleEndianInputStream leis, long recordSize, HwmfEscape.EscapeFunction escapeFunction)intHwmfEscape.WmfEscapeEMF. init(LittleEndianInputStream leis, long recordSize, HwmfEscape.EscapeFunction escapeFunction)intHwmfEscape.WmfEscapeUnknownData. init(LittleEndianInputStream leis, long recordSize, HwmfEscape.EscapeFunction escapeFunction)
-