TextSegmentCollection

TextSegmentCollection class

Represents a text segments collection

The TextSegmentCollection type exposes the following members:

Properties

NameDescription
sync_rootGets an object that can be used to synchronize access to the collection.
is_synchronizedGets a value indicating whether access to the collection is synchronized (thread safe).

Indexer

NameDescription
[index]Gets the text segment element at the specified index.

See Also