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