TitlePage Element

Author-it XML Format

Description

Title Page Icon
The Title Page object is a "print" only object, and represents the title page of a printed document. When you include this object in a book, the printed document includes a title page.

The TitlePage element represents an Author-it Title Page 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

PrintFile

Yes

PrintIncludeByLine

Yes

PrintIncludeSubTitle

Yes

PrintIncludeSuperTitle

Yes

PrintIncludeTitle

Yes

PrintIncludeVersion

Yes

PrintMedia

Yes

Sample XML

<TitlePage>
+ <Object>
<PrintFile>527</PrintFile>
<PrintIncludeByLine inherited="true">true</PrintIncludeByLine>
<PrintIncludeSubTitle>true</PrintIncludeSubTitle>
<PrintIncludeSuperTitle inherited="true">true</PrintIncludeSuperTitle>
<PrintIncludeTitle inherited="true">true</PrintIncludeTitle>
<PrintIncludeVersion inherited="true">true</PrintIncludeVersion>
<PrintMedia inherited="true">32</PrintMedia>
</TitlePage>