com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class XmpPhotoshopPackage

    • Constructor Detail

      • XmpPhotoshopPackage

        public XmpPhotoshopPackage()

        Initializes a new instance of the XmpPhotoshopPackage class.

    • Method Detail

      • getAuthorsPosition

        public final String getAuthorsPosition()

        Gets the by-line title.

        Returns:
        The authors position.
      • setAuthorsPosition

        public final void setAuthorsPosition(String value)

        Sets the by-line title.

        Parameters:
        value - The authors position.
      • getCaptionWriter

        public final String getCaptionWriter()

        Gets the writer/editor.

        Returns:
        The caption writer.
      • setCaptionWriter

        public final void setCaptionWriter(String value)

        Sets the writer/editor.

        Parameters:
        value - The caption writer.
      • getCategory

        public final String getCategory()

        Gets the category. Limited to 3 7-bit ASCII characters.

        Returns:
        The category. Limited to 3 ASCII characters.
      • setCategory

        public final void setCategory(String value)

        Sets the category. Limited to 3 7-bit ASCII characters.

        Parameters:
        value - The category. Limited to 3 ASCII characters.
      • getCity

        public final String getCity()

        Gets the city.

        Returns:
        The city.
      • setCity

        public final void setCity(String value)

        Sets the city.

        Parameters:
        value - The city.
      • getColorMode

        public final XmpPhotoshopColorMode getColorMode()

        Gets the color mode.

        Returns:
        The color mode.
      • setColorMode

        public final void setColorMode(XmpPhotoshopColorMode value)

        Sets the color mode.

        Parameters:
        value - The color mode.
      • getCountry

        public final String getCountry()

        Gets the country.

        Returns:
        The country.
      • setCountry

        public final void setCountry(String value)

        Sets the country.

        Parameters:
        value - The country.
      • getCredit

        public final String getCredit()

        Gets the credit.

        Returns:
        The credit.
      • setCredit

        public final void setCredit(String value)

        Sets the credit.

        Parameters:
        value - The credit.
      • getDateCreated

        public final Date getDateCreated()

        Gets the date the intellectual content of the document was created.

        Returns:
        The created date of the document.
      • setDateCreated

        public final void setDateCreated(Date value)

        Sets the date the intellectual content of the document was created.

        Parameters:
        value - The created date of the document.
      • getHeadline

        public final String getHeadline()

        Gets the headline.

        Returns:
        The headline.
      • setHeadline

        public final void setHeadline(String value)

        Sets the headline.

        Parameters:
        value - The headline.
      • getHistory

        public final String getHistory()

        Gets the history that appears in the FileInfo panel, if activated in the application preferences.

        Returns:
        The history.
      • setHistory

        public final void setHistory(String value)

        Sets the history that appears in the FileInfo panel, if activated in the application preferences.

        Parameters:
        value - The history.
      • getIccProfile

        public final String getIccProfile()

        Gets the color profile, such as AppleRGB, AdobeRGB1998.

        Returns:
        The ICC profile.
      • setIccProfile

        public final void setIccProfile(String value)

        Sets the color profile, such as AppleRGB, AdobeRGB1998.

        Parameters:
        value - The ICC profile.
      • getInstructions

        public final String getInstructions()

        Gets the special instructions.

        Returns:
        The special instructions.
      • setInstructions

        public final void setInstructions(String value)

        Sets the special instructions.

        Parameters:
        value - The special instructions.
      • getSource

        public final String getSource()

        Gets the source.

        Returns:
        The source.
      • setSource

        public final void setSource(String value)

        Sets the source.

        Parameters:
        value - The source.
      • getState

        public final String getState()

        Gets the province/state.

        Returns:
        The province/state.
      • setState

        public final void setState(String value)

        Sets the province/state.

        Parameters:
        value - The province/state.
      • getSupplementalCategories

        public final String[] getSupplementalCategories()

        Gets the supplemental categories.

        Returns:
        The supplemental categories.
      • setSupplementalCategories

        public final void setSupplementalCategories(String[] value)

        Sets the supplemental categories.

        Parameters:
        value - The supplemental categories.
      • getTransmissionReference

        public final String getTransmissionReference()

        Gets the original transmission reference.

        Returns:
        The transmission reference.
      • setTransmissionReference

        public final void setTransmissionReference(String value)

        Sets the original transmission reference.

        Parameters:
        value - The transmission reference.
      • getUrgency

        public final Integer getUrgency()

        Gets the urgency.

        Returns:
        The urgency.


        Valid range is 1-8.
      • setUrgency

        public final void setUrgency(Integer value)

        Sets the urgency.

        Parameters:
        value - The urgency.


        Valid range is 1-8.
      • set

        public void set(String name,
                        String value)

        Sets string property.

        Overrides:
        set in class XmpPackage
        Parameters:
        name - XMP metadata property name.
        value - XMP metadata property value.