Class CdrTextCollection

Class CdrTextCollection

Namn på plats: Aspose.Imaging.FileFormats.Cdr.Types Församling: Aspose.Imaging.dll (25.4.0)

Cdr Textsamling

[JsonObject(MemberSerialization.OptIn)]
public class CdrTextCollection

Inheritance

object CdrTextCollection

Arvsmedlemmar

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(Författare CdrText)

Lägg till texten.

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

Parameters

key int

Nyckeln till texten.

cdrText CdrText

och CDR texten.

GetText(int)

Han får texten.

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

Parameters

key int

Nyckeln till texten

Returns

CdrText [ ]

cdr text instans

 Svenska