XmpPhotoshopPackage
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.
Constructors
Constructor | Description |
---|---|
XmpPhotoshopPackage() | Initializes a new instance of the XmpPhotoshopPackage class. |
Fields
Field | Description |
---|---|
UrgencyMax | Urgency max value. |
UrgencyMin | Urgency min value. |
Methods
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. |
XmpPhotoshopPackage()
public XmpPhotoshopPackage()
Initializes a new instance of the XmpPhotoshopPackage class.
UrgencyMax
public static final int UrgencyMax
Urgency max value.
UrgencyMin
public static final int UrgencyMin
Urgency min value.
getAuthorsPosition()
public final String getAuthorsPosition()
Gets the by-line title.
Returns: java.lang.String - The authors position.
setAuthorsPosition(String value)
public final void setAuthorsPosition(String value)
Sets the by-line title.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The authors position. |
getCaptionWriter()
public final String getCaptionWriter()
Gets the writer/editor.
Returns: java.lang.String - The caption writer.
setCaptionWriter(String value)
public final void setCaptionWriter(String value)
Sets the writer/editor.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The caption writer. |
getCategory()
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.
setCategory(String value)
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. |
getCity()
public final String getCity()
Gets the city.
Returns: java.lang.String - The city.
setCity(String value)
public final void setCity(String value)
Sets the city.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The city. |
getColorMode()
public final XmpPhotoshopColorMode getColorMode()
Gets the color mode.
Returns: XmpPhotoshopColorMode - The color mode.
setColorMode(XmpPhotoshopColorMode value)
public final void setColorMode(XmpPhotoshopColorMode value)
Sets the color mode.
Parameters:
Parameter | Type | Description |
---|---|---|
value | XmpPhotoshopColorMode | The color mode. |
getCountry()
public final String getCountry()
Gets the country.
Returns: java.lang.String - The country.
setCountry(String value)
public final void setCountry(String value)
Sets the country.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The country. |
getCredit()
public final String getCredit()
Gets the credit.
Returns: java.lang.String - The credit.
setCredit(String value)
public final void setCredit(String value)
Sets the credit.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The credit. |
getDateCreated()
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.
setDateCreated(Date value)
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. |
getHeadline()
public final String getHeadline()
Gets the headline.
Returns: java.lang.String - The headline.
setHeadline(String value)
public final void setHeadline(String value)
Sets the headline.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The headline. |
getHistory()
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.
setHistory(String value)
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. |
getIccProfile()
public final String getIccProfile()
Gets the color profile, such as AppleRGB, AdobeRGB1998.
Returns: java.lang.String - The ICC profile.
setIccProfile(String value)
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. |
getInstructions()
public final String getInstructions()
Gets the special instructions.
Returns: java.lang.String - The special instructions.
setInstructions(String value)
public final void setInstructions(String value)
Sets the special instructions.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The special instructions. |
getSource()
public final String getSource()
Gets the source.
Returns: java.lang.String - The source.
setSource(String value)
public final void setSource(String value)
Sets the source.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The source. |
getState()
public final String getState()
Gets the province/state.
Returns: java.lang.String - The province/state.
setState(String value)
public final void setState(String value)
Sets the province/state.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The province/state. |
getSupplementalCategories()
public final String[] getSupplementalCategories()
Gets the supplemental categories.
Returns: java.lang.String[] - The supplemental categories.
setSupplementalCategories(String[] value)
public final void setSupplementalCategories(String[] value)
Sets the supplemental categories.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String[] | The supplemental categories. |
getTransmissionReference()
public final String getTransmissionReference()
Gets the original transmission reference.
Returns: java.lang.String - The transmission reference.
setTransmissionReference(String value)
public final void setTransmissionReference(String value)
Sets the original transmission reference.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The transmission reference. |
getUrgency()
public final Integer getUrgency()
Gets the urgency.
Returns: java.lang.Integer - The urgency.
Valid range is 1-8.
setUrgency(Integer value)
public final void setUrgency(Integer value)
Sets the urgency.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.Integer | The urgency. |
Valid range is 1-8. |
set(String name, String value)
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. |