Package | Description |
---|---|
org.apache.poi.hwmf.draw | |
org.apache.poi.hwmf.record |
Modifier and Type | Method and Description |
---|---|
void |
HwmfGraphics.addObjectTableEntry(HwmfObjectTableEntry entry)
Adds an record of type
HwmfObjectTableEntry to the object table. |
Modifier and Type | Class and Description |
---|---|
static class |
HwmfFill.WmfDibBitBlt |
static class |
HwmfFill.WmfDibStretchBlt |
static class |
HwmfFill.WmfSetDibToDev
The META_SETDIBTODEV record sets a block of pixels in the playback device context
using deviceindependent color data.
|
static class |
HwmfFill.WmfStretchDib
The META_STRETCHDIB record specifies the transfer of color data from a
block of pixels in device independent format according to a raster operation,
with possible expansion or contraction.
|
static class |
HwmfMisc.WmfCreateBrushIndirect
The META_CREATEBRUSHINDIRECT record creates a Brush Object
from a LogBrush Object.
|
static class |
HwmfMisc.WmfCreatePatternBrush |
static class |
HwmfMisc.WmfCreatePenIndirect |
static class |
HwmfMisc.WmfDibCreatePatternBrush
The META_DIBCREATEPATTERNBRUSH record creates a Brush Object with a
pattern specified by a DeviceIndependentBitmap (DIB) Object
|
static class |
HwmfPalette.WmfAnimatePalette
The META_ANIMATEPALETTE record redefines entries in the logical palette that
is defined in the playback device context with the specified Palette object
The logical palette that is specified by the Palette object in this record is the
source of the palette changes, and the logical palette that is currently selected
into the playback device context is the destination.
|
static class |
HwmfPalette.WmfCreatePalette
The META_CREATEPALETTE record creates a Palette Object
|
static class |
HwmfPalette.WmfPaletteParent |
static class |
HwmfPalette.WmfResizePalette
The META_RESIZEPALETTE record redefines the size of the logical palette that is defined in the
playback device context.
|
static class |
HwmfPalette.WmfSetPaletteEntries
The META_SETPALENTRIES record defines RGB color values in a range of entries in the logical
palette that is defined in the playback device context.
|
static class |
HwmfText.WmfCreateFontIndirect |
static class |
HwmfWindowing.WmfCreateRegion |
static class |
HwmfWindowing.WmfExcludeClipRect
The META_EXCLUDECLIPRECT record sets the clipping region in the playback device context to the
existing clipping region minus the specified rectangle.
|
static class |
HwmfWindowing.WmfIntersectClipRect
The META_INTERSECTCLIPRECT record sets the clipping region in the playback device context to the
intersection of the existing clipping region and the specified rectangle.
|
static class |
HwmfWindowing.WmfOffsetClipRgn
The META_OFFSETCLIPRGN record moves the clipping region in the playback device context by the
specified offsets.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.