PhotoshopPackage

Inheritance: java.lang.Object, com.aspose.imaging.xmp.XmpPackage

public final class PhotoshopPackage extends XmpPackage

Represents Adobe Photoshop namespace.

Constructors

ConstructorDescription
PhotoshopPackage()Initializes a new instance of the PhotoshopPackage class.

Fields

FieldDescription
URGENCY_MAXUrgency max value.
URGENCY_MINUrgency min value.

Methods

MethodDescription
addValue(String key, String value)Adds string property.
setAuthorsPosition(String authorsPosition)Sets the authors position.
setCaptionWriter(String captionWriter)Sets the caption writer.
setCategory(String category)Sets the category.
setCity(String city)Sets the city.
setColorMode(byte colorMode)Sets the color mode.
setCountry(String country)Sets the country.
setCredit(String credit)Sets the credit.
setCreatedDate(Date createdDate)Sets created date.
setDocumentAncestors(String[] ancestors)Sets the document ancestors.
setHeadline(String headline)Sets the headline.
setHistory(String history)Sets the history.
setIccProfile(String iccProfile)Sets the icc profile.
setInstructions(String instructions)Sets the instructions.
setSource(String source)Sets the source.
setState(String state)Sets the state.
setSupplementalCategories(String[] supplementalCategories)Sets supplemental categories.
setTransmissionReference(String transmissionReference)Sets the transmission reference.
setUrgency(int urgency)Sets the urgency.

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:

ParameterTypeDescription
keyjava.lang.StringThe string representation of key that is identified with added value.
valuejava.lang.StringThe string value.

setAuthorsPosition(String authorsPosition)

public void setAuthorsPosition(String authorsPosition)

Sets the authors position.

Parameters:

ParameterTypeDescription
authorsPositionjava.lang.StringThe authors position.

setCaptionWriter(String captionWriter)

public void setCaptionWriter(String captionWriter)

Sets the caption writer.

Parameters:

ParameterTypeDescription
captionWriterjava.lang.StringThe caption writer.

setCategory(String category)

public void setCategory(String category)

Sets the category.

Parameters:

ParameterTypeDescription
categoryjava.lang.StringThe category.

setCity(String city)

public void setCity(String city)

Sets the city.

Parameters:

ParameterTypeDescription
cityjava.lang.StringThe city name.

setColorMode(byte colorMode)

public void setColorMode(byte colorMode)

Sets the color mode.

Parameters:

ParameterTypeDescription
colorModebyteThe color mode.

setCountry(String country)

public void setCountry(String country)

Sets the country.

Parameters:

ParameterTypeDescription
countryjava.lang.StringThe country.

setCredit(String credit)

public void setCredit(String credit)

Sets the credit.

Parameters:

ParameterTypeDescription
creditjava.lang.StringThe credit.

setCreatedDate(Date createdDate)

public void setCreatedDate(Date createdDate)

Sets created date.

Parameters:

ParameterTypeDescription
createdDatejava.util.DateThe created date.

setDocumentAncestors(String[] ancestors)

public void setDocumentAncestors(String[] ancestors)

Sets the document ancestors.

Parameters:

ParameterTypeDescription
ancestorsjava.lang.String[]The ancestors.

setHeadline(String headline)

public void setHeadline(String headline)

Sets the headline.

Parameters:

ParameterTypeDescription
headlinejava.lang.StringThe headline.

setHistory(String history)

public void setHistory(String history)

Sets the history.

Parameters:

ParameterTypeDescription
historyjava.lang.StringThe history.

setIccProfile(String iccProfile)

public void setIccProfile(String iccProfile)

Sets the icc profile.

Parameters:

ParameterTypeDescription
iccProfilejava.lang.StringThe icc profile.

setInstructions(String instructions)

public void setInstructions(String instructions)

Sets the instructions.

Parameters:

ParameterTypeDescription
instructionsjava.lang.StringThe instructions.

setSource(String source)

public void setSource(String source)

Sets the source.

Parameters:

ParameterTypeDescription
sourcejava.lang.StringThe source.

setState(String state)

public void setState(String state)

Sets the state.

Parameters:

ParameterTypeDescription
statejava.lang.StringThe state.

setSupplementalCategories(String[] supplementalCategories)

public void setSupplementalCategories(String[] supplementalCategories)

Sets supplemental categories.

Parameters:

ParameterTypeDescription
supplementalCategoriesjava.lang.String[]The supplemental categories.

setTransmissionReference(String transmissionReference)

public void setTransmissionReference(String transmissionReference)

Sets the transmission reference.

Parameters:

ParameterTypeDescription
transmissionReferencejava.lang.StringThe transmission reference.

setUrgency(int urgency)

public void setUrgency(int urgency)

Sets the urgency.

Parameters:

ParameterTypeDescription
urgencyintThe urgency.

Urgency should be in rage from 1 till 8. |