Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Method and Description |
---|---|
XmpLangAlt |
XmpDublinCorePackage.getDescriptions()
Gets an array of textual descriptions of the content of the resource, given in various languages.
|
XmpLangAlt |
XmpIptcExtensionPackage.getEvent()
Gets the description of the specific event at which the photo was taken.
|
XmpLangAlt |
XmpDublinCorePackage.getRights()
Gets an array of the informal rights statements, given in various languages.
|
XmpLangAlt |
XmpDublinCorePackage.getTitles()
Gets the title or name of the resource, given in various languages.
|
XmpLangAlt |
XmpRightsManagementPackage.getUsageTerms()
Gets the instructions on how the resource can be legally used, given in a variety of languages.
|
Modifier and Type | Method and Description |
---|---|
void |
XmpDublinCorePackage.setDescriptions(XmpLangAlt value)
Sets an array of textual descriptions of the content of the resource, given in various languages.
|
void |
XmpIptcExtensionPackage.setEvent(XmpLangAlt value)
Sets the description of the specific event at which the photo was taken.
|
void |
XmpDublinCorePackage.setRights(XmpLangAlt value)
Sets an array of the informal rights statements, given in various languages.
|
void |
XmpDublinCorePackage.setTitles(XmpLangAlt value)
Sets the title or name of the resource, given in various languages.
|
void |
XmpRightsManagementPackage.setUsageTerms(XmpLangAlt value)
Sets the instructions on how the resource can be legally used, given in a variety of languages.
|