Name | Description | |
---|---|---|
NSelection Constructor | Default constructor |
The following tables list the members exposed by NSelection.
Name | Description | |
---|---|---|
NSelection Constructor | Default constructor |
Name | Description | |
---|---|---|
CopyOptionsProperty | Schema associated with CopyOptions property | |
DeselectedEvent | Item deselected event | |
EnableTextIntegrityValidationProperty | Schema associated with EnableTextIntegrityValidation property | |
NSelectionSchema | Schema associated with NSelection | |
PasteOptionsProperty | Schema associated with PasteOptions property | |
SelectedEvent | Item selected event | |
SelectionChangedEvent | Reference to the selection changed event | |
UpdateEndedEvent | Multi selection ended event | |
UpdateStartedEvent | Multi selection started event |
Name | Description | |
---|---|---|
Anchor | Gets or sets the selection anchor. Valid only in Range mode. | |
CaretInline | Gets the inline that currently contains the the caret | |
ClipboardTextFormats | Gets or sets the clipboard text formats to use when copying/pasting from the clipboard | |
CommonFontName | Gets the common font name | |
CommonFontSize | Gets the common font size | |
CommonFontStyleBold | Gets the common font style bold | |
CommonFontStyleeStrikeThrough | Gets the common font style strike trough | |
CommonFontStyleItalic | Gets the common font style bold | |
CommonFontStyleUnderline | Gets the common font style bold | |
CopyOptions | Gets or sets the copy options applied when a copy operation is performed | |
EnableTextIntegrityValidation | Gets or sets whether text integrity validation is enabled | |
Mode | Gets or sets the selection mode | |
PasteOptions | Gets or sets the paste options applied when a paste operation is performed | |
Position | Gets or sets the selection position. Valid only in Range or Caret mode. | |
SelectedElementsRange | Gets the first selected element, when the selection is in Elements mode. | |
SelectedItems | Gets a list that contains the selected items. Valid only in Items selection mode. | |
SelectedItemsCount | Gets the count of selected items. Valid only in Items selection mode. | |
SelectedRange | Gets the last selected range | |
SelectedRanges | Gets the currently selected range. Valid only in Range mode. |
Name | Description | |
---|---|---|
AddFontStyleToSelectedInlines | Adds the specified font style to the currently selected inlines | |
ApplyBulletSettings | Applies the specified settings to the range. | |
ApplyBulletType | Applies the specified bullet style to the range. | |
ApplyInlineStyleToSelectedInlines | Applies the given inline style to the currently selected inlines. | |
ApplyParagraphStyleToSelectedParagraphs | Applies the given paragraph style to the currently selected paragraphs. | |
CanCopy | Returns true if the current selection can be copied to the clipboard | |
CanDecreaseIndent | Returns true if the indent can be decreased on the current selection | |
CanDeleteTable | Returns true if the current selection contains a table (or a single table in the case of range selection) | |
CanDeleteTableColumns | Returns true if the current selection contains a single table column | |
CanDeleteTableRows | Returns true if the current selection contains a single table and hence the delete rows operation is supported | |
CanInsertGroupBlock | Retuns true if the selection can currently insert a group block | |
CanInsertTable | Returns true if a table can be inserted at the current selection | |
CanInsertTableColumn | Returns true if a table column can be inserted given the current selection | |
CanInsertTableRow | Returns true if insert row above / below can be executed | |
CanMergeCells | Returns true if the current selection can perform the merge cells command | |
CanPaste | Returns true if the clipboard contains text in one of the supported clipboard formats | |
CanPasteFromFormat | Returns true if the clipboard contains text in the specified format | |
CanSplitCellHorizontally | Returns true if the current cell can be split horizontally | |
CanSplitCellVertically | Returns true if the current cell can be split vertically | |
CanUngroupBlocks | Gets whether the current selection contains blocks that can decrease their block indent from the root | |
ChangeCharacterSpacingOfSelectedInlines | Changes the font size of the currently selected inlines | |
ChangeFontSizeOfSelectedInlines | Changes the font size of the currently selected inlines | |
ChangeWordSpacingOfSelectedInlines | Changes the font size of the currently selected inlines | |
ClearBullets | Clears all bullet lists and bullet list items in the specified range. | |
ClearFontStyleFromSelectedInlines | Clears the specified font style from the currently selected inlines | |
ClearPropertyValueInSelectedInlines | Clears the specified property from the currently selected inlines | |
CommitTransaction | Commits the last started transaction | |
Copy | Overloaded. Copies the selected text into the clipboard with the specified text formats | |
DecreaseIndent | Decreases the indentation of the selected paragraphs | |
DecreaseParagraphsDepth | Decreases the depth of all paragraph in the specified range. | |
Delete | Delete the currently selected range | |
DeleteBlock | Deletes the given block element. | |
DeleteNextGrapheme | Delete the next grapheme from the text | |
DeleteNextWord | Delete the next word from the text | |
DeletePrevChar | Delete the previous char from the text | |
DeletePrevWord | Delete the previous word from the text | |
DeleteTable | Deletes the currently selected table. | |
DeleteTableColumns | Deletes the currently selected table column | |
DeleteTableOfContents | Deletes the currently selected table of contents. | |
DeleteTableRows | Deletes the currently selected table table rows | |
Deselect | Overloaded. Deselects the specified item if it selected | |
DeselectAll | Deselects all currently selected items | |
GetBlocksContainedInRange | Gets the blocks contained in the specified range | |
GetCaretInline | Gets the inline that contains the caret | |
GetCopyDocument | Gets the copy document | |
GetDecreaseIndentTargetBlocks | Gets the blocks currently target for a decrease indent operation | |
GetSelectedBlocks | Gets the selected blocks. | |
GetSelectedGroupBlocks | Gets the selected group blocks | |
GetSelectedInlines | Gets the currently selected inline elements | |
GetSelectedParagraphs | Gets the currently selected paragraphs | |
GetSelectedSections | Gets the selected sections. | |
GetSelectedTableCells | Gets the selected table cells. | |
GetSelectedTableColumns | Gets the currently selected table columns | |
GetSelectedTableRows | Gets the currently selected table rows iterator | |
GetSelectedTables | Gets the selected tables. | |
GetSelectedText | Accumulates and returns the selected text of this rich text view replacing breaks and tabs with a single space character. | |
GroupBlocks | Increases the indent of the current selection | |
IncreaseIndent | Increases the indent of the selected paragraphs | |
InsertAtom | Inserts a text atom at the currently selected position | |
InsertBlock | Inserts the given block at the current position. If the selection contains a range, then this range is removed from the text. | |
InsertGroupBlock | Inserts a group block at the current selection and returns a reference to it | |
InsertSectionBreak | Inserts a section break at the current position | |
InsertTable | Overloaded. Inserts the table at the current position. | |
InsertTableColumn | Inserts a table column to the left or right of the currently selected table column | |
InsertTableOfContents | Inserts the given table of contents block at the current position. If the selection contains a range, then this range is removed from the text. | |
InsertTableRow | Inserts a table row above the current table cell | |
InsertText | Overloaded. Inserts a string at the current text position and advances it to the end of newly inserted text. If there is a selected range of text it is first removed. | |
IsSelected | Determines whether the specified item is selected | |
MergeCells | Merges the table cells in the current selection | |
MoveCaret | Moves the caret in the specified direction. | |
MoveCaretTo | Moves the caret to the specified position. | |
MultiSelect | Overloaded. Appends the specified item to the selection list, without removing the currently selected items. | |
OnSelectionChanged | Called when the selection has changed. | |
Paste | Pastes the text from the clipboard | |
PasteFromFormat | Pastes the content of the clipboard in the specified format | |
RollbackTransaction | Rollbacks the last started transaction | |
SelectAll | Selects the whole document | |
SelectRange | Overloaded. Selects the specified range | |
SelectTableColumn | Selects the specified table column | |
SetBackgroundFillToSelectedInlines | Sets the specified background fill to the currently selected inlines. | |
SetBaseLineToSelectedInlines | Sets the specified baseline value to the currently selected inlines | |
SetBlockFloatMode | Applies the specified float mode to the range. | |
SetFillToSelectedInlines | Sets the specified fill to the currently selected inlines | |
SetFontNameToSelectedInlines | Sets the specified font name to the currently selected inlines | |
SetFontSizeToSelectedInlines | Sets the specified font size to the currently selected inlines | |
SetHighlightFillToSelectedInlines | Sets the specified highlight fill to the currently selected inlines. | |
SetShadowToSelectedInlines | Sets the specified shadow to the currently selected inlines | |
SetStrokeToSelectedInlines | Sets the specified stroke to the currently selected inlines | |
SingleSelect | Overloaded. Makes the specified item the one and only selected item | |
SplitBlocksAtRange | Splits the blocks at the specified range | |
SplitCellHorizontally | Splits the currently selected cell horizontally | |
SplitCellVertically | Splits the currently selected cell horizontally | |
StartTransaction | Overloaded. Starts a history transaction | |
ToggleSelect | Overloaded. Toggles the item selection state | |
UngroupBlocks | Decreases the indent of the blocks contained in the current selection |
Name | Description | |
---|---|---|
AdOC | ||
AEOC | ||
bEOC | ||
bfOC | ||
bGOC | ||
bjOC | ||
CdOC | ||
CfOC | ||
CjOC | ||
ddOC | ||
dIOC | ||
djOC | ||
EEOC | ||
EfOC | ||
EGOC | ||
EjOC | ||
fdOC | ||
GEOC | ||
GjOC | ||
hdOC | ||
hfOC | ||
hGOC | ||
hjOC | ||
hKOC | ||
IEOC | ||
jjOC | ||
jKOC | ||
KdOC | ||
KEOC | ||
KfOC | ||
KGOC | ||
lGOC | ||
lKOC | ||
MEOC | ||
MhOC | ||
MjOC | ||
nfOC | ||
nGOC | ||
OGOC | ||
OhOC | ||
OnContextPopupClosed | Called when the context popup is closed. | |
OnEndItemsUpdate | Called when the selection has ended an updated of the selected elements. Raises the UpdateEnded event. | |
OnItemDeselected | Called when the specified item has been deselected | |
OnItemSelected | Called when the specified item has been selected. Raises the Selected event | |
OnStartItemsUpdate | Called when the selection starts an update of the selected elements. Raises the UpdateStarted event. | |
pdOC | ||
pjOC | Overloaded. | |
QfOC | ||
QhOC | ||
rdOC | ||
rGOC | ||
SfOC | ||
SjOC | ||
tGOC | ||
tjOC | ||
UdOC | ||
UGOC | ||
UjOC | ||
vdOC | ||
WCOC | ||
WdOC | ||
xdOC | ||
xGOC | ||
YEOC | ||
YfOC | ||
YIOC |
Name | Description | |
---|---|---|
Deselected | Event, which occurs when an item has been deselected | |
Selected | Event, which occurs when an item has been selected | |
SelectionChanged | Occurs when the selection has changed | |
UpdateEnded | Event, which occurs when the selection has been updated | |
UpdateStarted | Event, which occurs when the selection is to updated |