TextRangeCollection Class |
Namespace: Spire.Presentation.Collections
The TextRangeCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the number of elements actually contained in the collection.
(Inherited from
TextRangeList
.)
|
|
|
IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread-safe).
|
|
|
Item |
Gets the element at the specified index.
(Inherited from
TextRangeList
.)
|
|
|
SyncRoot |
Gets a synchronization root.
Readonly
Object
.
|
| Name | Description | |
|---|---|---|
|
|
Append |
Adds a text range to the end of collection.
(Inherited from
TextRangeList
.)
|
|
|
Clear |
Removes all elements from the collection.
(Inherited from
TextRangeList
.)
|
|
|
CopyTo |
Copies all elements from the collection to the specified array.
|
|
|
Equals | (Overrides TextRangeList Equals(Object) .) |
|
|
GetEnumerator |
Gets an enumerator for the entire collection.
(Inherited from
TextRangeList
.)
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
Insert |
Inserts a Portion into the collection at the specified index.
(Inherited from
TextRangeList
.)
|
|
|
RemoveAt |
Removes the element at the specified index of the collection.
(Inherited from
TextRangeList
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|