LinkedPageItemOption
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
eventListeners | EventListeners EventListener | readonly | A collection of event listeners. |
events | Events Event | readonly | A collection of events. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
parent | ApplicationButton CheckBox ComboBox Document EPS EPSText FormField Graphic GraphicLine Group HtmlItem Image ImportedPage ListBox MediaItem Movie MultiStateObject Oval PageItem PICT Polygon RadioButton Rectangle SignatureField Sound SplineItem TextBox TextFrame WMF |
readonly | The parent of the LinkedPageItemOption (a Application, Document, PageItem, HtmlItem, FormField, SignatureField, TextBox, RadioButton, ListBox, ComboBox, CheckBox, MultiStateObject, Button, MediaItem, Sound, Movie, EPSText, SplineItem, Polygon, GraphicLine, Rectangle, Oval, Graphic, ImportedPage, PICT, WMF, PDF, EPS, Image, Group or TextFrame). |
preserveAppearance | bool | r/w | If true, appearance edits will be preserved during update. |
preserveFrameContent | bool | r/w | If true, frame content edits will be preserved during update. |
preserveInteractivity | bool | r/w | If true, interactivity edits will be preserved during update. |
preserveOthers | bool | r/w | If true, text wrap, hyperLinks, text frame options, object export settings will be preserved during update. |
preserveSizeAndShape | bool | r/w | If true, size and shape edits will be preserved during update. |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
updateLinkWhileSaving | bool | r/w | If true, the linked Page Item will be updated while saving. |
warnOnUpdateOfEditedPageItem | bool | r/w | If true, a warning will be shown if the update link operation will override local edits. |
Methods
Instances
EventListener addEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Adds an event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The event type. |
handler | File JavaScript Function | The event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
Array of LinkedPageItemOption getElements ()
Resolves the object specifier, creating an array of object references.
bool removeEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Removes the event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The registered event type. |
handler | File JavaScript Function | The registered event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
string toSource ()
Generates a string which, if executed, will return the LinkedPageItemOption.
Element of
Application.linkedPageItemOptions
Button.linkedPageItemOptions
CheckBox.linkedPageItemOptions
ComboBox.linkedPageItemOptions
Document.linkedPageItemOptions
EPS.linkedPageItemOptions
EPSText.linkedPageItemOptions
FormField.linkedPageItemOptions
Graphic.linkedPageItemOptions
GraphicLine.linkedPageItemOptions
Group.linkedPageItemOptions
HtmlItem.linkedPageItemOptions
Image.linkedPageItemOptions
ImportedPage.linkedPageItemOptions
ListBox.linkedPageItemOptions
MediaItem.linkedPageItemOptions
Movie.linkedPageItemOptions
MultiStateObject.linkedPageItemOptions
Oval.linkedPageItemOptions
PDF.linkedPageItemOptions
PICT.linkedPageItemOptions
PageItem.linkedPageItemOptions
Polygon.linkedPageItemOptions
RadioButton.linkedPageItemOptions
Rectangle.linkedPageItemOptions
SignatureField.linkedPageItemOptions
Sound.linkedPageItemOptions
SplineItem.linkedPageItemOptions
TextBox.linkedPageItemOptions
TextFrame.linkedPageItemOptions
WMF.linkedPageItemOptions
Return
Array of LinkedPageItemOption LinkedPageItemOption.getElements ()
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |