TextPoint Members
Include Protected Members
Include Inherited Members
Represents a location of text in a text document.
The TextPoint type exposes the following members.
Methods
Name
Description
Creates and returns an EditPoint object at the location of the calling object.
Returns whether the value of the given point object's AbsoluteCharOffset property is equal to that of the calling TextPoint object.
Indicates whether or not the value of the calling object's AbsoluteCharOffset property is greater than that of the given point object.
Indicates whether or not the value of the called object's AbsoluteCharOffset property is less than that of the given object.
Attempts to display the text point's location.
Top
Properties
Name
Description
Gets the one-based character offset from the beginning of the document to the TextPoint object.
Gets whether the object is at the end of the document.
Gets whether or not object is at the end of a line.
Gets whether or not the object is at the beginning of the document.
Gets whether or not the object is at the beginning of a line.
Returns the code element at the TextPoint location.
Gets the number of the current displayed column containing the TextPoint object.
Gets the top-level extensibility object.
Gets the line number of the object.
Gets the character offset of the object.
Gets the number of characters in a line containing the object, excluding the new line character.
Gets the immediate parent object of a TextPoint object.
Top