PhotoshopPackage
Inheritance: java.lang.Object, com.aspose.imaging.xmp.XmpPackage
public final class PhotoshopPackage extends XmpPackage
Represents Adobe Photoshop namespace.
Constructors
Constructor | Description |
---|---|
PhotoshopPackage() | Initializes a new instance of the PhotoshopPackage class. |
Fields
Field | Description |
---|---|
URGENCY_MAX | Urgency max value. |
URGENCY_MIN | Urgency min value. |
Methods
PhotoshopPackage()
public PhotoshopPackage()
Initializes a new instance of the PhotoshopPackage
class.
URGENCY_MAX
public static final int URGENCY_MAX
Urgency max value.
URGENCY_MIN
public static final int URGENCY_MIN
Urgency min value.
addValue(String key, String value)
public void addValue(String key, String value)
Adds string property.
Parameters:
Parameter | Type | Description |
---|---|---|
key | java.lang.String | The string representation of key that is identified with added value. |
value | java.lang.String | The string value. |
setAuthorsPosition(String authorsPosition)
public void setAuthorsPosition(String authorsPosition)
Sets the authors position.
Parameters:
Parameter | Type | Description |
---|---|---|
authorsPosition | java.lang.String | The authors position. |
setCaptionWriter(String captionWriter)
public void setCaptionWriter(String captionWriter)
Sets the caption writer.
Parameters:
Parameter | Type | Description |
---|---|---|
captionWriter | java.lang.String | The caption writer. |
setCategory(String category)
public void setCategory(String category)
Sets the category.
Parameters:
Parameter | Type | Description |
---|---|---|
category | java.lang.String | The category. |
setCity(String city)
public void setCity(String city)
Sets the city.
Parameters:
Parameter | Type | Description |
---|---|---|
city | java.lang.String | The city name. |
setColorMode(byte colorMode)
public void setColorMode(byte colorMode)
Sets the color mode.
Parameters:
Parameter | Type | Description |
---|---|---|
colorMode | byte | The color mode. |
setCountry(String country)
public void setCountry(String country)
Sets the country.
Parameters:
Parameter | Type | Description |
---|---|---|
country | java.lang.String | The country. |
setCredit(String credit)
public void setCredit(String credit)
Sets the credit.
Parameters:
Parameter | Type | Description |
---|---|---|
credit | java.lang.String | The credit. |
setCreatedDate(Date createdDate)
public void setCreatedDate(Date createdDate)
Sets created date.
Parameters:
Parameter | Type | Description |
---|---|---|
createdDate | java.util.Date | The created date. |
setDocumentAncestors(String[] ancestors)
public void setDocumentAncestors(String[] ancestors)
Sets the document ancestors.
Parameters:
Parameter | Type | Description |
---|---|---|
ancestors | java.lang.String[] | The ancestors. |
setHeadline(String headline)
public void setHeadline(String headline)
Sets the headline.
Parameters:
Parameter | Type | Description |
---|---|---|
headline | java.lang.String | The headline. |
setHistory(String history)
public void setHistory(String history)
Sets the history.
Parameters:
Parameter | Type | Description |
---|---|---|
history | java.lang.String | The history. |
setIccProfile(String iccProfile)
public void setIccProfile(String iccProfile)
Sets the icc profile.
Parameters:
Parameter | Type | Description |
---|---|---|
iccProfile | java.lang.String | The icc profile. |
setInstructions(String instructions)
public void setInstructions(String instructions)
Sets the instructions.
Parameters:
Parameter | Type | Description |
---|---|---|
instructions | java.lang.String | The instructions. |
setSource(String source)
public void setSource(String source)
Sets the source.
Parameters:
Parameter | Type | Description |
---|---|---|
source | java.lang.String | The source. |
setState(String state)
public void setState(String state)
Sets the state.
Parameters:
Parameter | Type | Description |
---|---|---|
state | java.lang.String | The state. |
setSupplementalCategories(String[] supplementalCategories)
public void setSupplementalCategories(String[] supplementalCategories)
Sets supplemental categories.
Parameters:
Parameter | Type | Description |
---|---|---|
supplementalCategories | java.lang.String[] | The supplemental categories. |
setTransmissionReference(String transmissionReference)
public void setTransmissionReference(String transmissionReference)
Sets the transmission reference.
Parameters:
Parameter | Type | Description |
---|---|---|
transmissionReference | java.lang.String | The transmission reference. |
setUrgency(int urgency)
public void setUrgency(int urgency)
Sets the urgency.
Parameters:
Parameter | Type | Description |
---|---|---|
urgency | int | The urgency. |
Urgency should be in rage from 1 till 8. |