Specifies the heading-level entries to be displayed in the Contents window.
Syntax
ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³Tag ³Element ³Attributes ³End ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³:docprof. ³Contents window³toc= ³ ³ ³ ³entries ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³Global ³dll=' ' ³ ³ ³ ³communications ³objectname=' ' ³ ³ ³ ³dynamic-link ³objectinfo=' ' ³ ³ ³ ³library ³ ³ ³ ÃÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ´ ³ ³Push button ³ctrlarea= ³ ³ ³ ³support ³ ³ ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
Attributes
toc=
:docprof toc=12.
If no toc= value is specified, heading levels 1 through 3 appear in the Contents window. Heading levels 4 through 6 appear as part of the text when the window is displayed.
If a heading tag also specifies a value for toc=, the heading-tag value overrides the :docprof. value until either the end of the file is reached, or another heading toc= value is encountered. dll=' '
Possible values are:
page
Description
:docprof. is placed at the beginning of the file. It follows the title tag (:title.), if a title is specified; otherwise, it follows the user-document tag (:userdoc.).
The :docprof. tag also provides the ability to alter the behavior of IPF by loading any dynamic-link modules specified in the dll= attribute. It is possible to have multiple windows and multiple entry points within a dynamic-link module. There is no guarantee that the ACVP structure that is passed into the object will be maintained across multiple calls.
You also can use this tag to change the size and function of the coverpage and its client and control windows.
The :docprof. tag can be used to define the control area in a window where you want to display push buttons.
Conditions
None
Example
:userdoc.:title. :docprof toc=123 ctrlarea=none. :euserdoc.
Output
When the user selects the "+" icon in the Contents window, heading levels 1 through 4 are displayed in a tree-structured format. There are no push buttons because of ctrlarea=none.