com.itextpdf.text.xml.xmp
Class PdfSchema

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by com.itextpdf.text.xml.xmp.XmpSchema
                  extended by com.itextpdf.text.xml.xmp.PdfSchema
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

Deprecated.

@Deprecated
public class PdfSchema
extends XmpSchema

An implementation of an XmpSchema.

See Also:
Serialized Form

Field Summary
static String DEFAULT_XPATH_ID
          Deprecated. default namespace identifier
static String DEFAULT_XPATH_URI
          Deprecated. default namespace uri
static String KEYWORDS
          Deprecated. Keywords.
static String PRODUCER
          Deprecated. The Producer.
static String VERSION
          Deprecated. The PDF file version (for example: 1.0, 1.3, and so on).
 
Fields inherited from class com.itextpdf.text.xml.xmp.XmpSchema
xmlns
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
PdfSchema()
          Deprecated.  
 
Method Summary
 void addKeywords(String keywords)
          Deprecated. Adds keywords.
 void addProducer(String producer)
          Deprecated. Adds the producer.
 void addVersion(String version)
          Deprecated. Adds the version.
 
Methods inherited from class com.itextpdf.text.xml.xmp.XmpSchema
addProperty, escape, getXmlns, process, setProperty, setProperty, setProperty, toString
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, store, storeToXML, storeToXML
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT_XPATH_ID

public static final String DEFAULT_XPATH_ID
Deprecated. 
default namespace identifier

See Also:
Constant Field Values

DEFAULT_XPATH_URI

public static final String DEFAULT_XPATH_URI
Deprecated. 
default namespace uri

See Also:
Constant Field Values

KEYWORDS

public static final String KEYWORDS
Deprecated. 
Keywords.

See Also:
Constant Field Values

VERSION

public static final String VERSION
Deprecated. 
The PDF file version (for example: 1.0, 1.3, and so on).

See Also:
Constant Field Values

PRODUCER

public static final String PRODUCER
Deprecated. 
The Producer.

See Also:
Constant Field Values
Constructor Detail

PdfSchema

public PdfSchema()
Deprecated. 
Method Detail

addKeywords

public void addKeywords(String keywords)
Deprecated. 
Adds keywords.

Parameters:
keywords -

addProducer

public void addProducer(String producer)
Deprecated. 
Adds the producer.

Parameters:
producer -

addVersion

public void addVersion(String version)
Deprecated. 
Adds the version.

Parameters:
version -


Copyright © 2014. All Rights Reserved.