|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.text.xml.xmp.PdfProperties
public class PdfProperties
Field Summary | |
---|---|
static String |
KEYWORDS
Keywords. |
static String |
PART
|
static String |
PRODUCER
The Producer. |
static String |
VERSION
The PDF file version (for example: 1.0, 1.3, and so on). |
Constructor Summary | |
---|---|
PdfProperties()
|
Method Summary | |
---|---|
static void |
setKeywords(XMPMeta xmpMeta,
String keywords)
Adds keywords. |
static void |
setProducer(XMPMeta xmpMeta,
String producer)
Adds the producer. |
static void |
setVersion(XMPMeta xmpMeta,
String version)
Adds the version. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String KEYWORDS
public static final String VERSION
public static final String PRODUCER
public static final String PART
Constructor Detail |
---|
public PdfProperties()
Method Detail |
---|
public static void setKeywords(XMPMeta xmpMeta, String keywords) throws XMPException
xmpMeta
- keywords
-
XMPException
public static void setProducer(XMPMeta xmpMeta, String producer) throws XMPException
xmpMeta
- producer
-
XMPException
public static void setVersion(XMPMeta xmpMeta, String version) throws XMPException
xmpMeta
- version
-
XMPException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |