Indesign Scripting Reference
home | search | Links
JavaScript >> AnchoredObjectDefault

AnchoredObjectDefault

Anchored object defaults.

AnchoredObjectDefault Properties

Property Type Access Description
anchorContent ContentType enumeration r/w The initial frame type for a new anchored object.
anchoredObjectStyle ObjectStyle r/w The initial object style of a new anchored object.
anchoredParagraphStyle ParagraphStyle r/w The initial paragraph style of a new anchored text frame object.
initialAnchorHeight Real r/w The initial height of a new anchored object.
initialAnchorWidth Real r/w The initial width of a new anchored object.
parent Object read The parent of the object.
properties An array of property names and values r/w Property that allows setting of several properties at the same time.

AnchoredObjectDefault Methods

Method Returns Description
getElements Array of Objects Resolve the object specifier.
toSource String Generate JavaScript source that, if executed, will return the specified objects.
toSpecifier String Retrieve the object specifier.