Click or drag to resize
TextRange Properties

The TextRange type exposes the following members.

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