com.lowagie.text
public class Header extends Meta
Element that contains
some user defined meta information about the document.
Example:
Header header = new Header("inspired by", "William Shakespeare");
| Field Summary | |
|---|---|
| StringBuffer | name This is the content of this chunk of text. |
| Constructor Summary | |
|---|---|
| Header(String name, String content)
Constructs a Meta.
| |
| Method Summary | |
|---|---|
| String | getName()
Returns the name of the meta information.
|
Meta.
Parameters: name the name of the meta-information content the content
Returns: a String