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 |