Uses of Interface
org.apache.poi.hwmf.usermodel.HwmfCharsetAware
-
Packages that use HwmfCharsetAware Package Description org.apache.poi.hemf.draw org.apache.poi.hemf.record.emf org.apache.poi.hwmf.draw org.apache.poi.hwmf.record -
-
Uses of HwmfCharsetAware in org.apache.poi.hemf.draw
Classes in org.apache.poi.hemf.draw that implement HwmfCharsetAware Modifier and Type Class Description classHemfGraphics -
Uses of HwmfCharsetAware in org.apache.poi.hemf.record.emf
Classes in org.apache.poi.hemf.record.emf that implement HwmfCharsetAware Modifier and Type Class Description static classHemfComment.EmfCommentstatic classHemfComment.EmfCommentDataGenericPrivate data is unknown to EMF; it is meaningful only to applications that know the format of the data and how to use it.static classHemfText.EmfExtTextOutAstatic classHemfText.EmfExtTextOutW -
Uses of HwmfCharsetAware in org.apache.poi.hwmf.draw
Classes in org.apache.poi.hwmf.draw that implement HwmfCharsetAware Modifier and Type Class Description classHwmfGraphics -
Uses of HwmfCharsetAware in org.apache.poi.hwmf.record
Classes in org.apache.poi.hwmf.record that implement HwmfCharsetAware Modifier and Type Class Description static classHwmfText.WmfExtTextOutThe META_EXTTEXTOUT record outputs text by using the font, background color, and text color that are defined in the playback device context.static classHwmfText.WmfTextOutThe META_TEXTOUT record outputs a character string at the specified location by using the font, background color, and text color that are defined in the playback device context.
-