Package org.apache.poi.hwmf.record
Class HwmfMisc
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfMisc
-
public class HwmfMisc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHwmfMisc.WmfCreateBrushIndirectThe META_CREATEBRUSHINDIRECT record creates a Brush Object from a LogBrush Object.static classHwmfMisc.WmfCreatePatternBrushstatic classHwmfMisc.WmfCreatePenIndirectstatic classHwmfMisc.WmfDeleteObjectThe META_DELETEOBJECT record deletes an object, including Bitmap16, Brush, DeviceIndependentBitmap, Font, Palette, Pen, and Region.static classHwmfMisc.WmfDibCreatePatternBrushThe META_DIBCREATEPATTERNBRUSH record creates a Brush Object with a pattern specified by a DeviceIndependentBitmap (DIB) Objectstatic classHwmfMisc.WmfRestoreDcThe META_RESTOREDC record restores the playback device context from a previously saved device context.static classHwmfMisc.WmfSaveDcThe META_SAVEDC record saves the playback device context for later retrieval.static classHwmfMisc.WmfSetBkColorThe 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 classHwmfMisc.WmfSetBkModeThe META_SETBKMODE record defines the background raster operation mix mode in the playback device context.static classHwmfMisc.WmfSetLayoutThe META_SETLAYOUT record defines the layout orientation in the playback device context.static classHwmfMisc.WmfSetMapModeThe META_SETMAPMODE record defines the mapping mode in the playback device context.static classHwmfMisc.WmfSetMapperFlagsThe META_SETMAPPERFLAGS record defines the algorithm that the font mapper uses when it maps logical fonts to physical fonts.static classHwmfMisc.WmfSetRelabsThe META_SETRELABS record is reserved and not supported.static classHwmfMisc.WmfSetRop2The META_SETROP2 record defines the foreground raster operation mix mode in the playback device context.static classHwmfMisc.WmfSetStretchBltModeThe META_SETSTRETCHBLTMODE record defines the bitmap stretching mode in the playback device context.
-
Constructor Summary
Constructors Constructor Description HwmfMisc()
-