OutputCommands Enumeration
|
|
Defines the supported Output panel actions.
Namespace:
MediaCy.Addins.Scripting
Assembly:
MediaCy.Addins.Scripting (in MediaCy.Addins.Scripting.dll) Version: 3.1.0.0
SyntaxPublic Enumeration OutputCommands
Members
| Member name | Value | Description |
---|
| SaveToText | 0 |
Saves the output panel content into a text file.
|
| SaveToRTF | 1 |
Saves the output panel content into an RTF file.
|
| AppendToText | 2 |
Appends the output panel content to an existing text file.
|
| CopyToClipboard | 3 |
Copies the output panel content to the clipboard.
|
| ExportToExcel | 4 |
Exports the output panel content to Microsoft Excel.
|
| Print | 5 |
Prints the output panel content.
|
| Clear | 6 |
Clears the output panel content.
|
Remarks
See Also