GetCharacters

Shape.GetCharacters method

Restituisce tutti gli oggetti Characters che rappresentano un intervallo di caratteri all’interno del testo .

public ArrayList GetCharacters()

Valore di ritorno

Tutti gli oggetti Personaggi

Esempi


[C#]
ArrayList list = shape.GetCharacters();

Guarda anche