com.lowagie.text

Class Header

public class Header extends Meta

This is an Element that contains some user defined meta information about the document.

Example:

 Header header = new Header("inspired by", "William Shakespeare");
 

See Also: Element Meta

Field Summary
StringBuffername
This is the content of this chunk of text.
Constructor Summary
Header(String name, String content)
Constructs a Meta.
Method Summary
StringgetName()
Returns the name of the meta information.

Field Detail

name

private StringBuffer name
This is the content of this chunk of text.

Constructor Detail

Header

public Header(String name, String content)
Constructs a Meta.

Parameters: name the name of the meta-information content the content

Method Detail

getName

public String getName()
Returns the name of the meta information.

Returns: a String