Uses of Interface
org.apache.poi.hwmf.record.HwmfObjectTableEntry
-
Packages that use HwmfObjectTableEntry Package Description org.apache.poi.hemf.draw org.apache.poi.hemf.record.emf org.apache.poi.hemf.record.emfplus org.apache.poi.hwmf.draw org.apache.poi.hwmf.record -
-
Uses of HwmfObjectTableEntry in org.apache.poi.hemf.draw
Methods in org.apache.poi.hemf.draw that return HwmfObjectTableEntry Modifier and Type Method Description HwmfObjectTableEntryHemfGraphics. getObjectTableEntry(int index)Gets a record which was registered earlierHwmfObjectTableEntryHemfGraphics. getPlusObjectTableEntry(int index)Methods in org.apache.poi.hemf.draw with parameters of type HwmfObjectTableEntry Modifier and Type Method Description voidHemfGraphics. addObjectTableEntry(HwmfObjectTableEntry entry, int index)Adds or sets an record of typeHwmfObjectTableEntryto the object table.voidHemfGraphics. addPlusObjectTableEntry(HwmfObjectTableEntry entry, int index)Adds or sets an record of typeHwmfObjectTableEntryto the plus object table. -
Uses of HwmfObjectTableEntry in org.apache.poi.hemf.record.emf
Classes in org.apache.poi.hemf.record.emf that implement HwmfObjectTableEntry Modifier and Type Class Description static classHemfMisc.EmfCreateBrushIndirectThe EMR_CREATEBRUSHINDIRECT record defines a logical brush for graphics operations.static classHemfMisc.EmfCreateDibPatternBrushPtThe EMR_CREATEDIBPATTERNBRUSHPT record defines a pattern brush for graphics operations.static classHemfMisc.EmfCreateMonoBrushstatic classHemfMisc.EmfCreatePenThe EMR_CREATEPEN record defines a logical pen for graphics operations.static classHemfMisc.EmfExtCreatePenstatic classHemfPalette.EmfCreatePaletteThe EMR_CREATEPALETTE record defines a logical palette for graphics operations.static classHemfPalette.EmfResizePaletteThe EMR_RESIZEPALETTE record increases or decreases the size of an existing LogPalette objectstatic classHemfPalette.EmfSetPaletteEntriesThe EMR_SETPALETTEENTRIES record defines RGB color values in a range of entries for an existing LogPalette object.static classHemfText.EmfExtCreateFontIndirectW -
Uses of HwmfObjectTableEntry in org.apache.poi.hemf.record.emfplus
Classes in org.apache.poi.hemf.record.emfplus that implement HwmfObjectTableEntry Modifier and Type Class Description static classHemfPlusObject.EmfPlusObjectThe EmfPlusObject record specifies an object for use in graphics operations. -
Uses of HwmfObjectTableEntry in org.apache.poi.hwmf.draw
Fields in org.apache.poi.hwmf.draw with type parameters of type HwmfObjectTableEntry Modifier and Type Field Description protected TreeMap<Integer,HwmfObjectTableEntry>HwmfGraphics. objectTableMethods in org.apache.poi.hwmf.draw with parameters of type HwmfObjectTableEntry Modifier and Type Method Description voidHwmfGraphics. addObjectTableEntry(HwmfObjectTableEntry entry)Adds an record of typeHwmfObjectTableEntryto the object table. -
Uses of HwmfObjectTableEntry in org.apache.poi.hwmf.record
Classes in org.apache.poi.hwmf.record that implement HwmfObjectTableEntry Modifier and Type Class Description static classHwmfFill.WmfSetDibToDevThe META_SETDIBTODEV record sets a block of pixels in the playback device context using deviceindependent color data.static classHwmfMisc.WmfCreateBrushIndirectThe META_CREATEBRUSHINDIRECT record creates a Brush Object from a LogBrush Object.static classHwmfMisc.WmfCreatePatternBrushstatic classHwmfMisc.WmfCreatePenIndirectstatic classHwmfMisc.WmfDibCreatePatternBrushThe META_DIBCREATEPATTERNBRUSH record creates a Brush Object with a pattern specified by a DeviceIndependentBitmap (DIB) Objectstatic classHwmfPalette.WmfAnimatePaletteThe 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 classHwmfPalette.WmfCreatePaletteThe META_CREATEPALETTE record creates a Palette Objectstatic classHwmfPalette.WmfPaletteParentstatic classHwmfPalette.WmfResizePaletteThe META_RESIZEPALETTE record redefines the size of the logical palette that is defined in the playback device context.static classHwmfPalette.WmfSetPaletteEntriesThe 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 classHwmfText.WmfCreateFontIndirectstatic classHwmfWindowing.WmfCreateRegion
-