TableOfFigures Element

Author-it XML Format

Description

TOF Icon
A Table of Figures object, or TOF for short, represents a table of figures in the printed documentation only. Includinga TOF object in a book automatically publishes a table of figures in the printed document, based on any captions you add to File objects in your book.

The TableOfFigures element represents an Author-it Table Of Figures object, and contains all of its properties.

Attributes

Attribute Name

Optional

Data Type

Values

wordcount

Yes

Integer

>= 0

Parent Element

Objects

Children

Element

Optional

Object

No

PrintCaption

Yes

PrintLabelType

Yes

PrintMedia

Yes

PrintPageNumber

Yes

PrintRightAlign

Yes

PrintTitle

Yes

Sample XML

<TableOfFigures>
+ <Object>
<PrintCaption>2</PrintCaption>
<PrintLabelType>true</PrintLabelType>
<PrintMedia>31</PrintMedia>
<PrintPageNumber>true</PrintPageNumber>
<PrintRightAlign>true</PrintRightAlign>
<PrintTitle>Table of Figures</PrintTitle>
</TableOfFigures>