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