Click or drag to resize
TextUnit Enumeration
Types of units within the Text Object Model.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public enum TextUnit
Members
  Member nameValueDescription
Character1Character.
Word2Word.
Sentence3Sentence.
Paragraph4Paragraph.
Line5Line (on display).
Story6Story.
Screen7Screen (as for PAGE UP/PAGE DOWN).
Section8Section.
Column9Table column.
Row10Table row.
Window11Upper-left or lower-right corner of the window.
Cell12Table cell.
CharFormat13Run of constant character formatting.
ParaFormat14Run of constant paragraph formatting.
Table15Table.
Object16Embedded object.
See Also