Package org.apache.poi.hwmf.record
Class HwmfMisc
java.lang.Object
org.apache.poi.hwmf.record.HwmfMisc
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe META_CREATEBRUSHINDIRECT record creates a Brush Object from a LogBrush Object.static classstatic classstatic classThe META_DELETEOBJECT record deletes an object, including Bitmap16, Brush, DeviceIndependentBitmap, Font, Palette, Pen, and Region.static classThe META_DIBCREATEPATTERNBRUSH record creates a Brush Object with a pattern specified by a DeviceIndependentBitmap (DIB) Objectstatic classThe META_RESTOREDC record restores the playback device context from a previously saved device context.static classThe META_SAVEDC record saves the playback device context for later retrieval.static classThe 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 classThe META_SETBKMODE record defines the background raster operation mix mode in the playback device context.static classThe META_SETLAYOUT record defines the layout orientation in the playback device context.static classThe META_SETMAPMODE record defines the mapping mode in the playback device context.static classThe META_SETMAPPERFLAGS record defines the algorithm that the font mapper uses when it maps logical fonts to physical fonts.static classThe META_SETRELABS record is reserved and not supported.static classThe META_SETROP2 record defines the foreground raster operation mix mode in the playback device context.static classThe META_SETSTRETCHBLTMODE record defines the bitmap stretching mode in the playback device context. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HwmfMisc
public HwmfMisc()
-