Class Header
- java.lang.Object
-
- com.gitlab.pdftk_java.com.lowagie.text.Meta
-
- com.gitlab.pdftk_java.com.lowagie.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.gitlab.pdftk_java.com.lowagie.text.Meta
markupAttributes
-
Fields inherited from interface com.gitlab.pdftk_java.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, GRAPHIC, HEADER, IMGRAW, IMGTEMPLATE, JPEG, KEYWORDS, LIST, LISTITEM, MULTI_COLUMN_TEXT, PARAGRAPH, PHRASE, PRODUCER, PTABLE, RECTANGLE, ROW, SECTION, SUBJECT, TABLE, TITLE
-
-
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
name()
Returns the name of the meta information.-
Methods inherited from class com.gitlab.pdftk_java.com.lowagie.text.Meta
append, content, getChunks, getMarkupAttribute, getMarkupAttributeNames, getMarkupAttributes, getType, process, setMarkupAttribute, setMarkupAttributes, type
-
-