RichText.AppendFront
AppendFront(string)
Aggiunge una stringa all’inizio del primo intervallo di testo.
public RichText AppendFront(string value)
Parametro | Tipo | Descrizione |
---|---|---|
value | String | Il valore aggiunto. |
Valore di ritorno
IlRichText
.
Guarda anche
- class RichText
- spazio dei nomi Aspose.Note
- assemblea Aspose.Note
AppendFront(string, TextStyle)
Aggiunge una stringa in primo piano.
public RichText AppendFront(string value, TextStyle style)
Parametro | Tipo | Descrizione |
---|---|---|
value | String | Il valore aggiunto. |
style | TextStyle | Lo stile della stringa aggiunta. |
Valore di ritorno
IlRichText
.
Guarda anche
- class TextStyle
- class RichText
- spazio dei nomi Aspose.Note
- assemblea Aspose.Note