Class CdrTextCollection

Class CdrTextCollection

名称: Aspose.Imaging.FileFormats.Cdr.Types アセンション: Aspose.Imaging.dll (25.4.0)

CDRテキストコレクション

[JsonObject(MemberSerialization.OptIn)]
public class CdrTextCollection

Inheritance

object CdrTextCollection

相続人

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

CdrTextCollection()

public CdrTextCollection()

Methods

Add(タイトル:CdrText)

テキストを追加。

[Obsolete]
public void Add(int key, CdrText cdrText)

Parameters

key int

テキストの鍵

cdrText CdrText

CDRのテキスト

GetText(インタ)

テキストを受け取る。

[Obsolete]
public CdrText[] GetText(int key)

Parameters

key int

テキストの鍵

Returns

CdrText ( )

cdr テキストインスタンス

 日本語