Package org.apache.poi.hemf.record.emf
Class HemfMisc
java.lang.Object
org.apache.poi.hemf.record.emf.HemfMisc
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe EMR_CREATEBRUSHINDIRECT record defines a logical brush for graphics operations.static classThe EMR_CREATEDIBPATTERNBRUSHPT record defines a pattern brush for graphics operations.static classstatic classThe EMR_CREATEPEN record defines a logical pen for graphics operations.static classThe EMR_DELETEOBJECT record deletes a graphics object, which is specified by its index in the EMF Object Tablestatic classstatic classstatic classstatic classThe EMF_RESTOREDC record restores the playback device context from a previously saved device context.static classThe EMF_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 EMR_SETBKMODE record specifies the background mix mode of the playback device context.static classstatic classThe EMR_SETMAPMODE record specifies the mapping mode of the playback device context.static classThe EMR_SETMAPPERFLAGS record specifies parameters of the process of matching logical fonts to physical fonts, which is performed by the font mapper.static classThe EMR_SETMITERLIMIT record specifies the limit for the length of miter joins for the playback device context.static classThe EMR_SETROP2 record defines a binary raster operation mode.static classThe EMR_SETSTRETCHBLTMODE record specifies bitmap stretch mode.static classstatic enum -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HemfMisc
public HemfMisc()
-