public class ITextHeader extends Object
| Constructor and Description |
|---|
ITextHeader()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
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
|
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()
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.