ITextSelection Interface

Definition

public interface class ITextSelection : ITextRange
/// [Windows.Foundation.Metadata.Guid(2405330097, 11012, 22687, 189, 36, 84, 229, 205, 141, 211, 153)]
/// [Windows.Foundation.Metadata.Version(1)]
struct ITextSelection : ITextRange
/// [Windows.Foundation.Metadata.Guid(2405330097, 11012, 22687, 189, 36, 84, 229, 205, 141, 211, 153)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Text.TextApiContract, 65536)]
struct ITextSelection : ITextRange
[Windows.Foundation.Metadata.Guid(2405330097, 11012, 22687, 189, 36, 84, 229, 205, 141, 211, 153)]
[Windows.Foundation.Metadata.Version(1)]
public interface ITextSelection : ITextRange
[Windows.Foundation.Metadata.Guid(2405330097, 11012, 22687, 189, 36, 84, 229, 205, 141, 211, 153)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Text.TextApiContract), 65536)]
public interface ITextSelection : ITextRange
Public Interface ITextSelection
Implements ITextRange
Attributes
Implements

Properties

Name Description
Character (Inherited from ITextRange)
CharacterFormat (Inherited from ITextRange)
EndPosition (Inherited from ITextRange)
FormattedText (Inherited from ITextRange)
Gravity (Inherited from ITextRange)
Length (Inherited from ITextRange)
Link (Inherited from ITextRange)
Options
ParagraphFormat (Inherited from ITextRange)
StartPosition (Inherited from ITextRange)
StoryLength (Inherited from ITextRange)
Text (Inherited from ITextRange)
Type

Methods

Name Description
CanPaste(Int32) (Inherited from ITextRange)
ChangeCase(LetterCase) (Inherited from ITextRange)
Collapse(Boolean) (Inherited from ITextRange)
Copy() (Inherited from ITextRange)
Cut() (Inherited from ITextRange)
Delete(TextRangeUnit, Int32) (Inherited from ITextRange)
EndKey(TextRangeUnit, Boolean)
EndOf(TextRangeUnit, Boolean) (Inherited from ITextRange)
Expand(TextRangeUnit) (Inherited from ITextRange)
FindText(String, Int32, FindOptions) (Inherited from ITextRange)
GetCharacterUtf32(UInt32, Int32) (Inherited from ITextRange)
GetClone() (Inherited from ITextRange)
GetIndex(TextRangeUnit) (Inherited from ITextRange)
GetPoint(HorizontalCharacterAlignment, VerticalCharacterAlignment, PointOptions, Point) (Inherited from ITextRange)
GetRect(PointOptions, Rect, Int32) (Inherited from ITextRange)
GetText(TextGetOptions, String) (Inherited from ITextRange)
GetTextViaStream(TextGetOptions, IRandomAccessStream) (Inherited from ITextRange)
HomeKey(TextRangeUnit, Boolean)
InRange(ITextRange) (Inherited from ITextRange)
InsertImage(Int32, Int32, Int32, VerticalCharacterAlignment, String, IRandomAccessStream) (Inherited from ITextRange)
InStory(ITextRange) (Inherited from ITextRange)
IsEqual(ITextRange) (Inherited from ITextRange)
MatchSelection() (Inherited from ITextRange)
Move(TextRangeUnit, Int32) (Inherited from ITextRange)
MoveDown(TextRangeUnit, Int32, Boolean)
MoveEnd(TextRangeUnit, Int32) (Inherited from ITextRange)
MoveLeft(TextRangeUnit, Int32, Boolean)
MoveRight(TextRangeUnit, Int32, Boolean)
MoveStart(TextRangeUnit, Int32) (Inherited from ITextRange)
MoveUp(TextRangeUnit, Int32, Boolean)
Paste(Int32) (Inherited from ITextRange)
ScrollIntoView(PointOptions) (Inherited from ITextRange)
SetIndex(TextRangeUnit, Int32, Boolean) (Inherited from ITextRange)
SetPoint(Point, PointOptions, Boolean) (Inherited from ITextRange)
SetRange(Int32, Int32) (Inherited from ITextRange)
SetText(TextSetOptions, String) (Inherited from ITextRange)
SetTextViaStream(TextSetOptions, IRandomAccessStream) (Inherited from ITextRange)
StartOf(TextRangeUnit, Boolean) (Inherited from ITextRange)
TypeText(String)

Applies to