TextFrameDisplay property

Sets or returns whether the frame of the text object is displayed instead of the text itself (QTEXTMODE).

Syntax

BooleanVariable = object.TextFrameDisplay

object.TextFrameDisplay = <Boolean>

Where:

     BooleanVariable determines whether the frame is displayed (True) or not (False).

     object is the DocumentPreferences object.

Examples ...

TextFrameDisplay property example