GetPageNumbering Document Query Command

GETPAGENUMBERING Document Queries

Gets the page numbering system.

getpagenumbering [DOCUMENT name | CHAPTER name | WINDOW name]

stem Gets the page numbering system.

DOCUMENT/s The document name.

CHAPTER/s The chapter name.

WINDOW/s The window name.

Results:

stem

startmode/k The page numbering system: AUTOMATIC | AUTOEVEN | AUTOODD | CUSTOM.

start/i The starting page number.

lengthmode/k The page length mode: AUTOMATIC|CUSTOM.

length/i The number of pages.

masterpage/s The name of the master page to use for blank pages.

format/k The page numbering format: DEFAULT | LONG | ARABIC | ROMANUPPER | ROMANLOWER | ALPHAUPPER | ALPHALOWER.

language The page numbering language:

DEFAULT Document/chapter default.

AMERICAN American English.

ENGLISH International English.

FRANCAIS French.

DEUTSCH German.

prefix The page number prefix: string.

Examples:

getpagenumbering info

 

GetPageNumbering  Command Definition  url:PGScmd/getpagenumbering
  created:2006-03-30 22:20:07   last updated:2006-03-30 22:20:07
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For GetPageNumbering
Dan Kilroy wrote...2006-05-04 16:34:37

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

Gets the {...} .

GetPageNumbering (pnarray/.STARTMODE<AUTOMATIC | AUTOEVEN | AUTOODD | CUSTOM>.START .LENGTHMODE<AUTOMATIC | AUTOEVEN | AUTOODD | CUSTOM>.LENGTH.MASTERPAGE .FORMAT<DEFAULT | SLONG | ARABIC | ROMANUPPER | ROMANLOWER | ALPHAUPPER | ALPHALOWER>.LANGUAGE<DEFAULT | language>.PREFIX [DOCUMENT document | CHAPTER document:... | WINDOW document-window])


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For GetPageNumbering