RichEditSelection Members
In This Article
#Properties
Name | Description |
---|---|
collapsed | Specifies whether the current selection is collapsed (the cursor position). |
intervals | Specifies an array of selected intervals in the document. |
is |
Gets whether only a floating picture or text box is selected. |
is |
Gets whether only a picture is selected. |
is |
Gets whether only a text box is selected. |
#Methods
Name | Description |
---|---|
get |
Gets the length of the active sub-document. |
go |
Moves the cursor to the end of the active sub-document and allows you to extend the selection. |
go |
Moves the cursor to the start of the active sub-document and allows you to extend the selection. |
go |
Moves the cursor to the end of the line and allows you to extend the selection. |
go |
Moves the cursor to the start of the line and allows you to extend the selection. |
go |
Moves the cursor to the next character and allows you to extend the selection. |
go |
Moves the cursor to the next line and allows you to extend the selection. |
go |
Moves the cursor to the next page and allows you to extend the selection. |
go |
Moves the cursor to the next word and allows you to extend the selection. |
go |
Moves the cursor to the end of the paragraph and allows you to extend the selection. |
go |
Moves the cursor to the start of the paragraph and allows you to extend the selection. |
go |
Moves the cursor to the previous character and allows you to extend the selection. |
go |
Moves the cursor to the previous line and allows you to extend the selection. |
go |
Moves the cursor to the previous page and allows you to extend the selection. |
go |
Moves the cursor to the previous word and allows you to extend the selection. |
go |
Moves the cursor to the next page break mark and extends the selection. |
go |
Moves the cursor to the previous page break mark and extends the selection. |
select |
Selects the entire content of the active sub-document. |
select |
Selects the line in which the cursor is located and allows you to extend the selection. |
select |
Selects the paragraph in which the cursor is located. |
select |
Selects the entire table in which the cursor is located. |
select |
Selects the table cell in which the cursor is located. |
select |
Selects the table row in which the cursor is located. |
set |
Makes the specified sub-document active. |
set |
Creates a footer sub-document (if it was not created before) and sets the footer as the active sub-document. Moves the cursor to the footer’s start position. |
set |
Creates a header sub-document (if it was not created before) and sets the header as the active sub-document. Moves the cursor to the header’s start position. |
set |
Makes the main sub-document active and moves the cursor to its beginning. |
set |
Selects the specified interval |
set |
Makes the specified text box active. |
See Also