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