WmfExtTextOut
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject, com.aspose.imaging.fileformats.wmf.objects.WmfPointObject
public class WmfExtTextOut extends WmfPointObject
Wmf ext text out
Constructors
Constructor | Description |
---|---|
WmfExtTextOut() |
Methods
Method | Description |
---|---|
getStringLength() | Gets or sets the length of the string. |
setStringLength(int value) | Gets or sets the length of the string. |
getFwOpts() | Gets or sets the fw opts. |
setFwOpts(int value) | Gets or sets the fw opts. |
getRectangle() | Gets or sets the rectangle. |
setRectangle(Rectangle value) | Gets or sets the rectangle. |
getText() | Gets or sets the text. |
setText(String value) | Gets or sets the text. |
getDx() | Gets or sets the dx. |
setDx(short[] value) | Gets or sets the dx. |
getExtendedByte() | Gets or sets the extended byte. |
setExtendedByte(byte value) | Gets or sets the extended byte. |
WmfExtTextOut()
public WmfExtTextOut()
getStringLength()
public int getStringLength()
Gets or sets the length of the string.
Value: The length of the string.
Returns: int
setStringLength(int value)
public void setStringLength(int value)
Gets or sets the length of the string.
Value: The length of the string.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getFwOpts()
public int getFwOpts()
Gets or sets the fw opts.
Value: The options. This member can be a combination of one or more values.
Returns: int
setFwOpts(int value)
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getRectangle()
public Rectangle getRectangle()
Gets or sets the rectangle.
Value: The rectangle.
Returns: Rectangle
setRectangle(Rectangle value)
public void setRectangle(Rectangle value)
Gets or sets the rectangle.
Value: The rectangle.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Rectangle |
getText()
public String getText()
Gets or sets the text.
Value: The text.
Returns: java.lang.String
setText(String value)
public void setText(String value)
Gets or sets the text.
Value: The text.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getDx()
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.
Returns: short[]
setDx(short[] value)
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | short[] |
getExtendedByte()
public byte getExtendedByte()
Gets or sets the extended byte.
Value: The extended byte.
Returns: byte
setExtendedByte(byte value)
public void setExtendedByte(byte value)
Gets or sets the extended byte.
Value: The extended byte.
Parameters:
Parameter | Type | Description |
---|---|---|
value | byte |