Class
PackageForGoLivePreference |
| Package for GoLive preferences. |
QuickLinks |
getElements, toSource, toSpecifier |
Hierarchy
|
PackageForGoLivePreference |
|
Properties
| Property | Type | Access | Description |
copyFormattedImagesForGoLive | bool |
r/w | Whether to copy formatted images to sub-folders for packaging. |
copyMoviesAndSoundsForGoLive | bool |
r/w | Whether to copy movies and sounds to sub-folders for packaging. |
copyOriginalImagesForGoLive | bool |
r/w | Whether to copy original images to sub-folders for packaging. |
includeHiddenLayersForGoLive | bool |
r/w | Whether to include hidden layers for packaging. |
packageEncodingForGoLive | string |
r/w | Use a specific encoding for packaging. |
parent | BookDocument |
readonly | The parent of the PackageForGoLivePreference (a Document or Book). |
properties | Object |
r/w | A property that allows setting of several properties at the same time. |
viewPackageInGoLive | bool |
r/w | Whether to view exported package in GoLive. |
|
Methods
| Instances
Array
of Object getElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the PackageForGoLivePreference.
string toSpecifier ()
Retrieves the object specifier.
|
Element of |
Book.packageForGoLivePreferences
Document.packageForGoLivePreferences
|