Package | Description |
---|---|
com.aspose.imaging.fileformats.emf.emf.records |
The package contains types [MS-EMF]: Enhanced Metafile Format.
|
Modifier and Type | Method and Description |
---|---|
EmfText[] |
EmfPolyTextOutA.getAEmrText()
Gets or sets an array of EmrText objects (section 2.2.5) that specify the output
strings in 8-bit ASCII characters, with text attributes, and spacing values.
|
EmfText |
EmfExtTextOutA.getAEmrText()
Gets or sets an EmrText object (section 2.2.5) that specifies the output string in 8-bit
ASCII characters, text attributes, and spacing values.
|
EmfText[] |
EmfPolyTextOutW.getWEmrText()
Gets or sets an array of EmrText objects (section 2.2.5) that specify the output
strings in 16-bit Unicode UTF16-LE characters, with text attributes and spacing values.
|
EmfText |
EmfExtTextOutW.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.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfExtTextOutA.setAEmrText(EmfText value)
Gets or sets an EmrText object (section 2.2.5) that specifies the output string in 8-bit
ASCII characters, text attributes, and spacing values.
|
void |
EmfPolyTextOutA.setAEmrText(EmfText[] value)
Gets or sets an array of EmrText objects (section 2.2.5) that specify the output
strings in 8-bit ASCII characters, with text attributes, and spacing values.
|
void |
EmfExtTextOutW.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.
|
void |
EmfPolyTextOutW.setWEmrText(EmfText[] value)
Gets or sets an array of EmrText objects (section 2.2.5) that specify the output
strings in 16-bit Unicode UTF16-LE characters, with text attributes and spacing values.
|