Click or drag to resize

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
Syntax
VB
Public Enumeration OutputCommands
Members
  Member nameValueDescription
SaveToText0 Saves the output panel content into a text file.
SaveToRTF1 Saves the output panel content into an RTF file.
AppendToText2 Appends the output panel content to an existing text file.
CopyToClipboard3 Copies the output panel content to the clipboard.
ExportToExcel4 Exports the output panel content to Microsoft Excel.
Print5 Prints the output panel content.
Clear6 Clears the output panel content.
Remarks