BookSetHeader
Set open book (UseObject, UseType etc.) title and author
Title : Title to set. Author : Author to set.
NB: If book is not open, do nothing
procedure BookSetHeader(Title : String; Author : String);
Python
BookSetHeader(title, author)