SetHyphenation Text Command

SETHYPHENATION Text Commands

Sets hyphenation options at the insertion point, for selected text or for a style tag.

sethyphenation [DOCUMENT name | WINDOW name | STYLETAG name]

toggle/k Toggles on or off hyphenation.

Options: on | off.

zone/d The hyphenation zone.

max/i The maximum hyphens in a row.

DOCUMENT/s The document name.

WINDOW/s The window name.

STYLETAG/s Sets the attribute for a style tag.

Notes:

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

Examples:

sethyphenation on

sethyphenation zone 0.5 2

sethyphenation off styletag 'Headline'

 

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

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

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

Gets the {...} .

SetHyphenation ([ON [ZONE zone inarow] | OFF] [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetHyphenation