PickUpAttributes System Command

PICKUPATTRIBUTES Text Commands

Picks up text or object attributes.

pickupattributes [PAGE number | MPG name | DOCUMENT name | WINDOW name]

AT/d Applies to the paragraph at this position.

RANGE/d Applies to all paragraphs in this range.

stack/k Specifies which text to apply to.

Options: FRONTMOST Selects in the frontmost article at the point. Default.

BACKMOST Selects in the backmost article at the point.

OBJECTID/i The number of the object to use.

PAGE/s The page number. Default=current.

MPG/s The master page name and side.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

Examples:

pickupattributes at 1.25 3.3 backmost

pickupattributes range 1.25 3.3 1.75 5.25

 

PickUpAttributes  Command Definition  url:PGScmd/pickupattributes
  created:2006-03-30 17:46:00   last updated:2006-03-30 17:46:00
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For PickUpAttributes
Dan Kilroy wrote...2006-05-04 17:20:51

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

Gets the {...} .

PickUpAttributes (<AT x y | RANGE x1 y1 x2 y2 | OBJECTID objectid> [FRONTMOST | BACKMOST] [PAGE document:...-pagenum | MPG document:...-masterpage:side | DOCUMENT document | WINDOW document-window])

Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For PickUpAttributes