Class
Anchored object default settings. Base Class: Preference
getElements, toSource, toSpecifier
AnchoredObjectDefault
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
anchorContent | ContentType: ContentType.UNASSIGNED ContentType.GRAPHIC_TYPE ContentType.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 | Measurement Unit (Number or String) | r/w | The initial height of a new anchored object. |
initialAnchorWidth | Measurement Unit (Number or String) | r/w | The initial width of a new anchored object. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
parent | Application Document |
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
Instances
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
Return
Array of AnchoredObjectDefault AnchoredObjectDefault.getElements ()
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |