org.apache.maven.doxia.module.itext
public class ITextHeader extends java.lang.Object
Constructor and Description |
---|
ITextHeader()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
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
|
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()
Copyright © 2005-2014. All Rights Reserved.