|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.module.itext.ITextHeader
public class ITextHeader
Header object containing meta-informations.
| Constructor Summary | |
|---|---|
ITextHeader()
Default constructor |
|
| Method Summary | |
|---|---|
void |
addAuthor(java.lang.String author)
Add a new author |
java.lang.String |
getAuthors()
Get the authors |
java.lang.String |
getDate()
Get the date of the document |
java.lang.String |
getTitle()
Get the title |
void |
setDate(java.lang.String date1)
Add a date to the document |
void |
setTitle(java.lang.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 |
|---|
public ITextHeader()
| Method Detail |
|---|
public final void setTitle(java.lang.String title1)
title1 - the title.public java.lang.String getTitle()
public void addAuthor(java.lang.String author)
author - the author.public java.lang.String getAuthors()
public void setDate(java.lang.String date1)
date1 - a date as Stringpublic java.lang.String getDate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||