A sound clip.
Go to Property Listing | Method Listing
bringForward, bringToFront, duplicate, extractLabel, fit, insertLabel, markup, move, remove, resetScaling, resize, select, sendBackward, sendToBack, store, unlink
Boolean, File, Images, Layer, Link, Number, Object, SoundPosterTypes, String, XMLElement
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
Returns the associated XML element |
||
|
read/write |
The description of the Sound. |
||
|
read/write |
If true, the sound poster does not print with the document. |
||
|
read/write |
If true, the file is embedded in the PDF. If false, the file is linked to the PDF. Note: To embed movie files, acrobat compatibility must be acrobat 6 or higher. |
||
|
read/write |
The full path to the file. |
||
|
read/write |
The bounds of the Sound excluding the stroke width, in the format [y1, x1, y2, x2], which give the coordinates of the top-left and bottom-right corners of the bounding box. |
||
|
read/write |
The horizontal scaling applied to the Sound. |
||
|
readonly |
The unique ID of the Sound. |
||
|
readonly |
A collection of bitmap images in any bitmap file format (including TIFF, JPEG, or GIF). |
||
|
readonly |
The index of the Sound within its containing object. |
||
|
read/write |
The layer that the Sound is on. |
||
|
readonly |
The source file of the link. |
||
|
read/write |
A property that can be set to any string. |
||
|
read/write |
If true, the Sound is locked. |
||
|
read/write |
The name of the Sound. |
||
|
readonly |
The parent of the Sound (a PageItem, Oval, Rectangle or Polygon). |
||
|
read/write |
If true, the movie plays automatically when a user views the page that contains the movie poster in the PDF document. |
||
|
read/write |
The poster file. |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
read/write |
The type of sound poster. |
||
|
read/write |
The vertical scaling applied to the Sound. |
||
|
read/write |
The bounds of the Sound including the stroke width, in the format [y1, x1, y2, x2], which give the coordinates of the top-left and bottom-right corners of the bounding box. |
undefined bringForward ()
Brings the Sound forward one level in its layer.
undefined bringToFront ()
Brings the Sound to the front.
Sound duplicate ()
Duplicates the Sound.
String extractLabel (key:String)
Gets the label value associated with the specified key.
|
Parameter |
Type |
Description |
|---|---|---|
|
key |
The key. |
undefined fit (given:FitOptions)
Applies the specified fit option to content in a frame.
|
Parameter |
Type |
Description |
|---|---|---|
|
given |
The fit option to use. |
undefined insertLabel (key:String, value:String)
Sets the label to the value associated with the specified key.
undefined markup (using:XMLElement)
Associates the page item with the specified XML element while preserving existing content.
|
Parameter |
Type |
Description |
|---|---|---|
|
using |
The XML element. |
undefined move (to:Array of Varies 2 Units Page Spread Layer, by:Array of Number String)
Move Page Item to a new location. One of the To or By parameters is required.
|
Parameter |
Type |
Description |
|---|---|---|
|
to |
Array of 2 Units |
The new location of the object. Can accept: Array of 2 Units, Spread, Page or Layer. (Optional) |
|
by |
Amount by which to move the object relative to its current position (Optional) |
undefined remove ()
Deletes the Sound.
undefined resetScaling ()
Resets the Sound's scaling to 100%. Note: This does not change the size of the Sound. Instead, it makes the current size of the Sound the basis for future scaling.
undefined resize (horizontalScale:Number, verticalScale:Number, around:Array of Varies 2 Units AnchorPoint, [consideringCurrentScale:Boolean=Boolean], [transformingContent:Boolean=Boolean], [consideringParentsScale:Boolean=Boolean])
Resize the page item. You must specify either horizontal scale or vertical scale or both.
|
Parameter |
Type |
Description |
|---|---|---|
|
horizontalScale |
The percentage of horizontal scale (Optional) |
|
|
verticalScale |
The percentage of vertical scale (Optional) |
|
|
around |
Array of 2 Units |
The point to scale around. Can accept: Array of 2 Units or AnchorPoint enumerator. (Optional) |
|
consideringCurrentScale |
If true then the object's current scale and new scale will be combined. If false then the new value is absolute. The default value is false. (Optional) (default: false) |
|
|
transformingContent |
If true then both the object and items within it are scaled (Optional) (default: true) |
|
|
consideringParentsScale |
If true then the object is scaled relative to its parent page item. If false it is scaled relative to the spread. (Optional) (default: false) |
undefined select ([existingSelection:SelectionOptions=SelectionOptions])
Select this object.
|
Parameter |
Type |
Description |
|---|---|---|
|
existingSelection |
How to handle the existing selection (Optional) (default: SelectionOptions.REPLACE) |
undefined sendBackward ()
Sends the Sound back one level in its layer.
undefined sendToBack ()
Sends the Sound to the back.
Asset store (using:Library)
Store a page item in a library
|
Parameter |
Type |
Description |
|---|---|---|
|
using |
The library in which to store |
undefined unlink (from:UnlinkFrom)
Detaches an overridden master page item from the page or from the master
|
Parameter |
Type |
Description |
|---|---|---|
|
from |
What to unlink from |