Gets the nth style from the list of document styles.
Parameters
NUM_BIN_4 |
docHandle |
Document handle. |
NUM_BIN_4 |
index |
Style index. |
ALPHA(n) |
id |
Style ID.
Output parameter. |
NUM_BIN_4 |
idLength |
ID variable length. |
ALPHA(n) |
name |
Style name.
Output parameter. |
NUM_BIN_4 |
nameLength |
Name variable length. |
ALPHA(n) |
type |
Style type (see Style types constants).
Output parameter. |
NUM_BIN_4 |
typeLength |
Type variable size. |
ALPHA(n) |
basedOn |
Parent style ID.
Output parameter. |
NUM_BIN_4 |
basedOnLength |
basedOn variable size. |
BOOL |
wellKnown |
If *TRUE, lists the known styles, otherwise displays the active styles. |
NUM_BIN_4 |
rc |
Function return code (see Error codes constants).
Output parameter. |