Package org.apache.poi.hwmf.record
Class HwmfText
java.lang.Object
org.apache.poi.hwmf.record.HwmfText
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
static class
static class
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
The META_SETTEXTALIGN record defines text-alignment values in the playback device context.static class
The META_SETTEXTCHAREXTRA record defines inter-character spacing for text justification in the playback device context.static class
The META_SETTEXTCOLOR record defines the text foreground color in the playback device context.static class
The META_SETTEXTJUSTIFICATION record defines the amount of space to add to break characters in a string of justified text.static class
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 -
Method Summary
-
Constructor Details
-
HwmfText
public HwmfText()
-