Package com.itextpdf.text
Class Header
- java.lang.Object
-
- com.itextpdf.text.Meta
-
- com.itextpdf.text.Header
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringBuffer
name
This is the content of this chunk of text.-
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, BODY, CCITT_BLACKIS1, CCITT_ENCODEDBYTEALIGN, CCITT_ENDOFBLOCK, CCITT_ENDOFLINE, CCITTG3_1D, CCITTG3_2D, CCITTG4, CHAPTER, CHUNK, CREATOR, DIV, HEADER, IMGRAW, IMGTEMPLATE, JBIG2, JPEG, JPEG2000, LANGUAGE, LIST, LISTITEM, MARKED, PARAGRAPH, PHRASE, PTABLE, RECTANGLE, SECTION, WRITABLE_DIRECT, YMARK
-
-
Constructor Summary
Constructors Constructor Description Header(java.lang.String name, java.lang.String content)
Constructs aMeta
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-