items

All of the items in the project.ItemCollection object; read-only.

timeDisplayType

The time display style, corresponding to the Time Display Style section in the Project Settings dialog box.A TimeDisplayType enumerated value; read/write. O

removeUnusedFootage()

Removes unused footage from the project. Same as the File > Remove Unused Footage command.None.Integer; the total number of FootageItem objects removed.

activeItem

The item that is currently active and is to be acted upon, or a null if no item is currently selected or if multiple items are selected.Item object or null;

save()

Saves the project. The same as the File > Save or File > Save As command. If the project has never previously been saved and no file is specified, prompts t

xmpPacket

The projectメs XMP metadata, stored as RDF XML-based . For more information on XMP, see the JavaScript Tools Guide.String; read/write.The following example c

saveWithDialog()

Shows the Save dialog box. The user can name a file with a location and save the project, or click Cancel to exit the dialog box.None.Boolean; true if the p

file

The ExtendScript File object for the file containing the project that is currently open.File object or null if project has not been saved; read-only.