public class WmfExtTextOut extends WmfPointObject
Wmf ext text out
Constructor and Description |
---|
WmfExtTextOut() |
Modifier and Type | Method and Description |
---|---|
short[] |
getDx()
Gets or sets the dx.
|
byte |
getExtendedByte()
Gets or sets the extended byte.
|
int |
getFwOpts()
Gets or sets the fw opts.
|
Rectangle |
getRectangle()
Gets or sets the rectangle.
|
int |
getStringLength()
Gets or sets the length of the string.
|
String |
getText()
Gets or sets the text.
|
void |
setDx(short[] value)
Gets or sets the dx.
|
void |
setExtendedByte(byte value)
Gets or sets the extended byte.
|
void |
setFwOpts(int value)
Gets or sets the fw opts.
|
void |
setRectangle(Rectangle value)
Gets or sets the rectangle.
|
void |
setStringLength(int value)
Gets or sets the length of the string.
|
void |
setText(String value)
Gets or sets the text.
|
getPoint, setPoint
public int getStringLength()
Gets or sets the length of the string.
Value: The length of the string.public void setStringLength(int value)
Gets or sets the length of the string.
Value: The length of the string.public int getFwOpts()
Gets or sets the fw opts.
Value: The options. This member can be a combination of one or more values.public void setFwOpts(int value)
Gets or sets the fw opts.
Value: The options. This member can be a combination of one or more values.public Rectangle getRectangle()
Gets or sets the rectangle.
Value: The rectangle.public void setRectangle(Rectangle value)
Gets or sets the rectangle.
Value: The rectangle.public String getText()
Gets or sets the text.
Value: The text.public void setText(String value)
Gets or sets the text.
Value: The text.public short[] getDx()
Gets or sets the dx.
Value: The dx. Indicate the distance between origins of adjacent character cells. For example, Dx[i] logical units separate the origins of character cell i and character cell i + 1. If this field is present, there MUST be the same number of values as there are characters in the string.public void setDx(short[] value)
Gets or sets the dx.
Value: The dx. Indicate the distance between origins of adjacent character cells. For example, Dx[i] logical units separate the origins of character cell i and character cell i + 1. If this field is present, there MUST be the same number of values as there are characters in the string.public byte getExtendedByte()
Gets or sets the extended byte.
Value: The extended byte.public void setExtendedByte(byte value)
Gets or sets the extended byte.
Value: The extended byte.