Click or drag to resize
TextSelection Properties

The TextSelection type exposes the following members.

Properties
  NameDescription
Public propertyCanEdit
Gets a value determining whether the specified range can be edited.
(Inherited from TextRange.)
Public propertyCanPaste
Gets a value determining if data on the clipboard can be pasted into the current range.
(Inherited from TextRange.)
Public propertyChar
Gets or sets the character at the start position of the range.
(Inherited from TextRange.)
Public propertyEnd
Gets or sets the end character position of the range.
(Inherited from TextRange.)
Public propertyFlags
Gets or sets the text selection flags.
Public propertyFont
Gets or sets a TextFont object with the character attributes of the specified range.
(Inherited from TextRange.)
Public propertyGravity
(TOM 2 only) Gets or sets the gravity of this range.
(Inherited from TextRange.)
Public propertyCode exampleInlineObject
(TOM 2 only) Gets or sets the properties of the inline object at the range active end.
(Inherited from TextRange.)
Public propertyLength
Gets or sets the length of the range.
(Inherited from TextRange.)
Public propertyPara
Gets or sets a TextPara object with the paragraph attributes of the specified range.
(Inherited from TextRange.)
Public propertyRtf
Gets or sets the content of the range as a Rich Text Format (RTF) string.
(Inherited from TextRange.)
Public propertyStart
Gets or sets the start character position of the range.
(Inherited from TextRange.)
Public propertyStartPara
(TOM 2 only) Gets the character position of the start of the paragraph that contains the range's start character position.
(Inherited from TextRange.)
Public propertySubrangeCount
(TOM 2 only) Gets the count of subranges, including the active subrange in the current range.
(Inherited from TextRange.)
Public propertyText
Gets or sets the plain text in this range.
(Inherited from TextRange.)
Public propertyType
Gets the type of text selection.
Public propertyURL
(TOM 2 only) Gets or sets the URL text associated with a range.
(Inherited from TextRange.)
Top
See Also