Condividi tramite


ITextRange.Character Proprietà

Definizione

Ottiene o imposta il primo carattere dell'intervallo di testo; ovvero il carattere associato alla proprietà StartPosition .

public:
 property char16 Character { char16 get(); void set(char16 value); };
char16_t Character();

void Character(char16_t value);
public char Character { get; set; }
var char = iTextRange.character;
iTextRange.character = char;
Public Property Character As Char

Valore della proprietà

Char

char16

char16_t

Valore del primo carattere nell'intervallo di testo.

Commenti

Quando si imposta questa proprietà, il nuovo carattere sovrascrive il primo carattere nell'intervallo di testo.

Si applica a