|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.text.Meta
com.itextpdf.text.Header
public class Header
This is an Element that contains
some user defined meta information about the document.
Example:
Header header = new Header("inspired by", "William Shakespeare");
Element,
Meta| Field Summary |
|---|
| Fields inherited from class com.itextpdf.text.Meta |
|---|
AUTHOR, CREATIONDATE, KEYWORDS, PRODUCER, SUBJECT, TITLE, UNKNOWN |
| 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, WRITABLE_DIRECT, YMARK |
| Constructor Summary | |
|---|---|
Header(java.lang.String name,
java.lang.String content)
Constructs a Meta. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of the meta information. |
| Methods inherited from class com.itextpdf.text.Meta |
|---|
append, getChunks, getContent, getType, isContent, isNestable, process, type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.itextpdf.text.Element |
|---|
toString |
| Constructor Detail |
|---|
public Header(java.lang.String name,
java.lang.String content)
Meta.
name - the name of the meta-informationcontent - the content| Method Detail |
|---|
public java.lang.String getName()
getName in class MetaString
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||