XmpPhotoshopPackage
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.XmpMetadataContainer, com.groupdocs.metadata.core.XmpPackage
public final class XmpPhotoshopPackage extends XmpPackage
Represents Adobe Photoshop namespace.
| Constructor | Description |
|---|---|
| XmpPhotoshopPackage() | Initializes a new instance of the XmpPhotoshopPackage class. |
| Field | Description |
|---|---|
| UrgencyMax | Urgency max value. |
| UrgencyMin | Urgency min value. |
| Method | Description |
|---|---|
| getAuthorsPosition() | Gets the by-line title. |
| setAuthorsPosition(String value) | Sets the by-line title. |
| getCaptionWriter() | Gets the writer/editor. |
| setCaptionWriter(String value) | Sets the writer/editor. |
| getCategory() | Gets the category. |
| setCategory(String value) | Sets the category. |
| getCity() | Gets the city. |
| setCity(String value) | Sets the city. |
| getColorMode() | Gets the color mode. |
| setColorMode(XmpPhotoshopColorMode value) | Sets the color mode. |
| getCountry() | Gets the country. |
| setCountry(String value) | Sets the country. |
| getCredit() | Gets the credit. |
| setCredit(String value) | Sets the credit. |
| getDateCreated() | Gets the date the intellectual content of the document was created. |
| setDateCreated(Date value) | Sets the date the intellectual content of the document was created. |
| getHeadline() | Gets the headline. |
| setHeadline(String value) | Sets the headline. |
| getHistory() | Gets the history that appears in the FileInfo panel, if activated in the application preferences. |
| setHistory(String value) | Sets the history that appears in the FileInfo panel, if activated in the application preferences. |
| getIccProfile() | Gets the color profile, such as AppleRGB, AdobeRGB1998. |
| setIccProfile(String value) | Sets the color profile, such as AppleRGB, AdobeRGB1998. |
| getInstructions() | Gets the special instructions. |
| setInstructions(String value) | Sets the special instructions. |
| getSource() | Gets the source. |
| setSource(String value) | Sets the source. |
| getState() | Gets the province/state. |
| setState(String value) | Sets the province/state. |
| getSupplementalCategories() | Gets the supplemental categories. |
| setSupplementalCategories(String[] value) | Sets the supplemental categories. |
| getTransmissionReference() | Gets the original transmission reference. |
| setTransmissionReference(String value) | Sets the original transmission reference. |
| getUrgency() | Gets the urgency. |
| setUrgency(Integer value) | Sets the urgency. |
| set(String name, String value) | Sets string property. |
public XmpPhotoshopPackage()
Initializes a new instance of the XmpPhotoshopPackage class.
public static final int UrgencyMax
Urgency max value.
public static final int UrgencyMin
Urgency min value.
public final String getAuthorsPosition()
Gets the by-line title.
Returns: java.lang.String - The authors position.
public final void setAuthorsPosition(String value)
Sets the by-line title.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The authors position. |
public final String getCaptionWriter()
Gets the writer/editor.
Returns: java.lang.String - The caption writer.
public final void setCaptionWriter(String value)
Sets the writer/editor.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The caption writer. |
public final String getCategory()
Gets the category. Limited to 3 7-bit ASCII characters.
Returns: java.lang.String - The category. Limited to 3 ASCII characters.
public final void setCategory(String value)
Sets the category. Limited to 3 7-bit ASCII characters.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The category. Limited to 3 ASCII characters. |
public final String getCity()
Gets the city.
Returns: java.lang.String - The city.
public final void setCity(String value)
Sets the city.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The city. |
public final XmpPhotoshopColorMode getColorMode()
Gets the color mode.
Returns: XmpPhotoshopColorMode - The color mode.
public final void setColorMode(XmpPhotoshopColorMode value)
Sets the color mode.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | XmpPhotoshopColorMode | The color mode. |
public final String getCountry()
Gets the country.
Returns: java.lang.String - The country.
public final void setCountry(String value)
Sets the country.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The country. |
public final String getCredit()
Gets the credit.
Returns: java.lang.String - The credit.
public final void setCredit(String value)
Sets the credit.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The credit. |
public final Date getDateCreated()
Gets the date the intellectual content of the document was created.
Returns: java.util.Date - The created date of the document.
public final void setDateCreated(Date value)
Sets the date the intellectual content of the document was created.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.util.Date | The created date of the document. |
public final String getHeadline()
Gets the headline.
Returns: java.lang.String - The headline.
public final void setHeadline(String value)
Sets the headline.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The headline. |
public final String getHistory()
Gets the history that appears in the FileInfo panel, if activated in the application preferences.
Returns: java.lang.String - The history.
public final void setHistory(String value)
Sets the history that appears in the FileInfo panel, if activated in the application preferences.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The history. |
public final String getIccProfile()
Gets the color profile, such as AppleRGB, AdobeRGB1998.
Returns: java.lang.String - The ICC profile.
public final void setIccProfile(String value)
Sets the color profile, such as AppleRGB, AdobeRGB1998.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The ICC profile. |
public final String getInstructions()
Gets the special instructions.
Returns: java.lang.String - The special instructions.
public final void setInstructions(String value)
Sets the special instructions.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The special instructions. |
public final String getSource()
Gets the source.
Returns: java.lang.String - The source.
public final void setSource(String value)
Sets the source.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The source. |
public final String getState()
Gets the province/state.
Returns: java.lang.String - The province/state.
public final void setState(String value)
Sets the province/state.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The province/state. |
public final String[] getSupplementalCategories()
Gets the supplemental categories.
Returns: java.lang.String[] - The supplemental categories.
public final void setSupplementalCategories(String[] value)
Sets the supplemental categories.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String[] | The supplemental categories. |
public final String getTransmissionReference()
Gets the original transmission reference.
Returns: java.lang.String - The transmission reference.
public final void setTransmissionReference(String value)
Sets the original transmission reference.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The transmission reference. |
public final Integer getUrgency()
Gets the urgency.
Returns: java.lang.Integer - The urgency.
Valid range is 1-8.
public final void setUrgency(Integer value)
Sets the urgency.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.Integer | The urgency. |
Valid range is 1-8. |
public void set(String name, String value)
Sets string property.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String | XMP metadata property name. |
| value | java.lang.String | XMP metadata property value. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.