BookContents

A collection of book content objects.

Methods:

add, count

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

BookContent add (fullName:File, withProperties:Object)

Adds a book content object to the book.

Parameter

Type

Description

fullName

File

The full path name of the document file to add to the book.

withProperties

Object

Initial values for properties of the new BookContent (Optional)

Number count ()

Displays the number of elements in the BookContent.

Object of

Book.bookContents