Package | Description |
---|---|
org.apache.poi.hwmf.record |
Modifier and Type | Method and Description |
---|---|
HwmfEscape.EscapeFunction |
HwmfEscape.getEscapeFunction() |
static HwmfEscape.EscapeFunction |
HwmfEscape.EscapeFunction.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
int |
HwmfEscape.HwmfEscapeData.init(LittleEndianInputStream leis,
long recordSize,
HwmfEscape.EscapeFunction escapeFunction) |
int |
HwmfEscape.WmfEscapeUnknownData.init(LittleEndianInputStream leis,
long recordSize,
HwmfEscape.EscapeFunction escapeFunction) |
int |
HwmfEscape.WmfEscapeEMF.init(LittleEndianInputStream leis,
long recordSize,
HwmfEscape.EscapeFunction escapeFunction) |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.