public final class XmpPhotoshopPackage extends XmpPackage
Represents Adobe Photoshop namespace.
Modifier and Type | Field and Description |
---|---|
static int |
UrgencyMax
Urgency max value.
|
static int |
UrgencyMin
Urgency min value.
|
Constructor and Description |
---|
XmpPhotoshopPackage()
Initializes a new instance of the
XmpPhotoshopPackage class. |
Modifier and Type | Method and Description |
---|---|
String |
getAuthorsPosition()
Gets the by-line title.
|
String |
getCaptionWriter()
Gets the writer/editor.
|
String |
getCategory()
Gets the category.
|
String |
getCity()
Gets the city.
|
XmpPhotoshopColorMode |
getColorMode()
Gets the color mode.
|
String |
getCountry()
Gets the country.
|
String |
getCredit()
Gets the credit.
|
Date |
getDateCreated()
Gets the date the intellectual content of the document was created.
|
String |
getHeadline()
Gets the headline.
|
String |
getHistory()
Gets the history that appears in the FileInfo panel, if activated in the application preferences.
|
String |
getIccProfile()
Gets the color profile, such as AppleRGB, AdobeRGB1998.
|
String |
getInstructions()
Gets the special instructions.
|
String |
getSource()
Gets the source.
|
String |
getState()
Gets the province/state.
|
String[] |
getSupplementalCategories()
Gets the supplemental categories.
|
String |
getTransmissionReference()
Gets the original transmission reference.
|
Integer |
getUrgency()
Gets the urgency.
|
void |
set(String name,
String value)
Sets string property.
|
void |
setAuthorsPosition(String value)
Sets the by-line title.
|
void |
setCaptionWriter(String value)
Sets the writer/editor.
|
void |
setCategory(String value)
Sets the category.
|
void |
setCity(String value)
Sets the city.
|
void |
setColorMode(XmpPhotoshopColorMode value)
Sets the color mode.
|
void |
setCountry(String value)
Sets the country.
|
void |
setCredit(String value)
Sets the credit.
|
void |
setDateCreated(Date value)
Sets the date the intellectual content of the document was created.
|
void |
setHeadline(String value)
Sets the headline.
|
void |
setHistory(String value)
Sets the history that appears in the FileInfo panel, if activated in the application preferences.
|
void |
setIccProfile(String value)
Sets the color profile, such as AppleRGB, AdobeRGB1998.
|
void |
setInstructions(String value)
Sets the special instructions.
|
void |
setSource(String value)
Sets the source.
|
void |
setState(String value)
Sets the province/state.
|
void |
setSupplementalCategories(String[] value)
Sets the supplemental categories.
|
void |
setTransmissionReference(String value)
Sets the original transmission reference.
|
void |
setUrgency(Integer value)
Sets the urgency.
|
clear, getNamespaceUri, getPrefix, getXmlNamespace, getXmpRepresentation, remove, set, set, set, set, set, set, set
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public static final int UrgencyMax
Urgency max value.
public static final int UrgencyMin
Urgency min value.
public XmpPhotoshopPackage()
Initializes a new instance of the XmpPhotoshopPackage
class.
public final String getAuthorsPosition()
Gets the by-line title.
public final void setAuthorsPosition(String value)
Sets the by-line title.
value
- The authors position.public final String getCaptionWriter()
Gets the writer/editor.
public final void setCaptionWriter(String value)
Sets the writer/editor.
value
- The caption writer.public final String getCategory()
Gets the category. Limited to 3 7-bit ASCII characters.
public final void setCategory(String value)
Sets the category. Limited to 3 7-bit ASCII characters.
value
- The category. Limited to 3 ASCII characters.public final String getCity()
Gets the city.
public final void setCity(String value)
Sets the city.
value
- The city.public final XmpPhotoshopColorMode getColorMode()
Gets the color mode.
public final void setColorMode(XmpPhotoshopColorMode value)
Sets the color mode.
value
- The color mode.public final String getCountry()
Gets the country.
public final void setCountry(String value)
Sets the country.
value
- The country.public final String getCredit()
Gets the credit.
public final void setCredit(String value)
Sets the credit.
value
- The credit.public final Date getDateCreated()
Gets the date the intellectual content of the document was created.
public final void setDateCreated(Date value)
Sets the date the intellectual content of the document was created.
value
- The created date of the document.public final String getHeadline()
Gets the headline.
public final void setHeadline(String value)
Sets the headline.
value
- The headline.public final String getHistory()
Gets the history that appears in the FileInfo panel, if activated in the application preferences.
public final void setHistory(String value)
Sets the history that appears in the FileInfo panel, if activated in the application preferences.
value
- The history.public final String getIccProfile()
Gets the color profile, such as AppleRGB, AdobeRGB1998.
public final void setIccProfile(String value)
Sets the color profile, such as AppleRGB, AdobeRGB1998.
value
- The ICC profile.public final String getInstructions()
Gets the special instructions.
public final void setInstructions(String value)
Sets the special instructions.
value
- The special instructions.public final String getSource()
Gets the source.
public final void setSource(String value)
Sets the source.
value
- The source.public final String getState()
Gets the province/state.
public final void setState(String value)
Sets the province/state.
value
- The province/state.public final String[] getSupplementalCategories()
Gets the supplemental categories.
public final void setSupplementalCategories(String[] value)
Sets the supplemental categories.
value
- The supplemental categories.public final String getTransmissionReference()
Gets the original transmission reference.
public final void setTransmissionReference(String value)
Sets the original transmission reference.
value
- The transmission reference.public final Integer getUrgency()
Gets the urgency.
public final void setUrgency(Integer value)
Sets the urgency.
value
- The urgency.
public void set(String name, String value)
Sets string property.
set
in class XmpPackage
name
- XMP metadata property name.value
- XMP metadata property value.