Package org.apache.tika.metadata
Interface Photoshop
- 
 public interface PhotoshopXMP Photoshop metadata schema.A collection of property constants for the Photo Metadata properties defined in the XMP Photoshop standard. - Since:
- Apache Tika 1.2
- See Also:
- XMP Photoshop
 
- 
- 
Field SummaryFields Modifier and Type Field Description static String[]_COLOR_MODE_CHOICES_INDEXEDstatic PropertyAUTHORS_POSITIONstatic PropertyCAPTION_WRITERstatic PropertyCATEGORYstatic PropertyCITYstatic PropertyCOLOR_MODEstatic PropertyCOUNTRYstatic PropertyCREDITstatic PropertyDATE_CREATEDstatic PropertyHEADLINEstatic PropertyINSTRUCTIONSstatic StringNAMESPACE_URI_PHOTOSHOPstatic StringPREFIX_PHOTOSHOPstatic PropertySOURCEstatic PropertySTATEstatic PropertySUPPLEMENTAL_CATEGORIESstatic PropertyTRANSMISSION_REFERENCEstatic PropertyURGENCY
 
- 
- 
- 
Field Detail- 
NAMESPACE_URI_PHOTOSHOPstatic final String NAMESPACE_URI_PHOTOSHOP - See Also:
- Constant Field Values
 
 - 
PREFIX_PHOTOSHOPstatic final String PREFIX_PHOTOSHOP - See Also:
- Constant Field Values
 
 - 
AUTHORS_POSITIONstatic final Property AUTHORS_POSITION 
 - 
_COLOR_MODE_CHOICES_INDEXEDstatic final String[] _COLOR_MODE_CHOICES_INDEXED 
 - 
COLOR_MODEstatic final Property COLOR_MODE 
 - 
CAPTION_WRITERstatic final Property CAPTION_WRITER 
 - 
CATEGORYstatic final Property CATEGORY 
 - 
CITYstatic final Property CITY 
 - 
COUNTRYstatic final Property COUNTRY 
 - 
CREDITstatic final Property CREDIT 
 - 
DATE_CREATEDstatic final Property DATE_CREATED 
 - 
HEADLINEstatic final Property HEADLINE 
 - 
INSTRUCTIONSstatic final Property INSTRUCTIONS 
 - 
SOURCEstatic final Property SOURCE 
 - 
STATEstatic final Property STATE 
 - 
SUPPLEMENTAL_CATEGORIESstatic final Property SUPPLEMENTAL_CATEGORIES 
 - 
TRANSMISSION_REFERENCEstatic final Property TRANSMISSION_REFERENCE 
 - 
URGENCYstatic final Property URGENCY 
 
- 
 
-