SetTextWrap Object Command

SETTEXTWRAP Object Commands

Sets the text wrap options for the selected object(s).

settextwrap [type] [STANDOFF x y] [mode] [DOCUMENT name | WINDOW name | OBJECTID number]

type/k The type of wrap.

Options: SHAPE Wraps around the path.
BOUNDINGBOX Wraps around the bounding box.
FENCE Wraps around the clipping path.

mode/k How to wrap text.

Options: STANDOFF Sets the text offset.
NOWRAP Flows text over the objects.
WRAPLEFT Flows text to the left of the objects.
WRAPRIGHT Flows text to the right of the objects.
WRAPJUMP Does not flow text on either side of the objects.
WRAPAROUND Flows text on both sides of the objects.
WRAPINSIDE Flows text inside the objects, but not outside.

DOCUMENT/s The document name.

WINDOW/s The window name.

OBJECTID/i The number of the object. Default=current.

Examples:

settextwrap wrapjump standoff 0.125 0.125

 

SetTextWrap  Command Definition  url:PGScmd/settextwrap
  created:2006-03-31 10:53:00   last updated:2006-03-31 10:53:00
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For SetTextWrap
Dan Kilroy wrote...2006-05-03 19:09:03

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

Sets the {...} .

SetTextWrap ([SHAPE | BOUNDINGBOX | FENCE] [STANDOFF xoffset yoffset] [NOWRAP | WRAPLEFT | WRAPRIGHT | WRAPJUMP | WRAPAROUND | WRAPINSIDE] [DOCUMENT document | WINDOW document-window | OBJECTID objectid])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For SetTextWrap