public final class PhotoshopPackage extends XmpPackage
Represents Adobe Photoshop namespace.
Modifier and Type | Field and Description |
---|---|
static int |
Urgency_Max
Urgency max value.
|
static int |
Urgency_Min
Urgency min value.
|
namespaceUri, prefix, properties
Constructor and Description |
---|
PhotoshopPackage()
Initializes a new instance of the
PhotoshopPackage class. |
Modifier and Type | Method and Description |
---|---|
void |
addValue(String key,
String value)
Adds string property.
|
String |
getAuthorsPosition()
Gets by-line title.
|
String |
getCaptionWriter()
Gets writer/editor.
|
String |
getCategory()
Gets category.
|
String |
getCity()
Gets city.
|
int |
getColorMode()
Gets color mode.
|
String |
getCountry()
Gets country.
|
String |
getCredit()
Gets credit.
|
Date |
getDateCreated()
Gets the date the intellectual content of the document was created.
|
String |
getHeadline()
Gets headline.
|
String |
getHistory()
Gets history.
|
String |
getICCProfile()
Gets or sets color profile, such as AppleRGB, AdobeRGB1998.
|
String |
getInstructions()
Gets special instructions.
|
String |
getSource()
Gets source.
|
String |
getState()
Gets state.
|
String |
getTransmissionReference()
Gets original transmission reference.
|
int |
getUrgency()
Gets urgency.
|
void |
setAuthorsPosition(String value)
Sets by-line title.
|
void |
setCaptionWriter(String value)
Sets writer/editor.
|
void |
setCategory(String value)
Sets category.
|
void |
setCity(String value)
Sets city.
|
void |
setColorMode(int value)
Sets color mode.
|
void |
setCountry(String value)
Sets country.
|
void |
setCreatedDate(Date createdDate)
Sets created date.
|
void |
setCredit(String value)
Sets credit.
|
void |
setDateCreated(Date value)
Sets the date the intellectual content of the document was created.
|
void |
setDocumentAncestors(String[] ancestors)
Sets the document ancestors.
|
void |
setHeadline(String value)
Sets headline.
|
void |
setHistory(String value)
Sets history.
|
void |
setICCProfile(String value)
Gets or sets color profile, such as AppleRGB, AdobeRGB1998.
|
void |
setInstructions(String value)
Sets special instructions.
|
void |
setSource(String value)
Sets source.
|
void |
setState(String value)
Sets state.
|
void |
setSupplementalCategories(String[] supplementalCategories)
Sets supplemental categories.
|
void |
setTransmissionReference(String value)
Sets original transmission reference.
|
void |
setUrgency(int value)
Sets urgency.
|
addValue, addValue, addValue, clear, containsKey, getGenericArray, getKeys, getKeyValueAsXml, getLangAlt, getNamespaceUri, getNodeType, getPrefix, getReal, getString, getStringArray, getXmlNamespace, getXmlValue, readByXmpKey, remove, setArray, setBoolValue, setDateValue, setIntValue, setLangAlt, setNullableInt, setRealValue, setStingArray, setTextValue, setXmpComplexTypeValue, setXmpTypeValue, setXmpValue
public static final int Urgency_Max
Urgency max value.
public static final int Urgency_Min
Urgency min value.
public PhotoshopPackage()
Initializes a new instance of the PhotoshopPackage
class.
public final String getAuthorsPosition()
Gets by-line title.
public final void setAuthorsPosition(String value)
Sets by-line title.
value
- The authors position.public final String getCaptionWriter()
Gets writer/editor.
public final void setCaptionWriter(String value)
Sets writer/editor.
value
- The caption writer.public final String getCategory()
Gets category. Limited to 3 7-bit ASCII characters.
public final void setCategory(String value)
Sets category. Limited to 3 7-bit ASCII characters.
value
- The category. Limited to 3 ASCII characters.public final String getCity()
Gets city.
public final void setCity(String value)
Sets city.
value
- The city.public final int getColorMode()
Gets color mode.
public final void setColorMode(int value)
Sets color mode.
value
- The color mode.public final String getCountry()
Gets country.
public final void setCountry(String value)
Sets country.
value
- The country.public final String getCredit()
Gets credit.
public final void setCredit(String value)
Sets 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 headline.
public final void setHeadline(String value)
Sets headline.
value
- The headline.public final String getHistory()
Gets history.
public final void setHistory(String value)
Sets history.
value
- The history.
public final String getICCProfile()
Gets or sets color profile, such as AppleRGB, AdobeRGB1998.
public final void setICCProfile(String value)
Gets or sets color profile, such as AppleRGB, AdobeRGB1998.
public final String getInstructions()
Gets special instructions.
public final void setInstructions(String value)
Sets special instructions.
value
- Special instructions.public final String getSource()
Gets source.
public final void setSource(String value)
Sets source.
value
- The source.public final String getState()
Gets state.
public final void setState(String value)
Sets state.
value
- The state.public final String getTransmissionReference()
Gets original transmission reference.
public final void setTransmissionReference(String value)
Sets original transmission reference.
value
- The transmission reference.public final int getUrgency()
Gets urgency.
public final void setUrgency(int value)
Sets urgency.
value
- The urgency.public void addValue(String key, String value)
Adds string property.
addValue
in class XmpPackage
key
- Photoshop key.value
- String value.ArgumentNullException
- Photoshop property could not be nullpublic final void setCreatedDate(Date createdDate)
Sets created date.
createdDate
- The created date.public final void setDocumentAncestors(String[] ancestors)
Sets the document ancestors.
ancestors
- The ancestors.public final void setSupplementalCategories(String[] supplementalCategories)
Sets supplemental categories.
supplementalCategories
- The supplemental categories.Copyright © 2018. All rights reserved.