Class ExtCodetextBuilder

Class ExtCodetextBuilder

Namespace: Aspose.BarCode.Generation
Assembly: Aspose.BarCode.dll (25.1.0)

Classe helper per la generazione automatica del codetext della Modalità Codetext Estesa

public abstract class ExtCodetextBuilder

Ereditarietà

objectExtCodetextBuilder

Derivato

AztecExtCodetextBuilder, DataMatrixExtCodetextBuilder, DotCodeExtCodetextBuilder, MaxiCodeExtCodetextBuilder, QrExtCodetextBuilder

Membri Ereditati

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

Costruttori

ExtCodetextBuilder()

protected ExtCodetextBuilder()

Metodi

AddECICodetext(ECIEncodings, string)

Aggiunge codetext con Identificatore del Canale Esteso

public void AddECICodetext(ECIEncodings ECIEncoding, string codetext)

Parametri

ECIEncoding ECIEncodings

Identificatore del Canale Esteso

codetext string

Codetext in unicode da aggiungere come elemento di codetext esteso con Identificatore del Canale Esteso

AddPlainCodetext(string)

Aggiunge codetext semplice agli elementi di codetext esteso

public void AddPlainCodetext(string codetext)

Parametri

codetext string

Codetext in unicode da aggiungere come elemento di codetext esteso

Clear()

Pulisce gli elementi di codetext esteso

public virtual void Clear()

GetExtendedCodetext()

Genera codetext esteso dalla lista degli elementi di generazione

public abstract string GetExtendedCodetext()

Restituisce

string

Restituisce una stringa di codetext esteso

 Italiano