SetMinLineLength Text Command

SETMINLINELENGTH Text Commands

Sets the minimum line length at the insertion point, for selected text or for a style tag. This is the minimum length of a line on which PageStream will try to fit a line of text. If the column is narrower than the minimum line length, or more likely, if text runaround an object shortens the usable line length to less than this value, PageStream will not place text on this line.

setminlinelength [DOCUMENT name | WINDOW name | STYLETAG name]

length/d The minimum line length. Default = 0.5".

DOCUMENT/s The document name.

WINDOW/s The window name.

STYLETAG/s Sets the attribute for a style tag.

Notes:

The length is measured in the horizontal measurement system units unless specified otherwise.

Examples:

setminlinelength 0.75

setminlinelength '8p' document 'project.doc'

setminlinelength 0.5 styletag 'Special Format'

 

SetMinLineLength  Command Definition  url:PGScmd/setminlinelength
  created:2006-03-31 10:52:56   last updated:2006-03-31 10:52:56
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SetMinLineLength
Dan Kilroy wrote...2006-05-04 17:05:10

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

SetMinLineLength (value [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetMinLineLength