IUIAutomationTextRange class com

Provides access to a span of continuous text in a container that supports the IUIAutomationTextPattern interface. Client applications can use the IUIAutomationTextRange interface to select, compare, and retrieve embedded objects from the text span.

Inheritance
Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
ptr Pointer<COMObject>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addRef() int
Increments the reference count for an interface pointer to a COM object.
inherited
addToSelection() int
clone(Pointer<Pointer<COMObject>> clonedRange) int
compare(Pointer<COMObject> range, Pointer<Int32> areSame) int
compareEndpoints(int srcEndPoint, Pointer<COMObject> range, int targetEndPoint, Pointer<Int32> compValue) int
detach() → void
Detaches the object from the Finalizer.
inherited
expandToEnclosingUnit(int textUnit) int
findAttribute(int attr, VARIANT val, int backward, Pointer<Pointer<COMObject>> found) int
findText(Pointer<Utf16> text, int backward, int ignoreCase, Pointer<Pointer<COMObject>> found) int
getAttributeValue(int attr, Pointer<VARIANT> value) int
getBoundingRectangles(Pointer<Pointer<SAFEARRAY>> boundingRects) int
getChildren(Pointer<Pointer<COMObject>> children) int
getEnclosingElement(Pointer<Pointer<COMObject>> enclosingElement) int
getText(int maxLength, Pointer<Pointer<Utf16>> text) int
move(int unit, int count, Pointer<Int32> moved) int
moveEndpointByRange(int srcEndPoint, Pointer<COMObject> range, int targetEndPoint) int
moveEndpointByUnit(int endpoint, int unit, int count, Pointer<Int32> moved) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryInterface(Pointer<GUID> riid, Pointer<Pointer<NativeType>> ppvObject) int
Queries a COM object for a pointer to one of its interface; identifying the interface by a reference to its interface identifier (IID).
inherited
release() int
Decrements the reference count for an interface on a COM object.
inherited
removeFromSelection() int
scrollIntoView(int alignToTop) int
select() int
toInterface(String iid) Pointer<COMObject>
Cast an existing COM object to a specified interface.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited