Class HwmfText.WmfExtTextOut

java.lang.Object
org.apache.poi.hwmf.record.HwmfText.WmfExtTextOut
All Implemented Interfaces:
HwmfRecord
Enclosing class:
HwmfText

public static class HwmfText.WmfExtTextOut extends Object implements HwmfRecord
The META_EXTTEXTOUT record outputs text by using the font, background color, and text color that are defined in the playback device context. Optionally, dimensions can be provided for clipping, opaquing, or both.
  • Constructor Details

    • WmfExtTextOut

      public WmfExtTextOut()
  • Method Details