EDOBE XDOM EM Specifications Page 99

  • Download
  • Add to my manuals
  • Print
  • Page
    / 231
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 98
Adobe Photoshop CS6
JavaScript Scripting Reference JavaScript Object Reference 99
DocumentInfo
Metadata about a document object.
Access through the Document
.info property. For example, the following sets the author, caption, and
copyrighted properties:
var docRef = open(fileList[i])
// set the file info
docRef.info.author = "Mr. Adobe programmer"
docRef.info.caption = "Adobe Photo shoot"
docRef.info.copyrighted = CopyrightedType.COPYRIGHTEDWORK
These values can be set interactively by choosing File > File Info.
Properties
Property Value type What it is
author
string
Read-write.
authorPosition
string
Read-write.
caption
string
Read-write.
captionWriter
string
Read-write.
category
string
Read-write.
city
string
Read-write.
copyrighted
CopyrightedType
Read-write. The copyrighted status.
copyrightNotice
string
Read-write.
country
string
Read-write.
creationDate
string
Read-write.
credit
string
Read-write.
exif
array of array [tag data]
Read-only. Camera data that includes
camera settings used when the image
was taken.
Each array member is a tag pair, an array
of [tag, tag_data]; for example,
[
"camera" "Cannon"]
.
headline
string
Read-write.
instructions
string
Read-write.
jobName
string
Read-write.
keywords
array of string
Read-write. A list of keywords that can
identify the document or its contents.
ownerUrl
string
Read-write.
Page view 98
1 2 ... 94 95 96 97 98 99 100 101 102 103 104 ... 230 231

Comments to this Manuals

No comments