Uses of Interface
org.apache.poi.hwmf.record.HwmfRecord

Packages that use HwmfRecord
org.apache.poi.hwmf.record   
org.apache.poi.hwmf.usermodel   
 

Uses of HwmfRecord in org.apache.poi.hwmf.record
 

Classes in org.apache.poi.hwmf.record that implement HwmfRecord
static class HwmfDraw.WmfArc
          The META_ARC record draws an elliptical arc.
static class HwmfDraw.WmfChord
          The META_CHORD record draws a chord, which is defined by a region bounded by the intersection of an ellipse with a line segment.
static class HwmfDraw.WmfEllipse
          The META_ELLIPSE record draws an ellipse.
static class HwmfDraw.WmfFrameRegion
          The META_FRAMEREGION record draws a border around a specified region using a specified brush.
static class HwmfDraw.WmfLineTo
          The META_LINETO record draws a line from the drawing position that is defined in the playback device context up to, but not including, the specified point.
static class HwmfDraw.WmfMoveTo
          The META_MOVETO record sets the output position in the playback device context to a specified point.
static class HwmfDraw.WmfPie
          The META_PIE record draws a pie-shaped wedge bounded by the intersection of an ellipse and two radials.
static class HwmfDraw.WmfPolygon
          The META_POLYGON record paints a polygon consisting of two or more vertices connected by straight lines.
static class HwmfDraw.WmfPolyline
          The META_POLYLINE record draws a series of line segments by connecting the points in the specified array.
static class HwmfDraw.WmfPolyPolygon
          The META_POLYPOLYGON record paints a series of closed polygons.
static class HwmfDraw.WmfRectangle
          The META_RECTANGLE record paints a rectangle.
static class HwmfDraw.WmfRoundRect
          The META_ROUNDRECT record paints a rectangle with rounded corners.
static class HwmfDraw.WmfSelectObject
          The META_SELECTOBJECT record specifies a graphics object for the playback device context.
static class HwmfDraw.WmfSetPixel
          The META_RECTANGLE record paints a rectangle.
 class HwmfEscape
          The MetafileEscapes specifies printer driver functionality that might not be directly accessible through WMF records
static class HwmfFill.WmfBitBlt
           
static class HwmfFill.WmfDibBitBlt
           
static class HwmfFill.WmfDibStretchBlt
           
static class HwmfFill.WmfExtFloodFill
          The META_EXTFLOODFILL record fills an area with the brush that is defined in the playback device context.
static class HwmfFill.WmfFillRegion
          The META_FILLREGION record fills a region using a specified brush.
static class HwmfFill.WmfFloodFill
          The META_FLOODFILL record fills an area of the output surface with the brush that is defined in the playback device context.
static class HwmfFill.WmfInvertRegion
          The META_INVERTREGION record draws a region in which the colors are inverted.
static class HwmfFill.WmfPaintRegion
          The META_PAINTREGION record paints the specified region by using the brush that is defined in the playback device context.
static class HwmfFill.WmfPatBlt
          The META_PATBLT record paints a specified rectangle using the brush that is defined in the playback device context.
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.WmfSetPolyfillMode
          The META_SETPOLYFILLMODE record sets polygon fill mode in the playback device context for graphics operations that fill polygons.
static class HwmfFill.WmfStretchBlt
          The META_STRETCHBLT record specifies the transfer of a block of pixels according to a raster operation, with possible expansion or contraction.
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.WmfDeleteObject
          The META_DELETEOBJECT record deletes an object, including Bitmap16, Brush, DeviceIndependentBitmap, Font, Palette, Pen, and Region.
static class HwmfMisc.WmfDibCreatePatternBrush
          The META_DIBCREATEPATTERNBRUSH record creates a Brush Object with a pattern specified by a DeviceIndependentBitmap (DIB) Object
static class HwmfMisc.WmfRestoreDc
          The META_RESTOREDC record restores the playback device context from a previously saved device context.
static class HwmfMisc.WmfSaveDc
          The META_SAVEDC record saves the playback device context for later retrieval.
static class HwmfMisc.WmfSetBkColor
          The META_SETBKCOLOR record sets the background color in the playback device context to a specified color, or to the nearest physical color if the device cannot represent the specified color.
static class HwmfMisc.WmfSetBkMode
          The META_SETBKMODE record defines the background raster operation mix mode in the playback device context.
static class HwmfMisc.WmfSetLayout
          The META_SETLAYOUT record defines the layout orientation in the playback device context.
static class HwmfMisc.WmfSetMapMode
          The META_SETMAPMODE record defines the mapping mode in the playback device context.
static class HwmfMisc.WmfSetMapperFlags
          The META_SETMAPPERFLAGS record defines the algorithm that the font mapper uses when it maps logical fonts to physical fonts.
static class HwmfMisc.WmfSetRelabs
          The META_SETRELABS record is reserved and not supported.
static class HwmfMisc.WmfSetRop2
          The META_SETROP2 record defines the foreground raster operation mix mode in the playback device context.
static class HwmfMisc.WmfSetStretchBltMode
          The META_SETSTRETCHBLTMODE record defines the bitmap stretching mode in the playback device context.
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.WmfRealizePalette
          The META_REALIZEPALETTE record maps entries from the logical palette that is defined in the playback device context to the system palette.
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.WmfSelectPalette
          The META_SELECTPALETTE record defines the current logical palette with a specified Palette Object.
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 HwmfText.WmfExtTextOut
          The META_EXTTEXTOUT record outputs text by using the font, background color, and text color that are defined in the playback device context.
static class HwmfText.WmfSetTextAlign
          The META_SETTEXTALIGN record defines text-alignment values in the playback device context.
static class HwmfText.WmfSetTextCharExtra
          The META_SETTEXTCHAREXTRA record defines inter-character spacing for text justification in the playback device context.
static class HwmfText.WmfSetTextColor
          The META_SETTEXTCOLOR record defines the text foreground color in the playback device context.
static class HwmfText.WmfSetTextJustification
          The META_SETTEXTJUSTIFICATION record defines the amount of space to add to break characters in a string of justified text.
static class HwmfText.WmfTextOut
          The META_TEXTOUT record outputs a character string at the specified location by using the font, background color, and text color that are defined in the playback device context.
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.
static class HwmfWindowing.WmfOffsetViewportOrg
          The META_OFFSETVIEWPORTORG record moves the viewport origin in the playback device context by specified horizontal and vertical offsets.
static class HwmfWindowing.WmfOffsetWindowOrg
          The META_OFFSETWINDOWORG record moves the output window origin in the playback device context by specified horizontal and vertical offsets.
static class HwmfWindowing.WmfScaleViewportExt
          The META_SCALEVIEWPORTEXT record scales the horizontal and vertical extents of the viewport that is defined in the playback device context by using the ratios formed by the specified multiplicands and divisors.
static class HwmfWindowing.WmfScaleWindowExt
          The META_OFFSETWINDOWORG record moves the output window origin in the playback device context by specified horizontal and vertical offsets.
static class HwmfWindowing.WmfSelectClipRegion
          The META_SELECTCLIPREGION record specifies a Region Object to be the current clipping region.
static class HwmfWindowing.WmfSetViewportExt
          The META_SETVIEWPORTEXT record sets the horizontal and vertical extents of the viewport in the playback device context.
static class HwmfWindowing.WmfSetViewportOrg
          The META_SETVIEWPORTORG record defines the viewport origin in the playback device context.
static class HwmfWindowing.WmfSetWindowExt
          The META_SETWINDOWEXT record defines the horizontal and vertical extents of the output window in the playback device context.
static class HwmfWindowing.WmfSetWindowOrg
          The META_SETWINDOWORG record defines the output window origin in the playback device context.
 

Fields in org.apache.poi.hwmf.record with type parameters of type HwmfRecord
 java.lang.Class<? extends HwmfRecord> HwmfRecordType.clazz
           
 

Uses of HwmfRecord in org.apache.poi.hwmf.usermodel
 

Methods in org.apache.poi.hwmf.usermodel that return types with arguments of type HwmfRecord
 java.util.List<HwmfRecord> HwmfPicture.getRecords()
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.