An Editable
public class EditableRegion
Public Class EditableRegion
Introduced: X15.
Constructor | Description |
---|---|
Editable |
Initializes a new instance of the Editable |
Method | Description |
---|---|
Save | Saves the editable region's text with the specified format. |
Scroll |
Sets the current input position to the beginning of an editable region and scrolls it into the visible part of the document. |
Property | Description |
---|---|
Default |
Gets the default highlight color of an editable region. |
Highlight |
Gets or sets the highlight color for the editable region. |
Highlight |
Gets or sets a value indicating when the editable region is highlighted. |
ID | Gets or sets the editable region's identifier. |
Length | Gets the number of characters which belong to the editable region. |
Number | Gets the editable region's number. |
Start | Gets the index (one-based) of the first character which belongs to the editable region. |
Text | Gets the editable region's text. |
User |
Gets or sets the name of the user who can edit the region. |