|
||||||||||
| 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(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 |
|---|
public ITextHeader()
| Method Detail |
|---|
public final void setTitle(String title1)
title1 - the title.public String getTitle()
public void addAuthor(String author)
author - the author.public String getAuthors()
public void setDate(String date1)
date1 - a date as Stringpublic String getDate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||