|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.lowagie.text.Meta
com.lowagie.text.Header
public class Header
This is an Element that contains
some userdefined meta information about the document.
Example:
Header header = new Header("inspired by", "William Shakespeare");
Element,
Meta| Field Summary | |
|---|---|
private StringBuffer |
name
This is the content of this chunk of text. |
| 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, HEADER, IMGRAW, IMGTEMPLATE, JPEG, JPEG2000, KEYWORDS, LIST, LISTITEM, MARKED, 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 |
getName()
Returns the name of the meta information. |
String |
name()
Deprecated. As of iText 2.0.3, replaced by getName(),
scheduled for removal at 2.1.0 |
| Methods inherited from class com.lowagie.text.Meta |
|---|
append, content, 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.lowagie.text.Element |
|---|
toString |
| Field Detail |
|---|
private StringBuffer name
| Constructor Detail |
|---|
public Header(String name,
String content)
Meta.
name - the name of the meta-informationcontent - the content| Method Detail |
|---|
public String getName()
getName in class MetaStringpublic String name()
getName(),
scheduled for removal at 2.1.0
name in class MetaString
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||