Class CommandTargets
Specifies targets on which commands could be applied.
Inheritance
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Documents.dll
Syntax
public sealed class CommandTargets : Enum
Fields
All
The command can be applied on all document parts.
Declaration
public const CommandTargets All
Field Value
CommandTargets
|
Comment
The command can be applied on comments.
Declaration
public const CommandTargets Comment
Field Value
CommandTargets
|
DocumentBody
The command can be applied on main document body.
Declaration
public const CommandTargets DocumentBody
Field Value
CommandTargets
|
HeaderFooter
Note
The command can be applied on footnotes and endnotes.
Declaration
public const CommandTargets Note
Field Value
CommandTargets
|
ShapeText
The command can be applied on shape text box element.
Declaration
public const CommandTargets ShapeText
Field Value
CommandTargets
|
value__
Declaration
public int value__
Field Value
System.Int32
|