org.apache.maven.doxia.module.itext
Class ITextHeader

java.lang.Object
  extended by org.apache.maven.doxia.module.itext.ITextHeader

public class ITextHeader
extends Object

Header object containing meta-informations.

Version:
$Id: ITextHeader.java 1438269 2013-01-24 23:47:50Z olamy $
Author:
Vincent Siveton

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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ITextHeader

public ITextHeader()
Default constructor

Method Detail

setTitle

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

Parameters:
title1 - the title.

getTitle

public String getTitle()
Get the title

Returns:
title as String

addAuthor

public void addAuthor(String author)
Add a new author

Parameters:
author - the author.

getAuthors

public String getAuthors()
Get the authors

Returns:
the authors as String

setDate

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

Parameters:
date1 - a date as String

getDate

public String getDate()
Get the date of the document

Returns:
the date as String


Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.