EmfExtTextOutW
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfDrawingRecordType
public final class EmfExtTextOutW extends EmfDrawingRecordType
The EMR_EXTTEXTOUTW record draws an ASCII text string using the current font and text colors.
Constructors
Constructor | Description |
---|---|
EmfExtTextOutW(EmfRecord source) | Initializes a new instance of the EmfExtTextOutW class. |
EmfExtTextOutW() | Initializes a new instance of the EmfExtTextOutW class. |
Methods
Method | Description |
---|---|
getBounds() | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19). |
setBounds(Rectangle value) | Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19). |
getIGraphicsMode() | Gets or sets a 32-bit unsigned integer that specifies the graphics mode from the GraphicsMode enumeration (section 2.1.16). |
setIGraphicsMode(int value) | Gets or sets a 32-bit unsigned integer that specifies the graphics mode from the GraphicsMode enumeration (section 2.1.16). |
getExScale() | Gets or sets a 32-bit floating-point value that specifies the scale factor to apply along the X axis to convert from page space units to .01mm units. |
setExScale(float value) | Gets or sets a 32-bit floating-point value that specifies the scale factor to apply along the X axis to convert from page space units to .01mm units. |
getEyScale() | Gets or sets a 32-bit floating-point value that specifies the scale factor to apply along the Y axis to convert from page space units to .01mm units. |
setEyScale(float value) | Gets or sets a 32-bit floating-point value that specifies the scale factor to apply along the Y axis to convert from page space units to .01mm units. |
getWEmrText() | Gets or sets an EmrText object (section 2.2.5) that specifies the output string in 16-bit Unicode UTF16-LE characters, with text attributes and spacing values. |
setWEmrText(EmfText value) | Gets or sets an EmrText object (section 2.2.5) that specifies the output string in 16-bit Unicode UTF16-LE characters, with text attributes and spacing values. |
EmfExtTextOutW(EmfRecord source)
public EmfExtTextOutW(EmfRecord source)
Initializes a new instance of the EmfExtTextOutW
class.
Parameters:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The source. |
EmfExtTextOutW()
public EmfExtTextOutW()
Initializes a new instance of the EmfExtTextOutW
class.
getBounds()
public Rectangle getBounds()
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19). It is not used and MUST be ignored on receipt.
Returns: Rectangle
setBounds(Rectangle value)
public void setBounds(Rectangle value)
Gets or sets a WMF RectL object ([MS-WMF] section 2.2.2.19). It is not used and MUST be ignored on receipt.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Rectangle |
getIGraphicsMode()
public int getIGraphicsMode()
Gets or sets a 32-bit unsigned integer that specifies the graphics mode from the GraphicsMode enumeration (section 2.1.16).
Returns: int
setIGraphicsMode(int value)
public void setIGraphicsMode(int value)
Gets or sets a 32-bit unsigned integer that specifies the graphics mode from the GraphicsMode enumeration (section 2.1.16).
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getExScale()
public float getExScale()
Gets or sets a 32-bit floating-point value that specifies the scale factor to apply along the X axis to convert from page space units to .01mm units. This SHOULD be used only if the graphics mode specified by iGraphicsMode is GM_COMPATIBLE.
Returns: float
setExScale(float value)
public void setExScale(float value)
Gets or sets a 32-bit floating-point value that specifies the scale factor to apply along the X axis to convert from page space units to .01mm units. This SHOULD be used only if the graphics mode specified by iGraphicsMode is GM_COMPATIBLE.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float |
getEyScale()
public float getEyScale()
Gets or sets a 32-bit floating-point value that specifies the scale factor to apply along the Y axis to convert from page space units to .01mm units. This SHOULD be used only if the graphics mode specified by iGraphicsMode is GM_COMPATIBLE.
Returns: float
setEyScale(float value)
public void setEyScale(float value)
Gets or sets a 32-bit floating-point value that specifies the scale factor to apply along the Y axis to convert from page space units to .01mm units. This SHOULD be used only if the graphics mode specified by iGraphicsMode is GM_COMPATIBLE.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float |
getWEmrText()
public EmfText getWEmrText()
Gets or sets an EmrText object (section 2.2.5) that specifies the output string in 16-bit Unicode UTF16-LE characters, with text attributes and spacing values.
Returns: EmfText
setWEmrText(EmfText value)
public void setWEmrText(EmfText value)
Gets or sets an EmrText object (section 2.2.5) that specifies the output string in 16-bit Unicode UTF16-LE characters, with text attributes and spacing values.
Parameters:
Parameter | Type | Description |
---|---|---|
value | EmfText |