Package | com.adobe.indesign |
Class | public class GridViewSettings |
Inheritance | GridViewSettings ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
alignViewEnum : GridViewSettings [static] [read-only] Alias for ALIGN_VIEW_ENUM. | GridViewSettings | ||
ALIGN_VIEW_ENUM : GridViewSettings [static] [read-only]
Align view. | GridViewSettings | ||
enumCache : CSEnumSharedCache [static] [read-only] | GridViewSettings | ||
gridAndZnViewEnum : GridViewSettings [static] [read-only] Alias for GRID_AND_ZN_VIEW_ENUM. | GridViewSettings | ||
GRID_AND_ZN_VIEW_ENUM : GridViewSettings [static] [read-only]
Grid and ZN view. | GridViewSettings | ||
gridViewEnum : GridViewSettings [static] [read-only] Alias for GRID_VIEW_ENUM. | GridViewSettings | ||
GRID_VIEW_ENUM : GridViewSettings [static] [read-only]
Grid view. | GridViewSettings | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase | |
znViewEnum : GridViewSettings [static] [read-only] Alias for ZN_VIEW_ENUM. | GridViewSettings | ||
ZN_VIEW_ENUM : GridViewSettings [static] [read-only]
ZN view. | GridViewSettings |
Method | Defined By | ||
---|---|---|---|
GridViewSettings(ho:HostObject = null, enum:Number)
Constructor
| GridViewSettings | ||
![]() | 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 |
ALIGN_VIEW_ENUM | property |
ALIGN_VIEW_ENUM:GridViewSettings
[read-only] Since : | CS5 |
Align view.
public static function get ALIGN_VIEW_ENUM():GridViewSettings
alignViewEnum | property |
alignViewEnum:GridViewSettings
[read-only] Since : | CS5 |
Alias for ALIGN_VIEW_ENUM. Align view.
public static function get alignViewEnum():GridViewSettings
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
GRID_AND_ZN_VIEW_ENUM | property |
GRID_AND_ZN_VIEW_ENUM:GridViewSettings
[read-only] Since : | CS5 |
Grid and ZN view.
public static function get GRID_AND_ZN_VIEW_ENUM():GridViewSettings
GRID_VIEW_ENUM | property |
GRID_VIEW_ENUM:GridViewSettings
[read-only] Since : | CS5 |
Grid view.
public static function get GRID_VIEW_ENUM():GridViewSettings
gridAndZnViewEnum | property |
gridAndZnViewEnum:GridViewSettings
[read-only] Since : | CS5 |
Alias for GRID_AND_ZN_VIEW_ENUM. Grid and ZN view.
public static function get gridAndZnViewEnum():GridViewSettings
gridViewEnum | property |
gridViewEnum:GridViewSettings
[read-only] Since : | CS5 |
Alias for GRID_VIEW_ENUM. Grid view.
public static function get gridViewEnum():GridViewSettings
ZN_VIEW_ENUM | property |
ZN_VIEW_ENUM:GridViewSettings
[read-only] Since : | CS5 |
ZN view.
public static function get ZN_VIEW_ENUM():GridViewSettings
znViewEnum | property |
znViewEnum:GridViewSettings
[read-only] Since : | CS5 |
Alias for ZN_VIEW_ENUM. ZN view.
public static function get znViewEnum():GridViewSettings
GridViewSettings | () | Constructor |
public function GridViewSettings(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|