Library
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
assets | Assets | 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 | r/w | A property that allows setting of several properties at the same time. |
Methods
Instances
void close ()
Closes the Library.
Asset store (using:
Array
of any)
Store page item(s) in a library
Parameter | Type | Description |
---|---|---|
using |
Array
of : Array of PageItems EPSs Images Movies PDFs PICTs Sounds WMFs | The page item(s) to store. Can accept: Array of PageItems, Movies, Sounds, Images, EPSs, WMFs, PICTs or PDFs. |
Element of
Asset.parent
Used in:
Asset Button.store (using: Library)
Asset EPS.store (using: Library)
Asset FormField.store (using: Library)
Asset GraphicLine.store (using: Library)
Asset Group.store (using: Library)
Asset Image.store (using: Library)
Asset Movie.store (using: Library)
Asset Oval.store (using: Library)
Asset PDF.store (using: Library)
Asset PICT.store (using: Library)
Asset PageItem.store (using: Library)
Asset Polygon.store (using: Library)
Asset Rectangle.store (using: Library)
Asset Sound.store (using: Library)
Asset TextFrame.store (using: Library)
Return
Library Libraries.add (fullName: File[, withProperties: Object])
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |