public class TextRangeProviderWrapper : MarshalByRefObject,
ITextRangeProvider
Public Class TextRangeProviderWrapper
Inherits MarshalByRefObject
Implements ITextRangeProvider
public ref class TextRangeProviderWrapper : public MarshalByRefObject,
ITextRangeProvider
type TextRangeProviderWrapper =
class
inherit MarshalByRefObject
interface ITextRangeProvider
end
AddToSelection | Adds to the collection of highlighted text in a text container that supports multiple, disjoint selections. |
Clone | Returns a new ITextRangeProvider identical to the original ITextRangeProvider and inheriting all properties of the original. |
Compare | Returns a value that indicates whether the span (the Start endpoint to the End endpoint) of a text range is the same as another text range. |
CompareEndpoints | Returns a value that specifies whether two text ranges have identical endpoints. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
ExpandToEnclosingUnit | Expands the text range to the specified text unit. |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
FindAttribute | Returns a text range subset that has the specified attribute value. |
FindText | Returns a text range subset that contains the specified text. |
GetAttributeValue | Retrieves the value of the specified attribute across the text range. |
GetBoundingRectangles | Retrieves a collection of bounding rectangles for each fully or partially visible line of text in a text range. |
GetChildren | Retrieves a collection of all embedded objects that fall within the text range. |
GetEnclosingElement | Returns the innermost control that encloses the text range. |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Унаследован от MarshalByRefObject) |
GetText | Retrieves the plain text of the range. |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Унаследован от MarshalByRefObject) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Унаследован от MarshalByRefObject) |
Move | Moves the text range the specified number of text units. |
MoveEndpointByRange | Moves one endpoint of a text range to the specified endpoint of a second text range. |
MoveEndpointByUnit | Moves one endpoint of the text range the specified number of text units within the document range. |
RemoveFromSelection | Removes a highlighted section of text, corresponding to the caller's Start and End endpoints, from the collection of highlighted text in a text container that supports multiple, disjoint selections. |
ScrollIntoView | Causes the text control to scroll vertically until the text range is visible in the viewport. |
Select | Highlights text in the text control corresponding to the text range Start and End endpoints. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
UnwrapArgument | |
WrapArgument(ITextRangeProvider, AutomationPeer) | |
WrapArgument(ITextRangeProvider, AutomationPeer) |