A set of re-useable commands.
Classes
| Class | Description | |
|---|---|---|
| ClearHighlightCommand |
Clears all highlight annotations from the current text selection
| |
| CommandBase |
Represents the basic command implementation.
| |
| CopyToClipboardCommand |
Copies selected text to the clipboard.
| |
| GenericCommand<(Of <(<'T>)>)> |
A generic command capable of executing any action.
| |
| HighlightCommand |
The command that highlights the current text selection.
| |
| NavigateSelectionCommand |
Performs a link navigation based on the current selected text.
| |
| OpenFromDiskCommand |
The command that opens an XPS document from disk using the DefaultPackageReader and assigns it to a DocumentDataSource.
| |
| SelectDocumentCommand |
The command that selects all text of an entire document.
| |
| SelectionCommand |
The base class for all commands that work with a text selection.
| |
| SelectPageCommand |
The command that selects all text of a single page.
| |
| UnselectCommand |
The command that clears the selected text.
|