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