4.267 EditingCommands

x:Object > EditingCommands
EditingCommands
(usage)
{x:Static EditingCommands.StaticPropertyName}
(description)
Provides a standard set of editing related commands.
[is default constructible]
false
(static properties)
AlignCenter
RoutedUICommand
(description)
Represents the AlignCenter command, which requests that the current paragraph or a selection of paragraphs be centered.
AlignJustify
RoutedUICommand
(description)
Represents the AlignJustify command, which requests that the current paragraph or a selection of paragraphs be justified.
AlignLeft
RoutedUICommand
(description)
Represents the AlignLeft command, which requests that a selection of content be aligned left.
AlignRight
RoutedUICommand
(description)
Represents the AlignRight command, which requests that a selection of content be aligned right.
Backspace
RoutedUICommand
(description)
Represents the Backspace command, which requests that a backspace be entered at the current position or over the current selection.
CorrectSpellingError
RoutedUICommand
(description)
Represents the CorrectSpellingError command, which requests that any misspelled word at the current position be corrected.
DecreaseFontSize
RoutedUICommand
(description)
Represents the DecreaseFontSize command, which requests that the font size for the current selection be decreased by 1 point.
DecreaseIndentation
RoutedUICommand
(description)
Represents the DecreaseIndentation command, which requests that indentation for the current paragraph be decreased by one tab stop.
Delete
RoutedUICommand
(description)
Represents the Delete command, which requests that the current selection be deleted.
DeleteNextWord
RoutedUICommand
(description)
Represents the DeleteNextWord command, which requests that the next word (relative to a current position) be deleted.
DeletePreviousWord
RoutedUICommand
(description)
Represents the DeletePreviousWord command, which requests that the previous word (relative to a current position) be deleted.
EnterLineBreak
RoutedUICommand
(description)
Represents the EnterLineBreak command, which requests that a line break be inserted at the current position or over the current selection.
EnterParagraphBreak
RoutedUICommand
(description)
Represents the EnterParagraphBreak command, which requests that a paragraph break be inserted at the current position or over the current selection.
IgnoreSpellingError
RoutedUICommand
(description)
Represents the IgnoreSpellingError command, which requests that any instances of misspelled words at the current position or in the current selection be ignored.
IncreaseFontSize
RoutedUICommand
(description)
Represents the IncreaseFontSize command, which requests that the font size for the current selection be increased by 1 point.
IncreaseIndentation
RoutedUICommand
(description)
Represents the IncreaseIndentation command, which requests that indentation for the current paragraph be increased by one tab stop.
MoveDownByLine
RoutedUICommand
(description)
Represents the MoveDownByLine command, which requests that the caret move down by one line.
MoveDownByPage
RoutedUICommand
(description)
Represents the MoveDownByPage command, which requests that the caret move down by one page.
MoveDownByParagraph
RoutedUICommand
(description)
Represents the MoveDownByParagraph command, which requests that the caret move down by one paragraph.
MoveLeftByCharacter
RoutedUICommand
(description)
Represents the MoveLeftByCharacter command, which requests that the caret move one character left.
MoveLeftByWord
RoutedUICommand
(description)
Represents the MoveLeftByWord command, which requests that the caret move one word left.
MoveRightByCharacter
RoutedUICommand
(description)
Represents the MoveRightByCharacter command, which requests that the caret move one character right.
MoveRightByWord
RoutedUICommand
(description)
Represents the MoveRightByWord command, which requests that the caret move right by one word.
MoveToDocumentEnd
RoutedUICommand
(description)
Represents the MoveToDocumentEnd command, which requests that the caret move to the very end of content.
MoveToDocumentStart
RoutedUICommand
(description)
Represents the MoveToDocumentStart command, which requests that the caret move to the very beginning of content.
MoveToLineEnd
RoutedUICommand
(description)
Represents the MoveToLineEnd command, which requests that the caret move to the end of the current line.
MoveToLineStart
RoutedUICommand
(description)
Represents the MoveToLineStart command, which requests that the caret move to the beginning of the current line.
MoveUpByLine
RoutedUICommand
(description)
Represents the MoveUpByLine command, which requests that the caret move up by one line.
MoveUpByPage
RoutedUICommand
(description)
Represents the MoveUpByPage command, which requests that the caret move up by one page.
MoveUpByParagraph
RoutedUICommand
(description)
Represents the MoveUpByParagraph command, which requests that the caret move up by one paragraph.
SelectDownByLine
RoutedUICommand
(description)
Represents the SelectDownByLine command, which requests that the current selection be expanded down by one line.
SelectDownByPage
RoutedUICommand
(description)
Represents the SelectDownByPage command, which requests that the current selection be expanded down by one page.
SelectDownByParagraph
RoutedUICommand
(description)
Represents the SelectDownByParagraph command, which requests that the current selection be expanded down by one paragraph.
SelectLeftByCharacter
RoutedUICommand
(description)
Represents the SelectLeftByCharacter command, which requests that the current selection be expanded left by one character.
SelectLeftByWord
RoutedUICommand
(description)
Represents the SelectLeftByWord command, which requests that the current selection be expanded left by one word.
SelectRightByCharacter
RoutedUICommand
(description)
Represents the SelectRightByCharacter command, which requests that the current selection be expanded right by one character.
SelectRightByWord
RoutedUICommand
(description)
Represents the SelectRightByWord command, which requests that the current selection be expanded right by one word.
SelectToDocumentEnd
RoutedUICommand
(description)
Represents the SelectToDocumentEnd command, which requests that the current selection be expanded to the very end of content.
SelectToDocumentStart
RoutedUICommand
(description)
Represents the SelectToDocumentStart command, which requests that the current selection be expanded to the very beginning of content.
SelectToLineEnd
RoutedUICommand
(description)
Represents the SelectToLineEnd command, which requests that the current selection be expanded to the end of the current line.
SelectToLineStart
RoutedUICommand
(description)
Represents the SelectToLineStart command, which requests that the current selection be expanded to the beginning of the current line.
SelectUpByLine
RoutedUICommand
(description)
Represents the SelectUpByLine command, which requests that the current selection be expanded up by one line.
SelectUpByPage
RoutedUICommand
(description)
Represents the SelectUpByPage command, which requests that the current selection be expanded up by one page.
SelectUpByParagraph
RoutedUICommand
(description)
Represents the SelectUpByParagraph command, which requests that the current selection be expanded up by one paragraph.
TabBackward
RoutedUICommand
(description)
Represents the TabBackward command.
TabForward
RoutedUICommand
(description)
Represents the TabForward command.
ToggleBold
RoutedUICommand
(description)
Represents the ToggleBold command, which requests that Bold formatting be toggled on the current selection.
ToggleBullets
RoutedUICommand
(description)
Represents the ToggleBullets command, which requests that unordered list (also referred to as bulleted list) formatting be toggled on the current selection.
ToggleInsert
RoutedUICommand
(description)
Represents the ToggleInsert command, which toggles the typing mode between Insert and Overtype.
ToggleItalic
RoutedUICommand
(description)
Represents the ToggleItalic command, which requests that Italic formatting be toggled on the current selection.
ToggleNumbering
RoutedUICommand
(description)
Represents the ToggleNumbering command, which requests that ordered list (also referred to as numbered list) formatting be toggled on the current selection.
ToggleSubscript
RoutedUICommand
(description)
Represents the ToggleSubscript command, which requests that subscript formatting be toggled on the current selection.
ToggleSuperscript
RoutedUICommand
(description)
Represents the ToggleSuperscript command, which requests that superscript formatting be toggled on the current selection.
ToggleUnderline
RoutedUICommand
(description)
Represents the ToggleUnderline command, which requests that Underline formatting be toggled on the current selection.