Class DublinCoreSchema
- Namespace
- iTextSharp.text.xml.xmp
- Assembly
- iTextSharp.LGPLv2.Core.dll
An implementation of an XmpSchema.
public class DublinCoreSchema : XmpSchema
- Inheritance
-
DublinCoreSchema
- Inherited Members
Constructors
DublinCoreSchema()
@throws IOException
public DublinCoreSchema()
Fields
CONTRIBUTOR
External Contributors to the resource (other than the authors).
public const string CONTRIBUTOR = "dc:contributor"
Field Value
COVERAGE
The extent or scope of the resource.
public const string COVERAGE = "dc:coverage"
Field Value
CREATOR
The authors of the resource (listed in order of precedence, if significant).
public const string CREATOR = "dc:creator"
Field Value
DATE
Date(s) that something interesting happened to the resource.
public const string DATE = "dc:date"
Field Value
DEFAULT_XPATH_ID
default namespace identifier
public const string DEFAULT_XPATH_ID = "dc"
Field Value
DEFAULT_XPATH_URI
default namespace uri
public const string DEFAULT_XPATH_URI = "http://purl.org/dc/elements/1.1/"
Field Value
DESCRIPTION
A textual description of the content of the resource. Multiple values may be present for different languages.
public const string DESCRIPTION = "dc:description"
Field Value
FORMAT
The file format used when saving the resource. Tools and applications should set this property to the save format of the data. It may include appropriate qualifiers.
public const string FORMAT = "dc:format"
Field Value
IDENTIFIER
Unique identifier of the resource.
public const string IDENTIFIER = "dc:identifier"
Field Value
LANGUAGE
An unordered array specifying the languages used in the resource.
public const string LANGUAGE = "dc:language"
Field Value
PUBLISHER
Publishers.
public const string PUBLISHER = "dc:publisher"
Field Value
RELATION
Relationships to other documents.
public const string RELATION = "dc:relation"
Field Value
RIGHTS
Informal rights statement, selected by language.
public const string RIGHTS = "dc:rights"
Field Value
SOURCE
Unique identifier of the work from which this resource was derived.
public const string SOURCE = "dc:source"
Field Value
SUBJECT
An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.
public const string SUBJECT = "dc:subject"
Field Value
TITLE
The title of the document, or the name given to the resource. Typically, it will be a name by which the resource is formally known.
public const string TITLE = "dc:title"
Field Value
TYPE
A document type; for example, novel, poem, or working paper.
public const string TYPE = "dc:type"
Field Value
Methods
AddAuthor(string)
Adds a single author.
public void AddAuthor(string author)
Parameters
author
string
AddAuthor(string[])
Adds an array of authors.
public void AddAuthor(string[] author)
Parameters
author
string[]
AddDescription(string)
Adds a description.
public void AddDescription(string desc)
Parameters
desc
string
AddPublisher(string)
Adds a single publisher.
public void AddPublisher(string publisher)
Parameters
publisher
string
AddPublisher(string[])
Adds an array of publishers.
public void AddPublisher(string[] publisher)
Parameters
publisher
string[]
AddSubject(string)
Adds a subject.
public void AddSubject(string subject)
Parameters
subject
string
AddTitle(string)
Adds a title.
public void AddTitle(string title)
Parameters
title
string
addSubject(string[])
Adds a subject.
public void addSubject(string[] subject)
Parameters
subject
string[]array of subjects