Represents default command descriptors for FixedDocumentViewerBase.
Definition
Namespace:Telerik.Windows.Documents.Commands.Descriptors
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
public class DefaultCommandDescriptors : CommandDescriptors, INotifyPropertyChanged
Inheritance: objectCommandDescriptorsDefaultCommandDescriptors
Implements:
Inherited Members
Constructors
Initializes a new instance of the DefaultCommandDescriptors class.
public DefaultCommandDescriptors(FixedDocumentViewerBase fixedDocumentViewer)
The fixed document viewer.
Properties
Gets the activate bookmark item command descriptor.
public override CommandDescriptorBase ActivateBookmarkItemCommandDescriptor { get; }
Overrides:
Gets the additional commands descriptor group.
public override CommandDescriptorGroup AdditionalCommandDescriptorsGroup { get; }
The additional commands descriptor group.
Overrides:
Gets the copy command descriptor.
public override CommandDescriptorBase CopyCommandDescriptor { get; }
The copy command descriptor.
Overrides:
Gets the find command descriptor.
public override CommandDescriptorBase FindCommandDescriptor { get; }
The find command descriptor.
Overrides:
Gets the find previous command descriptor.
public override CommandDescriptorBase FindPreviousCommandDescriptor { get; }
The find previous command descriptor.
Overrides:
Gets the fit to page command descriptor.
public override CommandDescriptorBase FitToPageCommandDescriptor { get; }
The fit to page command descriptor.
Overrides:
Gets the fit to page fixed document single page view presenter command descriptor.
public override CommandDescriptorBase FitToPageFixedDocumentSinglePageViewPresenterCommandDescriptor { get; }
The fit to page fixed document single page view presenter command descriptor.
Overrides:
Gets the fit to width command descriptor.
public override CommandDescriptorBase FitToWidthCommandDescriptor { get; }
The fit to width command descriptor.
Overrides:
Gets the fit to width fixed document pages presenter command descriptor.
public override CommandDescriptorBase FitToWidthFixedDocumentPagesPresenterCommandDescriptor { get; }
The fit to width fixed document pages presenter command descriptor.
Overrides:
Gets the move caret line down command.
public override CommandDescriptorBase MoveCaretLineDownCommandDescriptor { get; }
The move caret line down command.
Overrides:
Gets the move caret line up command.
public override CommandDescriptorBase MoveCaretLineUpCommandDescriptor { get; }
The move caret line up command.
Overrides:
Gets the move caret to end of document command.
public override CommandDescriptorBase MoveCaretToEndOfDocumentCommandDescriptor { get; }
The move caret to end of document command.
Overrides:
Gets the move caret to line end command.
public override CommandDescriptorBase MoveCaretToLineEndCommandDescriptor { get; }
The move caret to line end command.
Overrides:
Gets the move caret to line start command.
public override CommandDescriptorBase MoveCaretToLineStartCommandDescriptor { get; }
The move caret to line start command.
Overrides:
Gets the move caret to next character command.
public override CommandDescriptorBase MoveCaretToNextCharacterCommandDescriptor { get; }
The move caret to next character command.
Overrides:
Gets the move caret to next word command.
public override CommandDescriptorBase MoveCaretToNextWordCommandDescriptor { get; }
The move caret to next word command.
Overrides:
Gets the move caret to previous character command.
public override CommandDescriptorBase MoveCaretToPreviousCharacterCommandDescriptor { get; }
The move caret to previous character command.
Overrides:
Gets the move caret to previous word command.
public override CommandDescriptorBase MoveCaretToPreviousWordCommandDescriptor { get; }
The move caret to previous word command.
Overrides:
Gets the move caret to start of document command.
public override CommandDescriptorBase MoveCaretToStartOfDocumentCommandDescriptor { get; }
The move caret to start of document command.
Overrides:
Gets the move down command descriptor.
public override CommandDescriptorBase MoveDownCommandDescriptor { get; }
The move down command descriptor.
Overrides:
Gets the move left command descriptor.
public override CommandDescriptorBase MoveLeftCommandDescriptor { get; }
The move left command descriptor.
Overrides:
Gets the move right command descriptor.
public override CommandDescriptorBase MoveRightCommandDescriptor { get; }
The move right command descriptor.
Overrides:
Gets the move up command descriptor.
public override CommandDescriptorBase MoveUpCommandDescriptor { get; }
The move up command descriptor.
Overrides:
Gets the open command descriptor.
public override CommandDescriptorBase OpenCommandDescriptor { get; }
The open command descriptor.
Overrides:
Gets the page down command descriptor.
public override CommandDescriptorBase PageDownCommandDescriptor { get; }
The page down command descriptor.
Overrides:
Gets the page up command descriptor.
public override CommandDescriptorBase PageUpCommandDescriptor { get; }
The page up command descriptor.
Overrides:
Gets the print command descriptor.
public override CommandDescriptorBase PrintCommandDescriptor { get; }
The print command descriptor.
Overrides:
Gets the rotate clockwise command descriptor.
public override CommandDescriptorBase RotateClockwiseCommandDescriptor { get; }
The rotate clockwise command descriptor.
Overrides:
Gets the rotate counter clockwise command descriptor.
public override CommandDescriptorBase RotateCounterClockwiseCommandDescriptor { get; }
The rotate counter clockwise command descriptor.
Overrides:
Gets the save as command descriptor.
public override CommandDescriptorBase SaveAsCommandDescriptor { get; }
The save as command descriptor.
Overrides:
Gets the select all command descriptor.
public override CommandDescriptorBase SelectAllCommandDescriptor { get; }
The select all command descriptor.
Overrides:
Gets the set fixed document pages presenter command descriptor.
public override CommandDescriptorBase SetFixedDocumentPagesPresenterCommandDescriptor { get; }
The set fixed document pages presenter command descriptor.
Overrides:
Gets the set fixed document single page view presenter command descriptor.
public override CommandDescriptorBase SetFixedDocumentSinglePageViewPresenterCommandDescriptor { get; }
The set fixed document single page view presenter command descriptor.
Overrides:
Gets the show find dialog command descriptor.
public override CommandDescriptorBase ShowFindDialogCommandDescriptor { get; }
The show find dialog command descriptor.
Overrides:
Gets the show signature properties dialog command descriptor.
public override CommandDescriptorBase ShowSignaturePropertiesDialogCommandDescriptor { get; }
The show signature properties dialog command descriptor.
Overrides:
Gets the show sign signature dialog command descriptor.
public override CommandDescriptorBase ShowSignSignatureDialogCommandDescriptor { get; }
The show sign signature dialog command descriptor.
Overrides:
Gets the sign signature command descriptor.
public override CommandDescriptorBase SignSignatureCommandDescriptor { get; }
The sign signature command descriptor.
Overrides:
Gets the sync current bookmark item command descriptor.
public override CommandDescriptorBase SyncCurrentBookmarkItemCommandDescriptor { get; }
Overrides:
Gets the text selection command descriptors group.
public override CommandDescriptorGroup TextSelectionCommandDescriptorsGroup { get; }
The text selection command descriptors group.
Overrides:
Gets the validate signatures command descriptor.
public override CommandDescriptorBase ValidateSignaturesCommandDescriptor { get; }
The validate signatures command descriptor.
Overrides:
Gets the view command descriptors group.
public override CommandDescriptorGroup ViewCommandDescriptorsGroup { get; }
The view command descriptors group.
Overrides:
Gets the zoom in command descriptor.
public override CommandDescriptorBase ZoomInCommandDescriptor { get; }
The zoom in command descriptor.
Overrides:
Gets the zoom out command descriptor.
public override CommandDescriptorBase ZoomOutCommandDescriptor { get; }
The zoom out command descriptor.
Overrides: