TextPoint.AbsoluteCharOffset Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'offset de caractère base 1 entre le début du document et l'objet TextPoint.
public:
property int AbsoluteCharOffset { int get(); };
public:
property int AbsoluteCharOffset { int get(); };
[System.Runtime.InteropServices.DispId(13)]
public int AbsoluteCharOffset { [System.Runtime.InteropServices.DispId(13)] get; }
[<System.Runtime.InteropServices.DispId(13)>]
[<get: System.Runtime.InteropServices.DispId(13)>]
member this.AbsoluteCharOffset : int
Public ReadOnly Property AbsoluteCharOffset As Integer
Valeur de propriété
Valeur entière indiquant l'offset de caractère base 1 entre le début du document et l'objet TextPoint.
- Attributs
Remarques
AbsoluteCharOffset retourne le nombre de caractères du haut du document à l’objet. La LineCharOffset propriété détermine le nombre de caractères uniquement à partir du début de la ligne contenant l’objet. Les caractères de nouvelle ligne comptent comme un seul caractère.
La numérotation des caractères commence à un.