Version 24.2 (latest)

Selection Class Properties

For a list of all members of this type, see Selection members.

Public Properties
 NameDescription
Public PropertyCellsReturns an IEnumerable of TableCellNodes that represent the table cells included in the current selection. (read only)  
Public PropertyCharacterSettingsReturns the CharacterSettings associated with the text contained in the Range. (read only)  
Public PropertyCharacterStyleIdReturns/sets the ID of the CharacterStyle associated with the characters in the Range.  
Public PropertyDocumentReturns the RichTextDocument associated with the Range.  
Public PropertyDocumentSpanReturns a DocumentSpan that corresponds to the selection's Range. (read only)  
Public PropertyEndReturns/sets the ending character position of the Range.  
Public PropertyIsActiveReturns whether the view associated with the selection is active. (read only)  
Public PropertyLengthReturns the length of the Range. (read only)  
Public PropertyParagraphsReturns an enumerable list of ParagraphNodes that represents all the paragraphs in the Range. (read only)  
Public PropertyParagraphSettingsReturns a ParagraphSettings instance associated with the paragraphs in the Range. (read only)  
Public PropertyParagraphStyleIdReturns/sets the ID of the ParagraphStyle associated with the paragraphs in the Range.  
Public PropertyRangeReturns a Range that represents a portion of the associated RichTextDocument. (read only)  
Public PropertyRangesReturns all the Ranges currently selected in the associated RichDocumentView. (read only)  
Public PropertyRowsReturns an IEnumerable of TableRowNodes that represent the table rows included in the current selection. (read only)  
Public PropertyStartReturns/sets the starting character position of the Range.  
Public PropertyTextReturns/sets the text associated with the Range.  
See Also