com.itextpdf.text
Class Header
java.lang.Object
com.itextpdf.text.Meta
com.itextpdf.text.Header
- All Implemented Interfaces:
- Element
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 |
private StringBuffer |
name
This is the content of this chunk of text. |
Fields inherited from interface com.itextpdf.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, CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFBLOCK, CCITT_ENDOFLINE, CCITTG3_1D, CCITTG3_2D, CCITTG4, CHAPTER, CHUNK, CREATOR, HEADER, IMGRAW, IMGTEMPLATE, JBIG2, JPEG, JPEG2000, LIST, LISTITEM, MARKED, MULTI_COLUMN_TEXT, PARAGRAPH, PHRASE, PTABLE, RECTANGLE, SECTION, YMARK |
Method Summary |
String |
getName()
Returns the name of the meta information. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private StringBuffer name
- This is the content of this chunk of text.
Header
public Header(String name,
String content)
- Constructs a
Meta
.
- Parameters:
name
- the name of the meta-informationcontent
- the content
getName
public String getName()
- Returns the name of the meta information.
- Overrides:
getName
in class Meta
- Returns:
- a
String