|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ujac.print.DocumentMetaData
public class DocumentMetaData
Title: DocumentMetaData
Description: Holds meta data for PDF documents.
Constructor Summary | |
---|---|
DocumentMetaData()
Constructs a DocumentMetaData instance with no specific attributes. |
|
DocumentMetaData(String title,
String author,
String subject,
String keywords,
int pdfxConformance)
Constructs a DocumentMetaData instance with specific attributes. |
Method Summary | |
---|---|
String |
getAuthor()
Getter method for the the property author. |
String |
getKeywords()
Getter method for the the property keywords. |
char |
getPdfVersion()
Getter method for the the property pdfVersion. |
int |
getPdfxConformance()
Getter method for the the property pdfxConformance. |
String |
getSubject()
Getter method for the the property subject. |
String |
getTitle()
Getter method for the the property title. |
DocumentMetaData |
setAuthor(String author)
Setter method for the the property author. |
DocumentMetaData |
setKeywords(String keywords)
Setter method for the the property keywords. |
DocumentMetaData |
setPdfVersion(char pdfVersion)
Setter method for the the property pdfVersion. |
DocumentMetaData |
setPdfxConformance(int pdfxConformance)
Setter method for the the property pdfxConformance. |
DocumentMetaData |
setSubject(String subject)
Setter method for the the property subject. |
DocumentMetaData |
setTitle(String title)
Setter method for the the property title. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentMetaData()
public DocumentMetaData(String title, String author, String subject, String keywords, int pdfxConformance)
title
- The initial title.author
- The initial author.subject
- The initial subject.keywords
- The initial keywords.pdfxConformance
- The initial PDF-X conformance.Method Detail |
---|
public String getTitle()
public DocumentMetaData setTitle(String title)
title
- The value to set for the property title.
public String getAuthor()
public DocumentMetaData setAuthor(String author)
author
- The value to set for the property author.
public String getSubject()
public DocumentMetaData setSubject(String subject)
subject
- The value to set for the property subject.
public String getKeywords()
public DocumentMetaData setKeywords(String keywords)
keywords
- The value to set for the property keywords.
public char getPdfVersion()
public DocumentMetaData setPdfVersion(char pdfVersion)
pdfVersion
- The value to set for the property pdfVersion.
public int getPdfxConformance()
public DocumentMetaData setPdfxConformance(int pdfxConformance)
pdfxConformance
- The value to set for the property pdfxConformance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |