AppGetLocalTextProcessing Method

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:11

Description

Returns the value, set by the AppSetLocalTextProcessing to control the behavior of prompt when linking a frame with local text to an article or stand-alone text.

Syntax

value = Fred.AppGetLocalTextProcessing

value

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

n=5 insert at the top of the linked text if first frame linked, otherwise convert to jump line

n=6 insert at the bottom of the linked text if first frame linked, otherwise convert to jump line

Note

The LinkSelected command always allows to insert at top of the linked text, while TxtLink allows it only if first frame is being linked.

Context

Fred application dispatcher commands

See also

AppSetLocalTextProcessing, AppGetImgProcessing