Home » iText-2.1.7 » com.lowagie » text » [javadoc | source]
com.lowagie.text
public class: Header [javadoc | source]
java.lang.Object
   com.lowagie.text.Meta
      com.lowagie.text.Header

All Implemented Interfaces:
    Element

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

Example:

Header header = new Header("inspired by", "William Shakespeare");
Constructor:
 public Header(String name,
    String content) 
    Constructs a Meta.
    Parameters:
    name - the name of the meta-information
    content - the content
Method from com.lowagie.text.Header Summary:
getName
Methods from com.lowagie.text.Meta:
append,   getChunks,   getContent,   getName,   getType,   isContent,   isNestable,   process,   type
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.Header Detail:
 public String getName() 
    Returns the name of the meta information.