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
Constructors
-
IUIAutomationTextRange.new(Pointer<
COMObject> ptr) - IUIAutomationTextRange.from(IUnknown interface)
-
factory
Properties
Methods
-
addRef(
) → int -
Increments the reference count for an interface pointer to a COM object.
inherited
-
addToSelection(
) → int -
clone(
Pointer< Pointer< clonedRange) → intCOMObject> > -
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< found) → intCOMObject> > -
findText(
Pointer< Utf16> text, int backward, int ignoreCase, Pointer<Pointer< found) → intCOMObject> > -
getAttributeValue(
int attr, Pointer< VARIANT> value) → int -
getBoundingRectangles(
Pointer< Pointer< boundingRects) → intSAFEARRAY> > -
getChildren(
Pointer< Pointer< children) → intCOMObject> > -
getEnclosingElement(
Pointer< Pointer< enclosingElement) → intCOMObject> > -
getText(
int maxLength, Pointer< Pointer< text) → intUtf16> > -
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< ppvObject) → intNativeType> > -
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