Book Element
Description
The Book element represents an Author-it Book object, and contains all of its properties.

The Book object represents the content and structure of a document. Objects can be dragged and dropped into a hierarchical outline list to form the content of the document and rearranged to form the desired structure.
Books can also be used inside other books. For example, a book containing a sub-set of regularly used objects can be included in the master book. This way you only need to add the sub-book, and avoid having to duplicate relationships for each of the objects individually.
Attributes
Attribute Name
|
Optional
|
Data Type
|
Values
|
wordcount
|
Yes
|
Integer
|
>= 0
|
Parent Element
Objects
Children
Element
|
Optional
|
Object
|
No
|
ContentsNodes
|
Yes
|
VariableAssignments
|
Yes
|
PrintByLine
|
Yes
|
PrintTitle
|
Yes
|
PrintSubTitle
|
Yes
|
PrintSuperTitle
|
Yes
|
PrintVersion
|
Yes
|
PrintWordTemplate
|
Yes
|
HelpAltPrefix
|
Yes
|
HelpCitation
|
Yes
|
HelpCompression
|
Yes
|
HelpCopyright
|
Yes
|
HelpFileName
|
Yes
|
HelpIncludeFile
|
Yes
|
HelpMacro
|
Yes
|
HelpTitle
|
Yes
|
HelpTopicOffset
|
Yes
|
WebAdditionalFiles
|
Yes
|
WebBaseFontSize
|
Yes
|
WebBaseURL
|
Yes
|
WebByLine
|
Yes
|
WebFramesetTemplate
|
Yes
|
WebSuperTitle
|
Yes
|
WebTitle
|
Yes
|
WebVersion
|
Yes
|
Sample XML
- <Book> + <Object> + <ContentsNodes> <VariableAssignments /> <PrintByLine /> <PrintTitle>Using Notepad</PrintTitle> <PrintSubTitle /> <PrintSuperTitle inherited="true">User's Guide</PrintSuperTitle> <PrintVersion>Version 5.0</PrintVersion> <PrintWordTemplate inherited="true">..\Templates\Word Templates\AuthorIT.dot</PrintWordTemplate> <HelpAltPrefix /> <HelpCitation /> <HelpCompression inherited="true">1</HelpCompression> <HelpCopyright /> <HelpFileName>notepad</HelpFileName> <HelpIncludeFile /> <HelpMacro inherited="true">0</HelpMacro> <HelpTitle>Using Notepad</HelpTitle> <HelpTopicOffset inherited="true">0</HelpTopicOffset> + <WebAdditionalFiles inherited="true"> <WebBaseFontSize inherited="true">12</WebBaseFontSize> <WebBaseURL /> <WebByLine /> <WebFramesetTemplate inherited="true">..\Templates\Plain HTML\html_frameset.htm</WebFramesetTemplate> <WebSuperTitle inherited="true">User's Guide</WebSuperTitle> <WebTitle>Using Notepad</WebTitle> <WebVersion /> </Book>
|