The method parameters for the TableOfContentsCollection.add() method.

Syntax

{
   [title: <string>],
   [hasLinks: <boolean>],
   [hasPageNumbers: <boolean>],
   [hasRightAlignedPageNumbers: <boolean>],
   [minimumStructureLevel: <number>],
   [maximumStructureLevel: <number>]
}

Introduced: X19.

Properties

Property Description
hasLinks Optional.
hasPageNumbers Optional.
hasRightAlignedPageNumbers Optional.
maximumStructureLevel Optional.
minimumStructureLevel Optional.
title Optional.