EmfSmallTextOut

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

public class EmfSmallTextOut extends EmfRecord

Constructors

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

Fields

Field Description
Bounds An optional, 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units.
CChars A 32-bit unsigned integer specifying the number of 16-bit characters in the string.
ExScale A 32-bit floating-point value that specifies how much to scale the text in the x-direction.
EyScale A 32-bit floating-point value that specifies how much to scale the text in the y-direction.
FuOptions A 32-bit unsigned integer specifying the text output options to use.
IGraphicsMode A 32-bit unsigned integer specifying the graphics mode, from the GraphicsMode enumeration (section 2.1.16).
PadBytesCntForTextData
RecordType The type of the record
Size The size of the record
TextData A variable-length string that contains the text string to draw, in either 8-bit or 16-bit character codes, according to the value of the fuOptions field.
X A 32-bit signed integer specifying the x-coordinate of where to place the string.
Y A 32-bit signed integer specifying the y-coordinate of where to place the string.

Methods

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

EmfSmallTextOut()

public EmfSmallTextOut()

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

public EmfSmallTextOut(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

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

public EmfSmallTextOut(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

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

public EmfSmallTextOut(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

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

public EmfSmallTextOut(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

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

public EmfSmallTextOut(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

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

public EmfSmallTextOut(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

An optional, 128-bit WMF RectL object ([MS-WMF] section 2.2.2.19) that specifies the bounding rectangle in device units.

CChars

public long CChars

A 32-bit unsigned integer specifying the number of 16-bit characters in the string. The string is NOT null-terminated.

ExScale

public float ExScale

A 32-bit floating-point value that specifies how much to scale the text in the x-direction.

EyScale

public float EyScale

A 32-bit floating-point value that specifies how much to scale the text in the y-direction.

FuOptions

public long FuOptions

A 32-bit unsigned integer specifying the text output options to use. These options are specified by one or a combination of values from the ExtTextOutOptions enumeration (section 2.1.11).

IGraphicsMode

public long IGraphicsMode

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

PadBytesCntForTextData

public int PadBytesCntForTextData

RecordType

public long RecordType

The type of the record

Size

public int Size

The size of the record

TextData

public byte[] TextData

A variable-length string that contains the text string to draw, in either 8-bit or 16-bit character codes, according to the value of the fuOptions field.

X

public int X

A 32-bit signed integer specifying the x-coordinate of where to place the string.

Y

public int Y

A 32-bit signed integer specifying the y-coordinate of where to place the string.

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

getObjectSize()

public int getObjectSize()

Returns: int

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