SetHyphenLanguage Text Command

SETHYPHENLANGUAGE Text Commands

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

sethyphenlanguage [MINSIZES word before after what] [DOCUMENT name | WINDOW name | STYLETAG name]

language/s The hyphenation language:

DEFAULT Document/chapter default.
AMERICAN American English.
ENGLISH International English.
FRANCAIS French.
DEUTSCH German.

MINSIZES/i Sets the smallest word to hyphenate, and the minimum characters before and after

the hyphen. what/k Sets what to hyphenate.

Options: LOWERONLY Hyphenates lowercase words only.
UPPERLOWER Hyphenates all words.

DOCUMENT/s The document name.

WINDOW/s The window name.

STYLETAG/s Sets the attribute for a style tag.

Notes:

Examples:

sethyphenlanguage American minsizes 5 2 2 loweronly

sethyphenlanguage Francais minsizes 6 3 2 ยจ
upperlower styletag 'Body Text'

 

SetHyphenLanguage  Command Definition  url:PGScmd/sethyphenlanguage
  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 SetHyphenLanguage
Dan Kilroy wrote...2006-05-04 17:06:18

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

Gets the {...} .

SetHyphenLanguage (<DEFAULT | language> [DATA word before after <LOWERONLY | UPPERLOWER>] [DOCUMENT document | WINDOW document-window | STYLETAG document:...-tagname])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetHyphenLanguage