Package | Description |
---|---|
org.apache.poi.hemf.record.emf | |
org.apache.poi.hemf.record.emfplus | |
org.apache.poi.hwmf.draw | |
org.apache.poi.hwmf.record |
Modifier and Type | Field and Description |
---|---|
protected HwmfRegionMode |
HemfFill.EmfExtSelectClipRgn.regionMode |
protected HwmfRegionMode |
HemfWindowing.EmfSelectClipPath.regionMode |
Modifier and Type | Method and Description |
---|---|
HwmfRegionMode |
HemfFill.EmfExtSelectClipRgn.getRegionMode() |
HwmfRegionMode |
HemfWindowing.EmfSelectClipPath.getRegionMode() |
Modifier and Type | Field and Description |
---|---|
HwmfRegionMode |
HemfPlusMisc.CombineMode.regionMode |
Modifier and Type | Method and Description |
---|---|
void |
HwmfGraphics.setClip(java.awt.Shape clip,
HwmfRegionMode regionMode,
boolean useInitialAT)
Set the new clipping region
|
Modifier and Type | Method and Description |
---|---|
static HwmfRegionMode |
HwmfRegionMode.valueOf(int flag) |
static HwmfRegionMode |
HwmfRegionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HwmfRegionMode[] |
HwmfRegionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.