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