A sound.
| Property |
Type |
Access |
Description |
| AssociatedXMLElement |
XMLItem |
read |
The XML element associated with the object. |
| Description |
String |
r/w |
Description. |
| DoNotPrintPoster |
Boolean |
r/w |
Does not print the sound poster. |
| EmbedInPDF |
Boolean |
r/w |
Embed content in PDF. |
| FilePath |
File (String) |
r/w |
The file path. |
| GeometricBounds |
Array of 4 Units (Doubles or Strings) |
r/w |
The bounds of the page item excluding the stroke width, in the form (top, left, bottom, right). |
| HorizontalScale |
Double |
r/w |
The horizontal scaling percentage applied to the object, including the scaling applied to its containing object(s). |
| Id |
Long |
read |
A unique number identifying the object. |
| Images |
Images |
read |
The images contained by the object. |
| Index |
Long |
read |
Index of the object within its parent object. |
| ItemLayer |
Layer |
r/w |
The layer the object is on. |
| ItemLink |
Link |
read |
Link to a placed file. |
| Label |
String |
r/w |
A label that can be set to any string. |
| Name |
String |
r/w |
The name of the object. |
| Overridden |
Boolean |
read |
If true, this object originated on a master spread, was overridden, and is still linked to the object on the master spread. |
| OverriddenMasterPageItem |
PageItem, Guide, Graphic, Movie, Sound |
read |
A reference to the original object on the master spread (for overridden objects). |
| Parent |
Object |
read |
The parent of the object. |
| PlayOnPageTurn |
Boolean |
r/w |
Play on page turn. |
| PosterFile |
String |
r/w |
Poster file. |
| SoundPosterType |
idSoundPosterTypes enumeration |
r/w |
Current poster type (‘proxy image’ is read-only). |
| VerticalScale |
Double |
r/w |
The vertical scaling percentage applied to the object, including the scaling applied to its containing object(s). |
| VisibleBounds |
Array of 4 Units (Doubles or Strings) |
r/w |
The bounds of the page item, including the stroke width, in the form (top, left, bottom, right). |
| Method |
Returns |
Description |
| BringForward |
Nothing |
Brings the object forward. |
| BringToFront |
Nothing |
Brings object to the front. |
| Delete |
Nothing |
Deletes the object. |
| Detach |
Nothing |
Detaches an overridden page item from the master page item. |
| Duplicate |
Object |
Duplicates the object. |
| ExtractLabel |
String |
Gets the content of the label associated with the specified key (name). |
| Fit |
Nothing |
Applies fitting options to the content of a frame. |
| InsertLabel |
Nothing |
Sets the content of the label associated with the specified key (name), creating the label if it does not already exist. |
| Markup |
Nothing |
Mark up layout content with XML preserving the existing content. |
| Move |
Nothing |
Move Page Item to a new location. One of the ‘To’ or ‘By’ parameters is required. |
| Override |
PageItem, Guide, Graphic, Movie or Sound |
Overrides an item from the master page and places it on the page. |
| RemoveOverride |
Nothing |
Removes a locally overridden master page item. |
| ResetScaling |
Nothing |
Resets the scaling to 100%. Note that this does not change the size of the object; instead, it makes the current size of the object the basis for future scaling. |
| Resize |
Nothing |
Resizes the object. |
| Select |
Nothing |
Selects the object. |
| SendBackward |
Nothing |
Send object backward. |
| SendToBack |
Nothing |
Send object to the back. |
| Store |
Asset |
Stores the object in a library. |