<< DeleteObject | DeletePoint >> |
Top: Documentation Library | Up: D Commands |
DeletePage Document Command
Deletes page(s) in a document.
deletepage [PAGE number] [TO number] [mode]
PAGE/s The number of the first page to delete.
Default=current.
TO/s The number of the last page to delete.
mode/k The user prompt mode.
Options: FORCE | ALERT | QUIET (default). Force deletes without asking for confirmation, alert opens an alert box for confirmation, and quiet deletes without confirmation but returns an error if page(s) are deleted.
Examples:
ARexx:
deletepage page 5 to 7 force
DeletePage Command Definition url:PGScmd/deletepage
created:2006-03-30 13:47:45 last updated:2006-08-18 11:29:24
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For DeletePage | sign in to add a comment |
Dan Kilroy wrote... | 2006-05-03 19:05:19 |
Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above. Deletes the {...} . DeletePage ([TO pagenumber] [QUIET | FORCE | ALERT] [PAGE document:...-pagenum | DOCUMENT document | WINDOW document-window])
ARexx: Applescript: | |
User Contributed Comments For DeletePage | sign in to add a comment |
<< DeleteObject | DeletePoint >> |
Top: Documentation Library | Up: D Commands |