Skip to main content

ITextRangeProvider Interface

Definition

Namespace: Avalonia.Win32.Interop.Automation
Assembly: Avalonia.Win32 (in Avalonia.Win32.dll)

[ComVisibleAttribute(true)]
[GuidAttribute("5347ad7b-c355-46f8-aff5-909033582f63")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface ITextRangeProvider
View Source

Methods

AddToSelection() 
Clone() 
Compare(ITextRangeProvider) 
CompareEndpoints(TextPatternRangeEndpoint, ITextRangeProvider, TextPatternRangeEndpoint) 
ExpandToEnclosingUnit(TextUnit) 
FindAttribute(Int32, Object, Boolean) 
FindText(String, Boolean, Boolean) 
GetAttributeValue(Int32) 
GetBoundingRectangles() 
GetChildren() 
GetEnclosingElement() 
GetText(Int32) 
Move(TextUnit, Int32) 
MoveEndpointByRange(TextPatternRangeEndpoint, ITextRangeProvider, TextPatternRangeEndpoint) 
MoveEndpointByUnit(TextPatternRangeEndpoint, TextUnit, Int32) 
RemoveFromSelection() 
ScrollIntoView(Boolean) 
Select() 

See Also

Reference

Avalonia.Win32.Interop.Automation Namespace