Frame creating a book frame
Class BookFrame( encoding, name, title, [author],[copyyear],[copyholder] )
encoding | The target encoding that will be placed in the xml declaration |
name | The name of the book |
title | Title of the book as a whole |
author | The author |
copyyear | Year of copyright |
copyholder | Holder of copyright |
Properties | |
author | |
copyholder | |
copyyear | |
encoding | |
name | |
title | |
Methods | |
close | |
closeSection | |
open | |
openSection |
close()
closeSection( level )
open()
openSection( level, id )