InsertSpace Text Command

INSERTSPACE Text Commands

Inserts a space at the insertion point.

insertspace [DOCUMENT name | WINDOW name]

type/k The type of space to insert.

Options: SPACE Breaking space.
NBSPACE Non-breaking space.
THIN Breaking thin space.
NBTHIN Non-breaking thin space.
EN Breaking en space.
NBEN Non-breaking en space.
EM Breaking em space.
NBEM Non-breaking em space.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

Examples:

insertspace thin

insertspace nben document 'project.doc'

 

InsertSpace  Command Definition  url:PGScmd/insertspace
  created:2006-03-30 14:58:59   last updated:2006-03-30 14:58:59
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For InsertSpace
Dan Kilroy wrote...2006-05-04 16:55:52

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

Gets the {...} .

InsertSpace ([SPACE | NBSPACE | ENQUAD | NBENQUAD | EMQUAD | NBEMQUAD | EN | NBEN | EM | NBEM | THREEPEREM | NBTHREEPEREM | FOURPEREM | NBFOURPEREM | SIXPEREM | NBSIXPEREM | FIGURE | NBFIGURE | PUNCTUATION | NBPUNCTUATION | THIN | NBTHIN | HAIR | NBHAIR] [DOCUMENT document | WINDOW document~window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For InsertSpace