EmfExtTextOutW 类

Summary: The EMR_EXTTEXTOUTW record draws an ASCII text string using the current font and text colors.

Module: aspose.imaging.fileformats.emf.emf.records

Full Name: aspose.imaging.fileformats.emf.emf.records.EmfExtTextOutW

Inheritance: EmfDrawingRecordType

Constructors

Name描述
EmfExtTextOutW()初始化一个新的 EmfExtTextOutW 类实例。
EmfExtTextOutW(source)初始化一个新的 EmfExtTextOutW 类实例。

Properties

NameTypeAccess描述
boundsRectangler/w获取或设置一个 WMF RectL 对象([MS-WMF] 第 2.2.2.19 节)。它未被使用,且在接收时
必须被忽略。
ex_scalefloatr/w获取或设置一个 32 位浮点值,指定沿
X 轴的比例因子,用于将页面空间单位转换为 .01mm 单位。仅当 iGraphicsMode 指定的图形模式为 GM_COMPATIBLE 时才应使用此值。
ey_scalefloatr/w获取或设置一个 32 位浮点值,指定沿
Y 轴的比例因子,用于将页面空间单位转换为 .01mm 单位。仅当 iGraphicsMode 指定的图形模式为 GM_COMPATIBLE 时才应使用此值。
graphics_modeEmfGraphicsModer/w获取或设置一个 32 位无符号整数,指定来自
GraphicsMode 枚举(第 2.1.16 节)的图形模式。
sizeintr/w获取或设置记录的大小
typeEmfRecordTyper/w获取或设置类型。
w_emr_textEmfTextr/w获取或设置一个 EmrText 对象(第 2.2.5 节),用于指定以 16 位 Unicode UTF16-LE 字符表示的输出字符串,并包含文本属性和间距值。

Methods

Name描述
create_from_record(source)初始化 EmfRecord 类的新实例。
create_from_type(type)初始化 EmfRecord 类的新实例。

Constructor: EmfExtTextOutW()

 EmfExtTextOutW() 

初始化一个新的 EmfExtTextOutW 类实例。

Constructor: EmfExtTextOutW(source)

 EmfExtTextOutW(source) 

初始化一个新的 EmfExtTextOutW 类实例。

Parameters:

参数TypeDescription
sourceEmfRecord来源。

Method: create_from_record(source) [static]

 create_from_record(source) 

初始化 EmfRecord 类的新实例。

Parameters:

参数TypeDescription
sourceEmfRecord来源。

Returns

TypeDescription
EmfRecord

Method: create_from_type(type) [static]

 create_from_type(type) 

初始化 EmfRecord 类的新实例。

Parameters:

参数TypeDescription
typeEmfRecordType记录类型。

Returns

TypeDescription
EmfRecord