Class EmfPlusStringFormatData

Class EmfPlusStringFormatData

Il nome: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects Assemblea: Aspose.Imaging.dll (25.4.0)

L’oggetto EmfPlusStringFormatData specifica le fermate della scheda e le posizioni dei caratteri per una riga grafica.

public sealed class EmfPlusStringFormatData : EmfPlusStructureObjectType

Inheritance

object MetaObject EmfPlusObject EmfPlusStructureObjectType EmfPlusStringFormatData

I membri ereditari

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

Constructors

EmfPlusStringFormatData()

public EmfPlusStringFormatData()

Properties

CharRange

Ottenere o impostare una serie opzionale di RangeCount EmfPlusCharacterRangeoggetti che specificano la gamma di posizioni di caratterein una riga di testo. la regione di confine è definitaper l’area dello schermo che è occupata da un gruppodei personaggi specificati dalla gamma di caratteri.Questo campo deve essere presente se il valore del RangeCountIl campo nell’oggetto EmfPlusStringFormat è più grande di 0.

public EmfPlusCharacterRange[] CharRange { get; set; }

Valore di proprietà

EmfPlusCharacterRange [ ]

TabStops

Riceve o impone una serie opzionale di valori fluttuanti che specificanola scheda opzionale localizzazione stop per questo oggetto. ciascuna tabIl valore stop rappresenta il numero di spazi tra le schedesi ferma o, per la prima scheda stop, il numero di spazitra l’inizio di una riga di testo e la prima scheda stop.Questo campo deve essere presente se il valore del TabStopCountIl campo nell’oggetto EmfPlusStringFormat è più grande di 0.

public float[] TabStops { get; set; }

Valore di proprietà

float [ ]

 Italiano