IUIAutomationTextRange3 class com

Extends the IUIAutomationTextRange2 interface to support faster access to the underlying rich text data on a text range.

Inheritance

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
inherited
clone(Pointer<Pointer<COMObject>> clonedRange) int
inherited
compare(Pointer<COMObject> range, Pointer<Int32> areSame) int
inherited
compareEndpoints(int srcEndPoint, Pointer<COMObject> range, int targetEndPoint, Pointer<Int32> compValue) int
inherited
detach() → void
Detaches the object from the Finalizer.
inherited
expandToEnclosingUnit(int textUnit) int
inherited
findAttribute(int attr, VARIANT val, int backward, Pointer<Pointer<COMObject>> found) int
inherited
findText(Pointer<Utf16> text, int backward, int ignoreCase, Pointer<Pointer<COMObject>> found) int
inherited
getAttributeValue(int attr, Pointer<VARIANT> value) int
inherited
getAttributeValues(Pointer<Uint32> attributeIds, int attributeIdCount, Pointer<Pointer<SAFEARRAY>> attributeValues) int
getBoundingRectangles(Pointer<Pointer<SAFEARRAY>> boundingRects) int
inherited
getChildren(Pointer<Pointer<COMObject>> children) int
inherited
getChildrenBuildCache(Pointer<COMObject> cacheRequest, Pointer<Pointer<COMObject>> children) int
getEnclosingElement(Pointer<Pointer<COMObject>> enclosingElement) int
inherited
getEnclosingElementBuildCache(Pointer<COMObject> cacheRequest, Pointer<Pointer<COMObject>> enclosingElement) int
getText(int maxLength, Pointer<Pointer<Utf16>> text) int
inherited
move(int unit, int count, Pointer<Int32> moved) int
inherited
moveEndpointByRange(int srcEndPoint, Pointer<COMObject> range, int targetEndPoint) int
inherited
moveEndpointByUnit(int endpoint, int unit, int count, Pointer<Int32> moved) int
inherited
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
inherited
scrollIntoView(int alignToTop) int
inherited
select() int
inherited
showContextMenu() int
inherited
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