public class HwmfText
extends java.lang.Object
Modifier and Type | Class and 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.WmfExtTextOutOptions |
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 and Description |
---|
HwmfText() |
Modifier and Type | Method and Description |
---|---|
static int |
getMaxRecordLength() |
static void |
setMaxRecordLength(int length) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.