Class OutputDocument

The OutputDocument class enables your IMLPlus programs to create and manipulate LISTING output documents. A LISTING output document is a container for output from the ODS LISTING destination.

Note: As of version 12.1, IML Studio uses the ODS HTML destination by default. The OutputDocument class pertains specifically to LISTING output documents.

The methods of the OutputDocument class are

ActivateWindow
Activates the LISTING output document window.

Clear
Deletes the contents of the LISTING output document.

Close
Closes the LISTING output document.

Create
Creates a new LISTING output document.

Exists
Determines whether a given OutputDocument exists and is valid.

GetDefault
Gets a reference to the OutputDocument object for the default LISTING output document.

IsEquivalent
Determines whether two objects of the OutputDocument class refer to the same LISTING output document.

IsInstance
Determines whether an object is an instance of the OutputDocument class.

LockContents
Locks or unlocks the LISTING output document.

PasteGraphic
Pastes a graphic from the Windows clipboard into the LISTING output document.

SaveToFile
Saves the LISTING output document to a file.

SetDefault
Designates the LISTING output document as the default LISTING output document.

SetTemporary
Controls whether the LISTING output document is configured as a temporary LISTING output document.

SetTextColor
Sets the color of subsequent textual output.

SetTextDefaultColor
Sets the color of subsequent textual output to be the default color.

SetTextDefaultFont
Sets the font of subsequent textual output to be the default font.

SetTextFont
Sets the font of subsequent textual output.

SetTextSize
Sets the size of subsequent textual output.

SetTextStyle
Sets the style of subsequent textual output.

SetTextTypeface
Sets the typeface of subsequent textual output.

SetWindowPosition
Positions the LISTING output document window within IML Studio's main window.

SetZoom
Zooms the LISTING output document window.

ShowThinWindowBorder
Controls the LISTING output document window's border.

ShowWindow
Shows or hides the LISTING output document window.