HyperWorks Desktop

*TextColor()

*TextColor()

Previous topic Next topic No expanding text in this topic  

*TextColor()

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

Description

Specifies the color of text for page headers and footers, and TextView.

Syntax

*TextColor(Color)

Argument

Name

Description

 

Color

A number from 0 to 63 representing any of the 64 colors on the palette.

Example

*BeginTextEditorDefaults()                            

  *Font("Times",0,1,12)                                

  *TextColor(3)                                        

  *BackGroundColor(4)                                  

  *Filename(".preferences.mvw")

*EndTextEditorDefaults()                              

Application

HyperGraph and TextView.

Context

*BeginTextEditorDefaults()

Comments

Page headers and footers are different than plot headers and footers.

See Also

 

*BackgroundColor()

*BeginTextEditorDefaults()

List of Preference Statements