Uses of Enum Class
org.apache.poi.hwmf.record.HwmfRecordType
Packages that use HwmfRecordType
-
Uses of HwmfRecordType in org.apache.poi.hwmf.record
Methods in org.apache.poi.hwmf.record that return HwmfRecordTypeModifier and TypeMethodDescriptionstatic HwmfRecordType
HwmfRecordType.getById
(int id) HwmfDraw.WmfArc.getRecordType()
HwmfDraw.WmfChord.getRecordType()
HwmfDraw.WmfEllipse.getRecordType()
HwmfDraw.WmfFrameRegion.getRecordType()
HwmfDraw.WmfLineTo.getRecordType()
HwmfDraw.WmfMoveTo.getRecordType()
HwmfDraw.WmfPie.getRecordType()
HwmfDraw.WmfPolygon.getRecordType()
HwmfDraw.WmfPolyline.getRecordType()
HwmfDraw.WmfPolyPolygon.getRecordType()
HwmfDraw.WmfRectangle.getRecordType()
HwmfDraw.WmfRoundRect.getRecordType()
HwmfDraw.WmfSelectObject.getRecordType()
HwmfDraw.WmfSetPixel.getRecordType()
HwmfEscape.getRecordType()
HwmfFill.WmfBitBlt.getRecordType()
HwmfFill.WmfDibBitBlt.getRecordType()
HwmfFill.WmfDibStretchBlt.getRecordType()
HwmfFill.WmfExtFloodFill.getRecordType()
HwmfFill.WmfFillRegion.getRecordType()
HwmfFill.WmfFloodFill.getRecordType()
HwmfFill.WmfInvertRegion.getRecordType()
HwmfFill.WmfPaintRegion.getRecordType()
HwmfFill.WmfPatBlt.getRecordType()
HwmfFill.WmfSetDibToDev.getRecordType()
HwmfFill.WmfSetPolyfillMode.getRecordType()
HwmfFill.WmfStretchBlt.getRecordType()
HwmfFill.WmfStretchDib.getRecordType()
HwmfMisc.WmfCreateBrushIndirect.getRecordType()
HwmfMisc.WmfCreatePatternBrush.getRecordType()
HwmfMisc.WmfCreatePenIndirect.getRecordType()
HwmfMisc.WmfDeleteObject.getRecordType()
HwmfMisc.WmfDibCreatePatternBrush.getRecordType()
HwmfMisc.WmfRestoreDc.getRecordType()
HwmfMisc.WmfSaveDc.getRecordType()
HwmfMisc.WmfSetBkColor.getRecordType()
HwmfMisc.WmfSetBkMode.getRecordType()
HwmfMisc.WmfSetLayout.getRecordType()
HwmfMisc.WmfSetMapMode.getRecordType()
HwmfMisc.WmfSetMapperFlags.getRecordType()
HwmfMisc.WmfSetRelabs.getRecordType()
HwmfMisc.WmfSetRop2.getRecordType()
HwmfMisc.WmfSetStretchBltMode.getRecordType()
HwmfPalette.WmfAnimatePalette.getRecordType()
HwmfPalette.WmfCreatePalette.getRecordType()
HwmfPalette.WmfRealizePalette.getRecordType()
HwmfPalette.WmfResizePalette.getRecordType()
HwmfPalette.WmfSelectPalette.getRecordType()
HwmfPalette.WmfSetPaletteEntries.getRecordType()
HwmfRecord.getRecordType()
HwmfText.WmfCreateFontIndirect.getRecordType()
HwmfText.WmfExtTextOut.getRecordType()
HwmfText.WmfSetTextAlign.getRecordType()
HwmfText.WmfSetTextCharExtra.getRecordType()
HwmfText.WmfSetTextColor.getRecordType()
HwmfText.WmfSetTextJustification.getRecordType()
HwmfText.WmfTextOut.getRecordType()
HwmfWindowing.WmfCreateRegion.getRecordType()
HwmfWindowing.WmfExcludeClipRect.getRecordType()
HwmfWindowing.WmfIntersectClipRect.getRecordType()
HwmfWindowing.WmfOffsetClipRgn.getRecordType()
HwmfWindowing.WmfOffsetViewportOrg.getRecordType()
HwmfWindowing.WmfOffsetWindowOrg.getRecordType()
HwmfWindowing.WmfScaleViewportExt.getRecordType()
HwmfWindowing.WmfScaleWindowExt.getRecordType()
HwmfWindowing.WmfSelectClipRegion.getRecordType()
HwmfWindowing.WmfSetViewportExt.getRecordType()
HwmfWindowing.WmfSetViewportOrg.getRecordType()
HwmfWindowing.WmfSetWindowExt.getRecordType()
HwmfWindowing.WmfSetWindowOrg.getRecordType()
static HwmfRecordType
Returns the enum constant of this class with the specified name.static HwmfRecordType[]
HwmfRecordType.values()
Returns an array containing the constants of this enum class, in the order they are declared.