For a list of all members of this type, see Selection members.
Name | Description | |
---|---|---|
![]() | Cells | Returns an IEnumerable of TableCellNodes that represent the table cells included in the current selection. (read only) |
![]() | CharacterSettings | Returns the CharacterSettings associated with the text contained in the Range. (read only) |
![]() | CharacterStyleId | Returns/sets the ID of the CharacterStyle associated with the characters in the Range. |
![]() | Document | Returns the RichTextDocument associated with the Range. |
![]() | DocumentSpan | Returns a DocumentSpan that corresponds to the selection's Range. (read only) |
![]() | End | Returns/sets the ending character position of the Range. |
![]() | IsActive | Returns whether the view associated with the selection is active. (read only) |
![]() | Length | Returns the length of the Range. (read only) |
![]() | Paragraphs | Returns an enumerable list of ParagraphNodes that represents all the paragraphs in the Range. (read only) |
![]() | ParagraphSettings | Returns a ParagraphSettings instance associated with the paragraphs in the Range. (read only) |
![]() | ParagraphStyleId | Returns/sets the ID of the ParagraphStyle associated with the paragraphs in the Range. |
![]() | Range | Returns a Range that represents a portion of the associated RichTextDocument. (read only) |
![]() | Ranges | Returns all the Ranges currently selected in the associated RichDocumentView. (read only) |
![]() | Rows | Returns an IEnumerable of TableRowNodes that represent the table rows included in the current selection. (read only) |
![]() | Start | Returns/sets the starting character position of the Range. |
![]() | Text | Returns/sets the text associated with the Range. |