Description
Returns or sets the processing mode tool for the local text.
It corresponds to the Local text handling list box in the Tool pane in Fred.
Syntax
object.LocalTxtProc (intmode) |
object
Required. Object name, returned by Dim objTool = Page.ObjGetTool..
intmode
n=0 prompt the user; corresponds to Prompt in the TOOL panel
n=1 clear the local text; corresponds to Remove in the TOOL panel
n=2 convert to jump line; corresponds to Convert to a jumpline in the TOOL panel
n=3 insert at the top of the linked text if first frame linked, otherwise remove ; corresponds to Insert at the top of the linked text in the TOOL panel
n=4 insert at the bottom of the linked text if first frame linked, otherwise remove ; corresponds to Insert at the bottom of the linked text in the TOOL panel