GetChapterNumbering Document Query Command

GETCHAPTERNUMBERING Document Queries

Gets the chapter numbering system and start number.

getchapternumbering [DOCUMENT name | CHAPTER name | WINDOW name]

stem/a Gets the chapter information.

DOCUMENT/s The document name. Default=current.

CHAPTER/s The chapter name. Default=current.

Results:

stem

startmode/k The numbering method: AUTOMATIC | CUSTOM.

start/i The starting chapter number

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

language/s The number language:

DEFAULT Document/chapter default.

AMERICAN American English.

ENGLISH International English.

FRANCAIS French.

DEUTSCH German.

prefix/s The prefix string.

Examples:

getchapternumbering info

 

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

User Contributed Comments For GetChapterNumbering
Dan Kilroy wrote...2006-05-04 16:34:12

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

Gets the {...} .

GetChapterNumbering (cnarray/.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 GetChapterNumbering