java.lang.Object
com.gitlab.pdftk_java.com.lowagie.text.Meta
All Implemented Interfaces:
Element, MarkupAttributes
Direct Known Subclasses:
Header

public class Meta extends Object implements Element, MarkupAttributes
This is an 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.

See Also: