Package | com.adobe.incopy |
Class | public class AnchoredRelativeTo |
Inheritance | AnchoredRelativeTo ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
anchorLocation : AnchoredRelativeTo [static] [read-only] Alias for ANCHOR_LOCATION. | AnchoredRelativeTo | ||
ANCHOR_LOCATION : AnchoredRelativeTo [static] [read-only]
Align the anchored object to the anchor. | AnchoredRelativeTo | ||
columnEdge : AnchoredRelativeTo [static] [read-only] Alias for COLUMN_EDGE. | AnchoredRelativeTo | ||
COLUMN_EDGE : AnchoredRelativeTo [static] [read-only]
Align the anchored object to the edge of the text or table column. | AnchoredRelativeTo | ||
enumCache : CSEnumSharedCache [static] [read-only] | AnchoredRelativeTo | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
pageEdge : AnchoredRelativeTo [static] [read-only] Alias for PAGE_EDGE. | AnchoredRelativeTo | ||
PAGE_EDGE : AnchoredRelativeTo [static] [read-only]
Align the anchored object to the edge of the page. | AnchoredRelativeTo | ||
pageMargins : AnchoredRelativeTo [static] [read-only] Alias for PAGE_MARGINS. | AnchoredRelativeTo | ||
PAGE_MARGINS : AnchoredRelativeTo [static] [read-only]
Align the anchored object to the page margin. | AnchoredRelativeTo | ||
textFrame : AnchoredRelativeTo [static] [read-only] Alias for TEXT_FRAME. | AnchoredRelativeTo | ||
TEXT_FRAME : AnchoredRelativeTo [static] [read-only]
Align the anchored object to the edge of the text frame. | AnchoredRelativeTo | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
AnchoredRelativeTo(ho:HostObject = null, enum:Number)
Constructor
| AnchoredRelativeTo | ||
![]() | filterArgsForHBAPI(args:Array):Array [static]
Function to clean up the argument list and put it into a format that
makes sense for HBAPI. | CSHostObject | |
![]() | filterSingleObjectForHBAPI(value:Object):Object [static]
| CSHostObject | |
![]() | getClassObjectForName(className:String):HostObject [static] This returns a "Class" object, meaning, a HostObject that can be used
to make static function calls or get static properties
| CSHostObject | |
![]() | getSpecialTranslation(className:String, ho:HostObject, expectedReturnType:Class, ownerName:String):* [static] | CSHostObject | |
![]() | hostCall(name:String, expectedReturnType:Class, rawargs:Array):*
Encapsulates a function call to the host
| CSHostObject | |
![]() | hostCallStatic(className:String, methodName:String, expectedReturnType:Class, rawargs:Array):* [static]
Implements a safe call of a static method on the host
| CSHostObject | |
![]() | hostGet(name:String, expectedReturnType:Class):*
Encapsulates a property get to the host
| CSHostObject | |
![]() | hostGetIndex(idx:Object, expectedReturnType:Class):*
Encapsulates a indexed get to the host
| CSHostObject | |
![]() | hostGetStatic(className:String, propertyName:String, expectedReturnType:Class):* [static]
Implements a safe get of a static property on the host
Used by for instance, all the enum implementations. | CSHostObject | |
![]() | hostSet(name:String, rawvalue:*):void
Encapsulates a property set to the host
| CSHostObject | |
![]() | hostSetStatic(className:String, propertyName:String, rawvalue:*):* [static]
Implements a safe set of a static property on the host
| CSHostObject | |
![]() | isDescendedFrom(clz:Class, ancClass:Class):Boolean [static] Efficiently determines whether or not one class descends from
another in inheritance hierarchy- class relationships are cached
by the ClassUtils implementation-
(uses org.as3commons lib to quickly discover class hierarchy. | CSHostObject | |
![]() | replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call. | CSHostObject | |
![]() | wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):* [static]
Method used on static/normal get/ hostcalls
| CSHostObject |
ANCHOR_LOCATION | property |
ANCHOR_LOCATION:AnchoredRelativeTo
[read-only] Since : | CS5 |
Align the anchored object to the anchor.
public static function get ANCHOR_LOCATION():AnchoredRelativeTo
anchorLocation | property |
anchorLocation:AnchoredRelativeTo
[read-only] Since : | CS5 |
Alias for ANCHOR_LOCATION. Align the anchored object to the anchor.
public static function get anchorLocation():AnchoredRelativeTo
COLUMN_EDGE | property |
COLUMN_EDGE:AnchoredRelativeTo
[read-only] Since : | CS5 |
Align the anchored object to the edge of the text or table column.
public static function get COLUMN_EDGE():AnchoredRelativeTo
columnEdge | property |
columnEdge:AnchoredRelativeTo
[read-only] Since : | CS5 |
Alias for COLUMN_EDGE. Align the anchored object to the edge of the text or table column.
public static function get columnEdge():AnchoredRelativeTo
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
PAGE_EDGE | property |
PAGE_EDGE:AnchoredRelativeTo
[read-only] Since : | CS5 |
Align the anchored object to the edge of the page.
public static function get PAGE_EDGE():AnchoredRelativeTo
PAGE_MARGINS | property |
PAGE_MARGINS:AnchoredRelativeTo
[read-only] Since : | CS5 |
Align the anchored object to the page margin.
public static function get PAGE_MARGINS():AnchoredRelativeTo
pageEdge | property |
pageEdge:AnchoredRelativeTo
[read-only] Since : | CS5 |
Alias for PAGE_EDGE. Align the anchored object to the edge of the page.
public static function get pageEdge():AnchoredRelativeTo
pageMargins | property |
pageMargins:AnchoredRelativeTo
[read-only] Since : | CS5 |
Alias for PAGE_MARGINS. Align the anchored object to the page margin.
public static function get pageMargins():AnchoredRelativeTo
TEXT_FRAME | property |
TEXT_FRAME:AnchoredRelativeTo
[read-only] Since : | CS5 |
Align the anchored object to the edge of the text frame.
public static function get TEXT_FRAME():AnchoredRelativeTo
textFrame | property |
textFrame:AnchoredRelativeTo
[read-only] Since : | CS5 |
Alias for TEXT_FRAME. Align the anchored object to the edge of the text frame.
public static function get textFrame():AnchoredRelativeTo
AnchoredRelativeTo | () | Constructor |
public function AnchoredRelativeTo(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|