TofPr
type TofPr = object
Description
Table of figures properties.
Properties
- ShowPageNums
boolean
true Specifies whether to show page numbers in the table of figures.
- RightAlgn
boolean
true Specifies whether to right-align page numbers in the table of figures.
The leader type in the table of figures.
- FormatAsLinks
boolean
true Specifies whether to format the table of figures as links.
Specifies whether to generate the table of figures based on the specified caption label or the paragraph style name used (for example, "Heading 1").
- LabelNumber
boolean
true Specifies whether to include the label and number in the table of figures.
The table of figures style type.
Try It
var oTofPr = {"ShowPageNums": true, "RightAlgn": true, "LeaderType": "dot", "FormatAsLinks": true, "BuildFrom": "Figure", "LabelNumber": true, "TofStyle": "distinctive"};
oDocument.AddTableOfFigures(oTofPr);