ArborX


text-flags

Longname: text-flags   Open the Documentation Legend
Released: 7.67a 
Created: 7.67a 
See also: <?page> <?frame> clear default width height kill add-to-page raw position size text text-margins page-kill event pageoffset end-of pb (n/a) after-page ttmapret ttmaprety ttignmsp ttignssp ttignesp ttignsp resize update ttmaptab (n/a) select setcols

Summary
Enables override of inherited stream flags in auto generated extracted stream, used as part of an inline frame creation command sequence within the <?frame> command.
Example extract

The auto generated text stream will have the ttignmsp flag set.

 <?frame clear> 1
 <?frame size 80mm, 30mm> 2
 <?frame position 50mm, 70mm> 3
 <?frame raw name "Simple_1"> 4
 <?frame text 4, "strm", "1", "99"> 5
 <?frame text-flags ttignmsp> 6
 <?frame add-to-page> 7
4
Always clear any preexisting frame properties that may be in memory, otherwise they could get applied to the frame that you are creating.
6
The size of your frame.
8
The position of your frame.
10
Give the frame a name. This is because frames are always referred to by name if they require modification (the frame number is never used). This is also useful because of the way auto frames are handled internally - the name is required to uniquely identify a frame. This is particularly important for the autocopy feature, and for killing frames.
12
Auto generated text stream with the ttignmsp flag set.
14
Always add to page (this actually adds the frame to the page).

Syntax (7.67a)
text-flags  flag:L+
flag:L

Auto generated extracted text streams inherit the stream flags from the source stream, although these can be overwritten using the flags listed above.

ttmapret  Enable map returns (to space, or...)
ttmaprety  Returns map to yellow return
ttignmsp  Ignore multiple spaces
ttignssp  Ignore start spaces
ttignesp  Ignore end spaces
ttignsp  Ignore all spaces
The undo tag is always disabled.

Document created on 07-Apr-2003 (revision 001)