Package | com.adobe.indesign |
Class | public class FloatingWindowPosition |
Inheritance | FloatingWindowPosition ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
center : FloatingWindowPosition [static] [read-only] Alias for CENTER. | FloatingWindowPosition | ||
CENTER : FloatingWindowPosition [static] [read-only]
Positions the window in the center of the screen. | FloatingWindowPosition | ||
centerLeft : FloatingWindowPosition [static] [read-only] Alias for CENTER_LEFT. | FloatingWindowPosition | ||
CENTER_LEFT : FloatingWindowPosition [static] [read-only]
Positions the window on the left side of the screen midway between the top and bottom. | FloatingWindowPosition | ||
centerRight : FloatingWindowPosition [static] [read-only] Alias for CENTER_RIGHT. | FloatingWindowPosition | ||
CENTER_RIGHT : FloatingWindowPosition [static] [read-only]
Positions the window on the right side of the screen midway between the top and bottom. | FloatingWindowPosition | ||
enumCache : CSEnumSharedCache [static] [read-only] | FloatingWindowPosition | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
lowerLeft : FloatingWindowPosition [static] [read-only] Alias for LOWER_LEFT. | FloatingWindowPosition | ||
LOWER_LEFT : FloatingWindowPosition [static] [read-only]
Positions the window in the lower left corner of the screen. | FloatingWindowPosition | ||
lowerMiddle : FloatingWindowPosition [static] [read-only] Alias for LOWER_MIDDLE. | FloatingWindowPosition | ||
LOWER_MIDDLE : FloatingWindowPosition [static] [read-only]
Positions the window at the bottom of the screen midway between the left and right edges. | FloatingWindowPosition | ||
lowerRight : FloatingWindowPosition [static] [read-only] Alias for LOWER_RIGHT. | FloatingWindowPosition | ||
LOWER_RIGHT : FloatingWindowPosition [static] [read-only]
Positions the window in the lower right corner of the screen. | FloatingWindowPosition | ||
upperLeft : FloatingWindowPosition [static] [read-only] Alias for UPPER_LEFT. | FloatingWindowPosition | ||
UPPER_LEFT : FloatingWindowPosition [static] [read-only]
Positions the window in the upper left corner of the screen. | FloatingWindowPosition | ||
upperMiddle : FloatingWindowPosition [static] [read-only] Alias for UPPER_MIDDLE. | FloatingWindowPosition | ||
UPPER_MIDDLE : FloatingWindowPosition [static] [read-only]
Positions the window at the top of the screen midway between the left and right edges. | FloatingWindowPosition | ||
upperRight : FloatingWindowPosition [static] [read-only] Alias for UPPER_RIGHT. | FloatingWindowPosition | ||
UPPER_RIGHT : FloatingWindowPosition [static] [read-only]
Positions the window in the upper right corner of the screen. | FloatingWindowPosition | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
FloatingWindowPosition(ho:HostObject = null, enum:Number)
Constructor
| FloatingWindowPosition | ||
![]() | 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 |
center | property |
center:FloatingWindowPosition
[read-only] Since : | CS5 |
Alias for CENTER. Positions the window in the center of the screen.
public static function get center():FloatingWindowPosition
CENTER | property |
CENTER:FloatingWindowPosition
[read-only] Since : | CS5 |
Positions the window in the center of the screen.
public static function get CENTER():FloatingWindowPosition
CENTER_LEFT | property |
CENTER_LEFT:FloatingWindowPosition
[read-only] Since : | CS5 |
Positions the window on the left side of the screen midway between the top and bottom.
public static function get CENTER_LEFT():FloatingWindowPosition
CENTER_RIGHT | property |
CENTER_RIGHT:FloatingWindowPosition
[read-only] Since : | CS5 |
Positions the window on the right side of the screen midway between the top and bottom.
public static function get CENTER_RIGHT():FloatingWindowPosition
centerLeft | property |
centerLeft:FloatingWindowPosition
[read-only] Since : | CS5 |
Alias for CENTER_LEFT. Positions the window on the left side of the screen midway between the top and bottom.
public static function get centerLeft():FloatingWindowPosition
centerRight | property |
centerRight:FloatingWindowPosition
[read-only] Since : | CS5 |
Alias for CENTER_RIGHT. Positions the window on the right side of the screen midway between the top and bottom.
public static function get centerRight():FloatingWindowPosition
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
LOWER_LEFT | property |
LOWER_LEFT:FloatingWindowPosition
[read-only] Since : | CS5 |
Positions the window in the lower left corner of the screen.
public static function get LOWER_LEFT():FloatingWindowPosition
LOWER_MIDDLE | property |
LOWER_MIDDLE:FloatingWindowPosition
[read-only] Since : | CS5 |
Positions the window at the bottom of the screen midway between the left and right edges.
public static function get LOWER_MIDDLE():FloatingWindowPosition
LOWER_RIGHT | property |
LOWER_RIGHT:FloatingWindowPosition
[read-only] Since : | CS5 |
Positions the window in the lower right corner of the screen.
public static function get LOWER_RIGHT():FloatingWindowPosition
lowerLeft | property |
lowerLeft:FloatingWindowPosition
[read-only] Since : | CS5 |
Alias for LOWER_LEFT. Positions the window in the lower left corner of the screen.
public static function get lowerLeft():FloatingWindowPosition
lowerMiddle | property |
lowerMiddle:FloatingWindowPosition
[read-only] Since : | CS5 |
Alias for LOWER_MIDDLE. Positions the window at the bottom of the screen midway between the left and right edges.
public static function get lowerMiddle():FloatingWindowPosition
lowerRight | property |
lowerRight:FloatingWindowPosition
[read-only] Since : | CS5 |
Alias for LOWER_RIGHT. Positions the window in the lower right corner of the screen.
public static function get lowerRight():FloatingWindowPosition
UPPER_LEFT | property |
UPPER_LEFT:FloatingWindowPosition
[read-only] Since : | CS5 |
Positions the window in the upper left corner of the screen.
public static function get UPPER_LEFT():FloatingWindowPosition
UPPER_MIDDLE | property |
UPPER_MIDDLE:FloatingWindowPosition
[read-only] Since : | CS5 |
Positions the window at the top of the screen midway between the left and right edges.
public static function get UPPER_MIDDLE():FloatingWindowPosition
UPPER_RIGHT | property |
UPPER_RIGHT:FloatingWindowPosition
[read-only] Since : | CS5 |
Positions the window in the upper right corner of the screen.
public static function get UPPER_RIGHT():FloatingWindowPosition
upperLeft | property |
upperLeft:FloatingWindowPosition
[read-only] Since : | CS5 |
Alias for UPPER_LEFT. Positions the window in the upper left corner of the screen.
public static function get upperLeft():FloatingWindowPosition
upperMiddle | property |
upperMiddle:FloatingWindowPosition
[read-only] Since : | CS5 |
Alias for UPPER_MIDDLE. Positions the window at the top of the screen midway between the left and right edges.
public static function get upperMiddle():FloatingWindowPosition
upperRight | property |
upperRight:FloatingWindowPosition
[read-only] Since : | CS5 |
Alias for UPPER_RIGHT. Positions the window in the upper right corner of the screen.
public static function get upperRight():FloatingWindowPosition
FloatingWindowPosition | () | Constructor |
public function FloatingWindowPosition(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|