EmfExtTextOutA 类
内容
[
隐藏
]Summary: The EMR_EXTTEXTOUTA 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.EmfExtTextOutA
Inheritance: EmfDrawingRecordType
Constructors
| Name | 描述 |
|---|---|
| EmfExtTextOutA() | 初始化 EmfExtTextOutA 类的新实例。 |
| EmfExtTextOutA(source) | 初始化 EmfExtTextOutA 类的新实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| a_emr_text | EmfText | r/w | 获取或设置一个 EmrText 对象(第 2.2.5 节),它指定以 8 位 ASCII 字符、文本属性和间距值表示的输出字符串。 |
| bounds | Rectangle | r/w | 获取或设置一个 WMF RectL 对象([MS-WMF] 第 2.2.2.19 节)。它未被使用,且在接收时 必须被忽略。 |
| ex_scale | float | r/w | 获取或设置一个 32 位浮点值,指定沿 X 轴的比例因子,用于将页面空间单位转换为 .01mm 单位。仅当 iGraphicsMode 指定的图形模式为 GM_COMPATIBLE 时才应使用此值。 |
| ey_scale | float | r/w | 获取或设置一个 32 位浮点值,指定沿 Y 轴的比例因子,用于将页面空间单位转换为 .01mm 单位。仅当 iGraphicsMode 指定的图形模式为 GM_COMPATIBLE 时才应使用此值。 |
| graphics_mode | EmfGraphicsMode | r/w | 获取或设置一个 32 位无符号整数,指定来自 GraphicsMode 枚举(第 2.1.16 节)的图形模式。 |
| size | int | r/w | 获取或设置记录的大小 |
| type | EmfRecordType | r/w | 获取或设置类型。 |
Methods
| Name | 描述 |
|---|---|
| create_from_record(source) | 初始化 EmfRecord 类的新实例。 |
| create_from_type(type) | 初始化 EmfRecord 类的新实例。 |
Constructor: EmfExtTextOutA()
EmfExtTextOutA()
初始化 EmfExtTextOutA 类的新实例。
Constructor: EmfExtTextOutA(source)
EmfExtTextOutA(source)
初始化 EmfExtTextOutA 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| source | EmfRecord | 来源。 |
Method: create_from_record(source) [static]
create_from_record(source)
初始化 EmfRecord 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| source | EmfRecord | 来源。 |
Returns
| Type | Description |
|---|---|
| EmfRecord |
Method: create_from_type(type) [static]
create_from_type(type)
初始化 EmfRecord 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| type | EmfRecordType | 记录类型。 |
Returns
| Type | Description |
|---|---|
| EmfRecord |