|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.cete.dynamicpdf.xmp.XmpSchema
|
+--com.cete.dynamicpdf.xmp.DublinCoreSchema
Class represents the Dublin Core Schema. The Dublin Core schema provides a set of commonly used properties.
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
feature. One of the following licenses is required for non-evaluation usage:
| Method Summary | |
protected void |
draw(XmpWriter xwriter)
Draws the Dublin Core Schema to the given XmpWriter object. |
XmpArray |
getContributors()
Sets the contributors of the resource(other than the author). |
java.lang.String |
getCoverage()
Gets the coverage property representing the extent or scope of the resource. |
XmpArray |
getCreators()
Sets the authors of the resource(listed in order of precedence, if significant). |
XmpArray |
getDate()
Sets Date(s) that something important happened to the resource. |
XmpLangAltList |
getDescription()
Sets the textual description of the content of the resource. |
java.lang.String |
getIdentifier()
Gets the unique identifier of the resource. |
boolean |
getImportKeywords()
Signifies the keywords to be imported from Document class. |
XmpArray |
getPublisher()
Sets publishers of the resource. |
XmpArray |
getRelation()
Sets relationships to other documents. |
XmpLangAltList |
getRights()
Sets the informal rights statement, selected by language. |
java.lang.String |
getSource()
Gets the unique identifier of the work from which this resource was derived. |
XmpArray |
getSubject()
Sets the descriptive phrases or keywords that specify the topic of the content of the resource. |
XmpLangAltList |
getTitle()
Sets the title of the document, or the name given to the resource. |
XmpArray |
getType()
Sets the document type. |
void |
setCoverage(java.lang.String coverage)
Sets the coverage property of Dublin Core Schema. |
void |
setIdentifier(java.lang.String identifier)
Sets the unique identifier of the resource. |
void |
setImportKeywords(boolean importKeywords)
Sets to signify the keywords to be imported from Document. |
void |
setSource(java.lang.String source)
Sets the unique identifier of the work from which this resource was derived. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public XmpArray getContributors()
Sets the contributors of the resource(other than the author).
XmpArray data type to set the resource contributors.XmpArraypublic java.lang.String getCoverage()
public void setCoverage(java.lang.String coverage)
coverage - string value representing the extent or scope of the resource.public XmpArray getCreators()
Sets the authors of the resource(listed in order of precedence, if significant).
XmpArray data type to set the authors of resource.XmpArraypublic XmpArray getDate()
Sets Date(s) that something important happened to the resource.
XmpArray data type to set the date(s).public XmpLangAltList getDescription()
Sets the textual description of the content of the resource. Multiple values may be present for different languages.
XmpLangAltList data type to set the textual description
of the content of the resource.XmpLangAltListpublic java.lang.String getIdentifier()
Gets the unique identifier of the resource.
public void setIdentifier(java.lang.String identifier)
Sets the unique identifier of the resource.
identifier - string value representing the unique identifier for resource.public XmpArray getPublisher()
Sets publishers of the resource.
XmpArray data type to set publishers.XmpArraypublic XmpArray getRelation()
Sets relationships to other documents.
XmpArray data type for specifing the relations.XmpArraypublic XmpLangAltList getRights()
Sets the informal rights statement, selected by language.
XmpLangAltList data type to set the rights.XmpLangAltListpublic java.lang.String getSource()
Gets the unique identifier of the work from which this resource was derived.
public void setSource(java.lang.String source)
Sets the unique identifier of the work from which this resource was derived.
source - text describing from which this resource was derived.public XmpArray getSubject()
Sets the descriptive phrases or keywords that specify the topic of the content of the resource.
. By default the keywords set inDocument class will also append along with this phrases.
If not required set the ImportKeywords to false.
XmpArray data type to set the descriptive phrases.XmpArray,
Documentpublic XmpLangAltList getTitle()
Sets 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.
XmpLangAltList data type to set the title of the document.XmpLangAltListpublic XmpArray getType()
Sets the document type.
XmpArray data type to set the document type.XmpArraypublic boolean getImportKeywords()
Signifies the keywords to be imported from Document class.
Document
class, otherwise false. Default it is true.Documentpublic void setImportKeywords(boolean importKeywords)
Sets to signify the keywords to be imported from Document.
importKeywords - represents whether to import keywords from
Document.Documentprotected void draw(XmpWriter xwriter)
Draws the Dublin Core Schema to the given XmpWriter object.
draw in class XmpSchemaxwriter - XmpWriter object to receive the
Dublin Core Schema's output.XmpWriter
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||