org.apache.maven.doxia.module.itext

Class ITextHeader

public class ITextHeader extends Object

Header object containing meta-informations.

Version: $Id: ITextHeader.java 496703 2007-01-16 14:27:31Z vsiveton $

Author: Vincent Siveton

Constructor Summary
ITextHeader()
Default constructor
Method Summary
voidaddAuthor(String author)
Add a new author
StringgetAuthors()
Get the authors
StringgetDate()
Get the date of the document
StringgetTitle()
Get the title
voidsetDate(String date1)
Add a date to the document
voidsetTitle(String title1)
Add a title to the Document

Constructor Detail

ITextHeader

public ITextHeader()
Default constructor

Method Detail

addAuthor

public void addAuthor(String author)
Add a new author

Parameters: author

getAuthors

public String getAuthors()
Get the authors

Returns: the authors as String

getDate

public String getDate()
Get the date of the document

Returns: the date as String

getTitle

public String getTitle()
Get the title

Returns: title as String

setDate

public void setDate(String date1)
Add a date to the document

Parameters: date1 a date as String

setTitle

public final void setTitle(String title1)
Add a title to the Document

Parameters: title1

Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.