Contains all editable regions in the main text or another part of a document. It is a collection of objects of the type Editable
public sealed class EditableRegionCollection
Public NotInheritable Class EditableRegionCollection
Introduced: X15.
Enumeration | Description |
---|---|
Add |
Specifies the result when an editable region has been added to the document. |
Method | Description |
---|---|
Add | Adds a new editable region 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 the editable region with the specified id. |
Get |
Gets all editable regions at the current text input position. |
Remove | Removes an editable region from the collection. |
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 editable region with the specified number from the collection. |
Sync |
Gets an object that can be used to synchronize access to the collection. |