Class Header
java.lang.Object
com.itextpdf.text.Meta
com.itextpdf.text.Header
- All Implemented Interfaces:
Element
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:
-
Field Summary
FieldsFields inherited from interface 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 -
Method Summary
Methods inherited from class Meta
append, getChunks, getContent, getType, isContent, isNestable, process, type
-
Field Details
-
name
This is the content of this chunk of text.
-
-
Constructor Details
-
Header
-
-
Method Details
-
getName
-