Contains all subtextparts in the main text or another main part of a document. It is a collection of objects of the type Sub
public sealed class SubTextPartCollection
Public NotInheritable Class SubTextPartCollection
Introduced: X13.
Enumeration | Description |
---|---|
Add |
Specifies the result when a subtextpart has been added to the document. |
Method | Description |
---|---|
Add | Adds a new subtextpart to the document. |
Copy |
Copies the elements of the collection to an array, starting at a particular index. |
Get |
Returns an enumerator that can be used to iterate through the collection. |
Get |
Gets a particular subtextpart from the collection. |
Remove | Removes a subtextpart from the collection including all its nested subtextparts. |
Property | Description |
---|---|
Count | Gets the number of elements contained in the collection. |
Is |
Returns true if the collection is designed to be thread safe, otherwise, it returns false. |
Item | Gets the subtextpart with the specified number from the collection. |
Sync |
Gets an object that can be used to synchronize access to the collection. |