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 or sets by-line title.
|
String |
getCaptionWriter()
Gets or sets writer/editor.
|
String |
getCategory()
Gets or sets category.
|
String |
getCity()
Gets or sets city.
|
int |
getColorMode()
Gets or sets color mode.
|
String |
getCountry()
Gets or sets country.
|
String |
getCredit()
Gets or sets credit.
|
Date |
getDateCreated()
Gets or sets the date the intellectual content of the document was created.
|
String |
getHeadline()
Gets or sets headline.
|
String |
getHistory()
Gets or sets history.
|
String |
getICCProfile()
Gets or sets color profile, such as AppleRGB, AdobeRGB1998.
|
String |
getInstructions()
Gets or sets special instructions.
|
String |
getSource()
Gets or sets source.
|
String |
getState()
Gets or sets state.
|
String |
getTransmissionReference()
Gets or sets original transmission reference.
|
int |
getUrgency()
Gets or sets urgency.
|
void |
setAuthorsPosition(String value)
Gets or sets by-line title.
|
void |
setCaptionWriter(String value)
Gets or sets writer/editor.
|
void |
setCategory(String value)
Gets or sets category.
|
void |
setCity(String value)
Gets or sets city.
|
void |
setColorMode(int value)
Gets or sets color mode.
|
void |
setCountry(String value)
Gets or sets country.
|
void |
setCreatedDate(Date createdDate)
Sets created date.
|
void |
setCredit(String value)
Gets or sets credit.
|
void |
setDateCreated(Date value)
Gets or sets the date the intellectual content of the document was created.
|
void |
setDocumentAncestors(String[] ancestors)
Sets the document ancestors.
|
void |
setHeadline(String value)
Gets or sets headline.
|
void |
setHistory(String value)
Gets or sets history.
|
void |
setICCProfile(String value)
Gets or sets color profile, such as AppleRGB, AdobeRGB1998.
|
void |
setInstructions(String value)
Gets or sets special instructions.
|
void |
setSource(String value)
Gets or sets source.
|
void |
setState(String value)
Gets or sets state.
|
void |
setSupplementalCategories(String[] supplementalCategories)
Sets supplemental categories.
|
void |
setTransmissionReference(String value)
Gets or sets original transmission reference.
|
void |
setUrgency(int value)
Gets or 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 or sets by-line title.
Value: The authors position.public final void setAuthorsPosition(String value)
Gets or sets by-line title.
Value: The authors position.public final String getCaptionWriter()
Gets or sets writer/editor.
Value: The caption writer.public final void setCaptionWriter(String value)
Gets or sets writer/editor.
Value: The caption writer.public final String getCategory()
Gets or sets category. Limited to 3 7-bit ASCII characters.
Value: The category. Limited to 3 ASCII characters.public final void setCategory(String value)
Gets or sets category. Limited to 3 7-bit ASCII characters.
Value: The category. Limited to 3 ASCII characters.public final String getCity()
Gets or sets city.
Value: The city.public final void setCity(String value)
Gets or sets city.
Value: The city.public final int getColorMode()
Gets or sets color mode.
Value: The color mode.public final void setColorMode(int value)
Gets or sets color mode.
Value: The color mode.public final String getCountry()
Gets or sets country.
Value: The country.public final void setCountry(String value)
Gets or sets country.
Value: The country.public final String getCredit()
Gets or sets credit.
Value: The credit.public final void setCredit(String value)
Gets or sets credit.
Value: The credit.public final Date getDateCreated()
Gets or sets the date the intellectual content of the document was created.
Value: The created date of the document.public final void setDateCreated(Date value)
Gets or sets the date the intellectual content of the document was created.
Value: The created date of the document.public final String getHeadline()
Gets or sets headline.
Value: The headline.public final void setHeadline(String value)
Gets or sets headline.
Value: The headline.public final String getHistory()
Gets or sets history.
Value: The history.public final void setHistory(String value)
Gets or sets history.
Value: The history.public final String getICCProfile()
Gets or sets color profile, such as AppleRGB, AdobeRGB1998.
Value: The ICC profile.public final void setICCProfile(String value)
Gets or sets color profile, such as AppleRGB, AdobeRGB1998.
Value: The ICC profile.public final String getInstructions()
Gets or sets special instructions.
Value: Special instructions.public final void setInstructions(String value)
Gets or sets special instructions.
Value: Special instructions.public final String getSource()
Gets or sets source.
Value: The source.public final void setSource(String value)
Gets or sets source.
Value: The source.public final String getState()
Gets or sets state.
Value: The state.public final void setState(String value)
Gets or sets state.
Value: The state.public final String getTransmissionReference()
Gets or sets original transmission reference.
Value: The transmission reference.public final void setTransmissionReference(String value)
Gets or sets original transmission reference.
Value: The transmission reference.public final int getUrgency()
Gets or sets urgency.
Value: The urgency.public final void setUrgency(int value)
Gets or 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.com.aspose.ms.System.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 © 2017. All rights reserved.