CdrTextCollection 类

Summary: The Cdr text collection

Module: aspose.imaging.fileformats.cdr.types

Full Name: aspose.imaging.fileformats.cdr.types.CdrTextCollection

Constructors

Name描述
CdrTextCollection()初始化 CdrTextCollection 类的新实例

Methods

Name描述
add(key, cdr_text)添加文本。
get_text(key)获取文本。

Constructor: CdrTextCollection()

 CdrTextCollection() 

初始化 CdrTextCollection 类的新实例

Method: add(key, cdr_text)

 add(key, cdr_text) 

添加文本。

Parameters:

参数TypeDescription
keyint文本的键。
cdr_textCdrTextCDR 文本。

Method: get_text(key)

 get_text(key) 

获取文本。

Parameters:

参数TypeDescription
keyint文本的键

Returns

TypeDescription
CdrText[]cdr 文本实例