EmfExtTextOutW

Inheritance: java.lang.Object, com.aspose.barcode.drawing.emf.records.EmfRecord

public class EmfExtTextOutW extends EmfRecord

Constructors

Constructor Description
EmfExtTextOutW()
EmfExtTextOutW(String text, EmfFontObj fontObj, System.Drawing.PointF point)
EmfExtTextOutW(String text, EmfFontObj fontObj, System.Drawing.Point point)
EmfExtTextOutW(String text, EmfFontObj fontObj, System.Drawing.Rectangle rect, long textAlignmentMode)
EmfExtTextOutW(String text, EmfFontObj fontObj, System.Drawing.RectangleF rect, long textAlignmentMode)
EmfExtTextOutW(String text, EmfFontObj fontObj, System.Drawing.RectangleF rect, long textAlignmentMode, boolean transparent)
EmfExtTextOutW(String text, EmfFontObj fontObj, System.Drawing.Rectangle rect, long textAlignmentMode, boolean transparent)

Fields

Field Description
Bounds A WMF RectL object ([MS-WMF] section 2.2.2.19).
ExScale 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.
EyScale 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.
IGraphicsMode A 32-bit unsigned integer that specifies the graphics mode from the GraphicsMode enumeration (section 2.1.16).
RecordType The type of the record
Size The size of the record
WEmrText 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.

Methods

Method Description
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

EmfExtTextOutW()

public EmfExtTextOutW()

EmfExtTextOutW(String text, EmfFontObj fontObj, System.Drawing.PointF point)

public EmfExtTextOutW(String text, EmfFontObj fontObj, System.Drawing.PointF point)

Parameters:

Parameter Type Description
text java.lang.String
fontObj EmfFontObj
point com.aspose.ms.System.Drawing.PointF

EmfExtTextOutW(String text, EmfFontObj fontObj, System.Drawing.Point point)

public EmfExtTextOutW(String text, EmfFontObj fontObj, System.Drawing.Point point)

Parameters:

Parameter Type Description
text java.lang.String
fontObj EmfFontObj
point com.aspose.ms.System.Drawing.Point

EmfExtTextOutW(String text, EmfFontObj fontObj, System.Drawing.Rectangle rect, long textAlignmentMode)

public EmfExtTextOutW(String text, EmfFontObj fontObj, System.Drawing.Rectangle rect, long textAlignmentMode)

Parameters:

Parameter Type Description
text java.lang.String
fontObj EmfFontObj
rect com.aspose.ms.System.Drawing.Rectangle
textAlignmentMode long

EmfExtTextOutW(String text, EmfFontObj fontObj, System.Drawing.RectangleF rect, long textAlignmentMode)

public EmfExtTextOutW(String text, EmfFontObj fontObj, System.Drawing.RectangleF rect, long textAlignmentMode)

Parameters:

Parameter Type Description
text java.lang.String
fontObj EmfFontObj
rect com.aspose.ms.System.Drawing.RectangleF
textAlignmentMode long

EmfExtTextOutW(String text, EmfFontObj fontObj, System.Drawing.RectangleF rect, long textAlignmentMode, boolean transparent)

public EmfExtTextOutW(String text, EmfFontObj fontObj, System.Drawing.RectangleF rect, long textAlignmentMode, boolean transparent)

Parameters:

Parameter Type Description
text java.lang.String
fontObj EmfFontObj
rect com.aspose.ms.System.Drawing.RectangleF
textAlignmentMode long
transparent boolean

EmfExtTextOutW(String text, EmfFontObj fontObj, System.Drawing.Rectangle rect, long textAlignmentMode, boolean transparent)

public EmfExtTextOutW(String text, EmfFontObj fontObj, System.Drawing.Rectangle rect, long textAlignmentMode, boolean transparent)

Parameters:

Parameter Type Description
text java.lang.String
fontObj EmfFontObj
rect com.aspose.ms.System.Drawing.Rectangle
textAlignmentMode long
transparent boolean

Bounds

public WmfRectL Bounds

A WMF RectL object ([MS-WMF] section 2.2.2.19). It is not used and MUST be ignored on receipt.

ExScale

public float ExScale

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.

EyScale

public float EyScale

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.

IGraphicsMode

public long IGraphicsMode

A 32-bit unsigned integer that specifies the graphics mode from the GraphicsMode enumeration (section 2.1.16).

RecordType

public long RecordType

The type of the record

Size

public int Size

The size of the record

WEmrText

public EmfText WEmrText

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.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int