org.apache.maven.doxia.module.itext
public class ITextHeader extends Object
Version: $Id: ITextHeader.java 496703 2007-01-16 14:27:31Z vsiveton $
| Constructor Summary | |
|---|---|
| ITextHeader()
Default constructor | |
| Method Summary | |
|---|---|
| void | addAuthor(String author)
Add a new author
|
| String | getAuthors()
Get the authors
|
| String | getDate()
Get the date of the document
|
| String | getTitle()
Get the title
|
| void | setDate(String date1)
Add a date to the document
|
| void | setTitle(String title1)
Add a title to the Document
|
Parameters: author
Returns: the authors as String
Returns: the date as String
Returns: title as String
Parameters: date1 a date as String
Parameters: title1