The settings for an anchored object.
Go to Property Listing | Method Listing
AnchorPoint, AnchorPosition, AnchoredRelativeTo, Boolean, HorizontalAlignment, Number, Object, String, VerticalAlignment, VerticallyRelativeTo
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
read/write |
The point in the anchored object to position. |
||
|
read/write |
The space above an above-line anchored object. |
||
|
read/write |
The horizontal (x) offset of the anchored object. |
||
|
read/write |
The vertical (y) offset of the anchored object. Corresponds to the space after property for above line positioning. |
||
|
read/write |
The position of the anchored object relative to the anchor. |
||
|
read/write |
When anchored position is above line, the position of the anchored object is relative to the text area. When anchored position is custom, the horizontal alignment of the anchored object is set by the horizontal reference point. Note: Not valid when anchored position is inline. |
||
|
read/write |
The horizontal reference point on the page. Valid only when anchored position is custom. |
||
|
readonly |
Returns true if the object specifier resolves to valid objects. |
||
|
read/write |
If true, prevents manual positioning of the anchored object. |
||
|
readonly |
The parent of the AnchoredObjectSetting (a ObjectStyle, PageItem, Oval, Rectangle, GraphicLine, Polygon, Group, TextFrame, FormField, Button, Application or Document). |
||
|
read/write |
If true, pins the position of the anchored object within the text frame top and bottom. |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
read/write |
If true, the position of the anchored object is relative to the binding spine of the page or spread. |
||
|
read/write |
The vertical alignment of the anchored object reference point with the vertical reference point on the page. Notes: Valid only when anchored position is custom. |
||
|
read/write |
The vertical reference point on the page. Valid when anchored position is custom. |
AnchoredObjectSetting getElements ()
Resolves the object specifier, creating an array of object references.
undefined releaseAnchoredObject ()
Releases the anchored object from its associated text.
String toSource ()
Generates a string which, if executed, will return the AnchoredObjectSetting.
String toSpecifier ()
Retrieves the object specifier.
Application.anchoredObjectSettings
Document.anchoredObjectSettings
FormField.anchoredObjectSettings
Button.anchoredObjectSettings
PageItem.anchoredObjectSettings
Oval.anchoredObjectSettings
Rectangle.anchoredObjectSettings
GraphicLine.anchoredObjectSettings
Polygon.anchoredObjectSettings
Group.anchoredObjectSettings
ObjectStyle.anchoredObjectSettings
TextFrame.anchoredObjectSettings