com.lowagie.text
Class Header

java.lang.Object
  extended bycom.lowagie.text.Meta
      extended bycom.lowagie.text.Header
All Implemented Interfaces:
Element, MarkupAttributes

public class Header
extends Meta
implements Element

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

Example:

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

See Also:
Element, Meta

Field Summary
private  StringBuffer name
          This is the content of this chunk of text.
 
Fields inherited from class com.lowagie.text.Meta
markupAttributes
 
Fields inherited from interface com.lowagie.text.Element
ALIGN_BASELINE, ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_JUSTIFIED, ALIGN_JUSTIFIED_ALL, ALIGN_LEFT, ALIGN_MIDDLE, ALIGN_RIGHT, ALIGN_TOP, ALIGN_UNDEFINED, ANCHOR, ANNOTATION, AUTHOR, CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFBLOCK, CCITT_ENDOFLINE, CCITTG3_1D, CCITTG3_2D, CCITTG4, CELL, CHAPTER, CHUNK, CREATIONDATE, CREATOR, GRAPHIC, HEADER, IMGRAW, IMGTEMPLATE, JPEG, KEYWORDS, LIST, LISTITEM, MULTI_COLUMN_TEXT, PARAGRAPH, PHRASE, PRODUCER, PTABLE, RECTANGLE, ROW, SECTION, SUBJECT, TABLE, TITLE
 
Constructor Summary
Header(String name, String content)
          Constructs a Meta.
 
Method Summary
 String name()
          Returns the name of the meta information.
 
Methods inherited from class com.lowagie.text.Meta
append, content, getChunks, getMarkupAttribute, getMarkupAttributeNames, getMarkupAttributes, getType, process, setMarkupAttribute, setMarkupAttributes, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.lowagie.text.Element
getChunks, process, toString, type
 

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

name

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

Overrides:
name in class Meta
Returns:
a String