TextElement.ContentStart Proprietà

Definizione

Ottiene un textPointer che rappresenta l'inizio del contenuto nell'elemento .

public:
 property TextPointer ^ ContentStart { TextPointer ^ get(); };
TextPointer ContentStart();
public TextPointer ContentStart { get; }
var textPointer = textElement.contentStart;
Public ReadOnly Property ContentStart As TextPointer

Valore della proprietà

TextPointer che rappresenta l'inizio del contenuto in TextElement.

Si applica a