public final class PhotoshopPackage 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 |
---|
PhotoshopPackage()
Initializes a new instance of the
PhotoshopPackage class. |
Modifier and Type | Method and Description |
---|---|
void |
addValue(String key,
String value)
Adds string property.
|
void |
setAuthorsPosition(String authorsPosition)
Sets the authors position.
|
void |
setCaptionWriter(String captionWriter)
Sets the caption writer.
|
void |
setCategory(String category)
Sets the category.
|
void |
setCity(String city)
Sets the city.
|
void |
setColorMode(byte colorMode)
Sets the color mode.
|
void |
setCountry(String country)
Sets the country.
|
void |
setCreatedDate(Date createdDate)
Sets created date.
|
void |
setCredit(String credit)
Sets the credit.
|
void |
setDocumentAncestors(String[] ancestors)
Sets the document ancestors.
|
void |
setHeadline(String headline)
Sets the headline.
|
void |
setHistory(String history)
Sets the history.
|
void |
setIccProfile(String iccProfile)
Sets the icc profile.
|
void |
setInstructions(String instructions)
Sets the instructions.
|
void |
setSource(String source)
Sets the source.
|
void |
setState(String state)
Sets the state.
|
void |
setSupplementalCategories(String[] supplementalCategories)
Sets supplemental categories.
|
void |
setTransmissionReference(String transmissionReference)
Sets the transmission reference.
|
void |
setUrgency(int urgency)
Sets the urgency.
|
clear, containsKey, getEnumerator, getKeys, getNamespaceUri, getPrefix, getXmlNamespace, getXmlValue, iterator, remove, setValue, setXmpBoolean, setXmpGuid, setXmpTypeValue
public static final int UrgencyMax
Urgency max value.
public static final int UrgencyMin
Urgency min value.
public PhotoshopPackage()
Initializes a new instance of the PhotoshopPackage
class.
public void addValue(String key, String value)
Adds string property.
addValue
in class XmpPackage
key
- The string representation of key that is identified with added value.value
- The string value.com.aspose.ms.System.ArgumentNullException
- key;Photoshop property could not be nullpublic final void setAuthorsPosition(String authorsPosition)
Sets the authors position.
authorsPosition
- The authors position.public final void setCaptionWriter(String captionWriter)
Sets the caption writer.
captionWriter
- The caption writer.public final void setCategory(String category)
Sets the category.
category
- The category.com.aspose.ms.System.ArgumentOutOfRangeException
- category;Category is limited to 3 characterspublic final void setCity(String city)
Sets the city.
city
- The city name.public final void setColorMode(byte colorMode)
Sets the color mode.
colorMode
- The color mode.public final void setCountry(String country)
Sets the country.
country
- The country.public final void setCredit(String credit)
Sets the credit.
credit
- The credit.public 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 setHeadline(String headline)
Sets the headline.
headline
- The headline.public final void setHistory(String history)
Sets the history.
history
- The history.public final void setIccProfile(String iccProfile)
Sets the icc profile.
iccProfile
- The icc profile.public final void setInstructions(String instructions)
Sets the instructions.
instructions
- The instructions.public final void setSource(String source)
Sets the source.
source
- The source.public final void setState(String state)
Sets the state.
state
- The state.public final void setSupplementalCategories(String[] supplementalCategories)
Sets supplemental categories.
supplementalCategories
- The supplemental categories.public final void setTransmissionReference(String transmissionReference)
Sets the transmission reference.
transmissionReference
- The transmission reference.public final void setUrgency(int urgency)
Sets the urgency.
urgency
- The urgency.
com.aspose.ms.System.ArgumentOutOfRangeException
- urgency;Valid range is from 1 to 8Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.