Click or drag to resize
TextSelectionType Enumeration
The type of a selection.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public enum TextSelectionType
Members
  Member nameValueDescription
None0No selection and no insertion point.
InsertionPoint1Insertion point.
Normal2Single nondegenerate range.
Frame3Frame.
Column4Table column.
Row5Table rows.
Block6Block selection.
InlineShape7Picture.
Shape8Shape.
See Also