content
This is the content of the Meta-information.
Element
, MarkupAttributes
Header
Element
that contains
some meta information about the document.
An object of type Meta
can not be constructed by the user.
Userdefined meta information should be placed in a Header
-object.
Meta
is reserved for: Subject, Keywords, Author, Title, Producer
and Creationdate information.
private StringBuffer
protected Properties
private int
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
Meta
.content()
getMarkupAttribute(String name)
Set
of String
attribute names for the
MarkupAttributes
implementor.Properties
-object containing all the markupAttributes.static int
name()
boolean
process(ElementListener listener)
ElementListener
.void
setMarkupAttribute(String name,
String value)
void
setMarkupAttributes(Properties markupAttributes)
int
type()
Meta
.type
- the type of meta-informationcontent
- the contentMeta
.tag
- the tagname of the meta-informationcontent
- the contentElementListener
.Meta
.string
- a String
StringBuffer
String
String
tag
- iText tag for meta informationMarkupAttributes
setMarkupAttribute
in interface MarkupAttributes
name
- String
attribute name.value
- String
attribute value.MarkupAttributes
setMarkupAttributes
in interface MarkupAttributes
markupAttributes
- a Properties
-object containing markupattributesMarkupAttributes
getMarkupAttribute
in interface MarkupAttributes
name
- String
attribute name.String
.MarkupAttributes
Set
of String
attribute names for the
MarkupAttributes
implementor.getMarkupAttributeNames
in interface MarkupAttributes
Set
.MarkupAttributes
Properties
-object containing all the markupAttributes.getMarkupAttributes
in interface MarkupAttributes
Properties