Indicates the end of the default settings.
*EndDefaults()Indicates the end of the default settings. |
|||||
*EndDefaults()Indicates the end of the default settings. |
Syntax |
*EndDefaults() |
Example |
*Id("MotionView v4.0")
*BeginDefaults() *SetAutoSaveInterval(0) *SetDefaultPageLayout(1) *SetDefaultPSFile("data.ps") *SetDefaultPrinterOrientation(Landscape) *SetDefaultPrintRange(Current) • • • *EndDefaults() |
Application |
MotionView, HyperView, HyperGraph, HyperStudy, TextView, and MediaView. |
Comments |
The *BeginDefaults() statement requires a closing *EndDefaults() statement. |
See also |
|