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 ITextHeader()
public final void setTitle(String title1)
title1 - the title.public String getAuthors()
public void setDate(String date1)
date1 - a date as StringCopyright © 2005–2021 The Apache Software Foundation. All rights reserved.