ITextChildProvider.TextRange Property

Definition

Gets a text range that encloses this child element.

public:
 property ITextRangeProvider ^ TextRange { ITextRangeProvider ^ get(); };
ITextRangeProvider TextRange();
public ITextRangeProvider TextRange { get; }
var iTextRangeProvider = iTextChildProvider.textRange;
Public ReadOnly Property TextRange As ITextRangeProvider

Property Value

A text range that encloses this child element.

Applies to