ITextSpan Interface

Definition

Contains properties that are used to obtain information about a span of text.

public interface class ITextSpan
public interface ITextSpan
type ITextSpan = interface
Public Interface ITextSpan
Derived

Properties

AnchorCol

Gets the column number on which text selection starts.

AnchorLine

Gets the line number on which text selection starts.

EndCol

Gets the column number on which text selection ends.

EndLine

Gets the line number on which text selection ends.

LineWithinTextSpan

Gets a line of text within the text span.

Text

Gets the text associated with the ITextSpan interface.

TextView

Gets the TextView control that is associated with ITextSpan.

Applies to