Package org.apache.poi.hwmf.record
Class HwmfText
- java.lang.Object
-
- org.apache.poi.hwmf.record.HwmfText
-
public class HwmfText extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HwmfText.HwmfTextAlignment
static class
HwmfText.HwmfTextVerticalAlignment
static class
HwmfText.WmfCreateFontIndirect
static class
HwmfText.WmfExtTextOut
The META_EXTTEXTOUT record outputs text by using the font, background color, and text color that are defined in the playback device context.static class
HwmfText.WmfSetTextAlign
The META_SETTEXTALIGN record defines text-alignment values in the playback device context.static class
HwmfText.WmfSetTextCharExtra
The META_SETTEXTCHAREXTRA record defines inter-character spacing for text justification in the playback device context.static class
HwmfText.WmfSetTextColor
The META_SETTEXTCOLOR record defines the text foreground color in the playback device context.static class
HwmfText.WmfSetTextJustification
The META_SETTEXTJUSTIFICATION record defines the amount of space to add to break characters in a string of justified text.static class
HwmfText.WmfTextOut
The 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()
-