PhotoshopPackage

Inheritance: java.lang.Object, com.aspose.psd.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
UrgencyMaxUrgency max value.
UrgencyMinUrgency min value.

Methods

MethodDescription
addComplexTypeNamespace_internalized(String typePrefix, String typeNamespaceUri)Adds the complex type namespace.
addValue(String key, String value)Adds string property.
assign_internalized(XmpPackage xmpPackege)Assigns the specified XMP package to current one.
clear()Clears this instance.
combinePackage_internalized(XmpPackage other)Combines the package.
containsKey(String key)Determines whether the specified key contains key.
deepClone_internalized()Clones this instance.
equals(Object arg0)
getClass()
getKeys()Gets the keys in XMP package.
getNamespaceUri()Gets the namespace URI.
getPrefix()Gets the prefix.
getXmlNamespace()Gets the XML namespace.
getXmlValue()Converts XMP value to the XML representation.
get_Item(String key)Gets or sets the Object with the specified key.
hashCode()
iterator()Returns an enumerator that iterates through the collection.
notify()
notifyAll()
remove(String key)Remove the value with the specified key.
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.
setCreatedDate(Date createdDate)Sets created date.
setCreatedDate_internalized(System.DateTime createdDate)
setCredit(String credit)Sets the credit.
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.
setValue(String key, IXmlValue value)Sets the value.
setXmpBoolean(String key, String boolValue)Sets the XMP boolean value.
setXmpGuid(String key, String guid)Sets the XMP unique identifier.
setXmpTypeValue(String key, XmpTypeBase value)Sets the XMP type value.
set_Item(String key, Object value)Sets the Object with the specified key.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

PhotoshopPackage()

public PhotoshopPackage()

Initializes a new instance of the PhotoshopPackage class.

UrgencyMax

public static final int UrgencyMax

Urgency max value.

UrgencyMin

public static final int UrgencyMin

Urgency min value.

addComplexTypeNamespace_internalized(String typePrefix, String typeNamespaceUri)

public void addComplexTypeNamespace_internalized(String typePrefix, String typeNamespaceUri)

Adds the complex type namespace.

Parameters:

ParameterTypeDescription
typePrefixjava.lang.StringThe type prefix.
typeNamespaceUrijava.lang.StringThe type namespace URI.

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.

assign_internalized(XmpPackage xmpPackege)

public void assign_internalized(XmpPackage xmpPackege)

Assigns the specified XMP package to current one.

Parameters:

ParameterTypeDescription
xmpPackegeXmpPackageThe XMP package.

clear()

public void clear()

Clears this instance.

combinePackage_internalized(XmpPackage other)

public void combinePackage_internalized(XmpPackage other)

Combines the package.

Parameters:

ParameterTypeDescription
otherXmpPackageThe other package to combine.

containsKey(String key)

public boolean containsKey(String key)

Determines whether the specified key contains key.

Parameters:

ParameterTypeDescription
keyjava.lang.StringThe key to be checked.

Returns: boolean - Returns true if the specified key contains key.

deepClone_internalized()

public final XmpPackage deepClone_internalized()

Clones this instance.

Returns: XmpPackage - The cloned object

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getKeys()

public System.Collections.Generic.Dictionary.KeyCollection<String,Object> getKeys()

Gets the keys in XMP package.

Value: The keys in XMP package.

Returns: com.aspose.ms.System.Collections.Generic.Dictionary.KeyCollection<java.lang.String,java.lang.Object>

getNamespaceUri()

public String getNamespaceUri()

Gets the namespace URI.

Value: The namespace URI.

Returns: java.lang.String

getPrefix()

public String getPrefix()

Gets the prefix.

Value: The prefix.

Returns: java.lang.String

getXmlNamespace()

public String getXmlNamespace()

Gets the XML namespace.

Value: The XML namespace.

Returns: java.lang.String

getXmlValue()

public String getXmlValue()

Converts XMP value to the XML representation.

Returns: java.lang.String - Returns the XMP value converted to the XML representation.

get_Item(String key)

public Object get_Item(String key)

Gets or sets the Object with the specified key.

Parameters:

ParameterTypeDescription
keyjava.lang.StringThe key that identifies value.

Returns: java.lang.Object - Returns the Object with the specified key.

hashCode()

public native int hashCode()

Returns: int

iterator()

public System.Collections.Generic.IGenericEnumerator<System.Collections.Generic.KeyValuePair<String,Object>> iterator()

Returns an enumerator that iterates through the collection.

Returns: com.aspose.ms.System.Collections.Generic.IGenericEnumerator<com.aspose.ms.System.Collections.Generic.KeyValuePair<java.lang.String,java.lang.Object» - A T:System.Collections.Generic.IEnumerator1 that can be used to iterate through the collection.

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

remove(String key)

public boolean remove(String key)

Remove the value with the specified key.

Parameters:

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

Returns: boolean - Returns true if the value with the specified key was removed.

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.

setCreatedDate(Date createdDate)

public void setCreatedDate(Date createdDate)

Sets created date.

Parameters:

ParameterTypeDescription
createdDatejava.util.DateThe created date.

setCreatedDate_internalized(System.DateTime createdDate)

public void setCreatedDate_internalized(System.DateTime createdDate)

Parameters:

ParameterTypeDescription
createdDatecom.aspose.ms.System.DateTime

setCredit(String credit)

public void setCredit(String credit)

Sets the credit.

Parameters:

ParameterTypeDescription
creditjava.lang.StringThe credit.

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. |

setValue(String key, IXmlValue value)

public void setValue(String key, IXmlValue value)

Sets the value.

Parameters:

ParameterTypeDescription
keyjava.lang.StringThe string representation of key that is identified with added value.
valueIXmlValueThe value to add to.

setXmpBoolean(String key, String boolValue)

public void setXmpBoolean(String key, String boolValue)

Sets the XMP boolean value.

Parameters:

ParameterTypeDescription
keyjava.lang.StringThe string representation of key that is identified with set value.
boolValuejava.lang.StringThe boolean value.

setXmpGuid(String key, String guid)

public void setXmpGuid(String key, String guid)

Sets the XMP unique identifier.

Parameters:

ParameterTypeDescription
keyjava.lang.StringThe string representation of key that is identified with set GUID value.
guidjava.lang.StringThe unique identifier.

setXmpTypeValue(String key, XmpTypeBase value)

public void setXmpTypeValue(String key, XmpTypeBase value)

Sets the XMP type value.

Parameters:

ParameterTypeDescription
keyjava.lang.StringThe string representation of key that is identified with set value.
valueXmpTypeBaseThe value to set to.

set_Item(String key, Object value)

public void set_Item(String key, Object value)

Sets the Object with the specified key.

Parameters:

ParameterTypeDescription
keyjava.lang.StringThe key that identifies value.
valuejava.lang.ObjectThe Object value.

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int