Library

An object library.

Methods:

close, store

Objects:

Assets, File, Number, Object, String

Property Listing

Property

Type

Access

Description

assets

Assets Asset

readonly

A collection of object library assets.

filePath

File

readonly

The full path to the file.

fullName

File

readonly

The full path to the Library, including the name of the Library.

index

Number

readonly

The index of the Library within its containing object.

name

String

readonly

The name of the Library.

parent

Application

readonly

The parent of the Library (a Application).

properties

Object

read/write

A property that allows setting of several properties at the same time.

Method Listing

undefined close ()

Closes the Library.

Asset store (using:Array of Varies PageItems EPSs Images Movies PICTs Sounds WMFs PDFs)

Store page item(s) in a library

Parameter

Type

Description

using

Array of PageItems

Array of EPSs EPS

Array of Images Image

Array of Movies

Array of PICTs PICT

Array of Sounds Sound

Array of WMFs WMF

Array of PDFs PDF

The page item(s) to store. Can accept: Array of PageItems, Movies, Sounds, Images, EPSs, WMFs, PICTs or PDFs.

Object of

Asset.parent

Return

Libraries.add()