AnchoredObjectDefault

Anchored object default settings.

Properties

Property Type Access Description
anchorContent ContentType :
UNASSIGNED
GRAPHIC_TYPE
TEXT_TYPE
r/w The initial frame type of 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 object. Note: Valid when anchor content is text.
initialAnchorHeight number r/w The initial height of a new anchored object.
initialAnchorWidth number r/w The initial width of a new anchored object.
parent any readonly The parent of the AnchoredObjectDefault (a Application or Document).
properties Object r/w A property that allows setting of several properties at the same time.

Methods

Array of AnchoredObjectDefault getElements ()
Resolves the object specifier, creating an array of object references.

string toSource ()
Generates a string which, if executed, will return the AnchoredObjectDefault.

string toSpecifier ()
Retrieves the object specifier.

Element of:

Application.anchoredObjectDefaults
Document.anchoredObjectDefaults

Returned by:

Array of AnchoredObjectDefault AnchoredObjectDefault.getElements ( )