HyperWorks Desktop

*PrintAreaBorders()

Specifies whether window borders are drawn when printing.

*PrintAreaBorders()

Specifies whether window borders are drawn when printing.

Previous topic Next topic No expanding text in this topic  

*PrintAreaBorders()

Specifies whether window borders are drawn when printing.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*PrintAreaBorders(On/Off)

Arguments

Names

Description

 

On

Draws window borders.

 

Off

Disables the window border drawing feature.

Example

*BeginDefaults()

 *SetAutoSaveInterval(0)

 *SetDefaultPageLayout(1)

 *PrintAreaBorders(On)

 *SetDefaultPSFile("data.ps")

 *AddPrinter("lj2", "1pr -Plj2")

 *SetDefaultPrinterOrientation(Landscape)

 *SetDefaultPrintRange(Current)

 • • •

Application

MotionView, HyperView, HyperGraph, TextView, and MediaView.

Context

*BeginDefaults()

Comments

The original default is on.

See also

 

*SetBorderColor()

*SetDefaultPrinterOrientation()

*SetDefaultPrintRange()

*SetDefaultPSFile()

*SetPrintLineThickness()

List of Preference Statements