Package org.apache.poi.hwmf.record
Class HwmfText
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfText
-
public class HwmfText extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHwmfText.HwmfTextAlignmentstatic classHwmfText.HwmfTextVerticalAlignmentstatic classHwmfText.WmfCreateFontIndirectstatic 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.WmfSetTextAlignThe META_SETTEXTALIGN record defines text-alignment values in the playback device context.static classHwmfText.WmfSetTextCharExtraThe META_SETTEXTCHAREXTRA record defines inter-character spacing for text justification in the playback device context.static classHwmfText.WmfSetTextColorThe META_SETTEXTCOLOR record defines the text foreground color in the playback device context.static classHwmfText.WmfSetTextJustificationThe META_SETTEXTJUSTIFICATION record defines the amount of space to add to break characters in a string of justified text.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.
-
Constructor Summary
Constructors Constructor Description HwmfText()
-