*BeginTextEditorDefaults()
Indicates the beginning of a text editor preferences block.
Syntax
*BeginTextEditorDefaults()
Application
HyperGraph
Example
*BeginTextEditorDefaults()
   *Font("Times",0,1,12)
   *TextColor(3)
   *BackGroundColor(4)
*EndTextEditorDefaults()Comments
Every *BeginTextEditorDefaults() statement requires a closing *EndTextEditorDefaults() statement.