DzAuthor is used to access authorship data for native files, and the current instance of the application.
See Also:
Deprecated
Exists only to keep old code working.
The author's name. (Read Only)
The author's url. (Read Only)
true
if name
contains valid information, otherwise false
. (Read Only)
DzAuthor()
Default constructor. Creates an empty author.
Creates an author by parsing a string.
Parameter(s):
DzAuthor( DzAuthor author )
Copy Constructor.
Parameter(s):
DzAuthor( String name, String email, String url=“” )
Create a DzAuthor with the given name, email, and url.
Parameter(s):