Package org.apache.poi.hemf.record.emf
Class HemfMisc
- java.lang.Object
-
- org.apache.poi.hemf.record.emf.HemfMisc
-
public class HemfMisc extends Object
-
-
Nested Class Summary
Nested Classes 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.EmfDeleteObjectThe EMR_DELETEOBJECT record deletes a graphics object, which is specified by its index in the EMF Object Tablestatic classHemfMisc.EmfEofstatic classHemfMisc.EmfExtCreatePenstatic classHemfMisc.EmfModifyWorldTransformstatic classHemfMisc.EmfRestoreDcThe EMF_RESTOREDC record restores the playback device context from a previously saved device context.static classHemfMisc.EmfSaveDcThe EMF_SAVEDC record saves the playback device context for later retrieval.static classHemfMisc.EmfSetBkColorThe 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 classHemfMisc.EmfSetBkModeThe EMR_SETBKMODE record specifies the background mix mode of the playback device context.static classHemfMisc.EmfSetBrushOrgExstatic classHemfMisc.EmfSetMapModeThe EMR_SETMAPMODE record specifies the mapping mode of the playback device context.static classHemfMisc.EmfSetMapperFlagsThe EMR_SETMAPPERFLAGS record specifies parameters of the process of matching logical fonts to physical fonts, which is performed by the font mapper.static classHemfMisc.EmfSetMiterLimitThe EMR_SETMITERLIMIT record specifies the limit for the length of miter joins for the playback device context.static classHemfMisc.EmfSetRop2The EMR_SETROP2 record defines a binary raster operation mode.static classHemfMisc.EmfSetStretchBltModeThe EMR_SETSTRETCHBLTMODE record specifies bitmap stretch mode.static classHemfMisc.EmfSetWorldTransformstatic classHemfMisc.HemfModifyWorldTransformMode
-
Constructor Summary
Constructors Constructor Description HemfMisc()
-