Package | com.adobe.incopy |
Class | public class ThumbsPerPage |
Inheritance | ThumbsPerPage ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
enumCache : CSEnumSharedCache [static] [read-only] | ThumbsPerPage | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
k1x2 : ThumbsPerPage [static] [read-only] Alias for K1X2. | ThumbsPerPage | ||
K1X2 : ThumbsPerPage [static] [read-only]
Fits one row on the page; the row contains two thumbnails. | ThumbsPerPage | ||
k2x2 : ThumbsPerPage [static] [read-only] Alias for K2X2. | ThumbsPerPage | ||
K2X2 : ThumbsPerPage [static] [read-only]
Fits two rows of two. | ThumbsPerPage | ||
k3x3 : ThumbsPerPage [static] [read-only] Alias for K3X3. | ThumbsPerPage | ||
K3X3 : ThumbsPerPage [static] [read-only]
Fits three rows of three. | ThumbsPerPage | ||
k4x4 : ThumbsPerPage [static] [read-only] Alias for K4X4. | ThumbsPerPage | ||
K4X4 : ThumbsPerPage [static] [read-only]
Fits four rows of four. | ThumbsPerPage | ||
k5x5 : ThumbsPerPage [static] [read-only] Alias for K5X5. | ThumbsPerPage | ||
K5X5 : ThumbsPerPage [static] [read-only]
Fits five rows of five. | ThumbsPerPage | ||
k6x6 : ThumbsPerPage [static] [read-only] Alias for K6X6. | ThumbsPerPage | ||
K6X6 : ThumbsPerPage [static] [read-only]
Fits six rows of six. | ThumbsPerPage | ||
k7x7 : ThumbsPerPage [static] [read-only] Alias for K7X7. | ThumbsPerPage | ||
K7X7 : ThumbsPerPage [static] [read-only]
Fits seven rows of seven. | ThumbsPerPage | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
ThumbsPerPage(ho:HostObject = null, enum:Number)
Constructor
| ThumbsPerPage | ||
![]() | 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 |
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
k1x2 | property |
k1x2:ThumbsPerPage
[read-only] Since : | CS5 |
Alias for K1X2. Fits one row on the page; the row contains two thumbnails.
public static function get k1x2():ThumbsPerPage
K1X2 | property |
K1X2:ThumbsPerPage
[read-only] Since : | CS5 |
Fits one row on the page; the row contains two thumbnails.
public static function get K1X2():ThumbsPerPage
k2x2 | property |
k2x2:ThumbsPerPage
[read-only] Since : | CS5 |
Alias for K2X2. Fits two rows of two.
public static function get k2x2():ThumbsPerPage
K2X2 | property |
K2X2:ThumbsPerPage
[read-only] Since : | CS5 |
Fits two rows of two.
public static function get K2X2():ThumbsPerPage
k3x3 | property |
k3x3:ThumbsPerPage
[read-only] Since : | CS5 |
Alias for K3X3. Fits three rows of three.
public static function get k3x3():ThumbsPerPage
K3X3 | property |
K3X3:ThumbsPerPage
[read-only] Since : | CS5 |
Fits three rows of three.
public static function get K3X3():ThumbsPerPage
k4x4 | property |
k4x4:ThumbsPerPage
[read-only] Since : | CS5 |
Alias for K4X4. Fits four rows of four.
public static function get k4x4():ThumbsPerPage
K4X4 | property |
K4X4:ThumbsPerPage
[read-only] Since : | CS5 |
Fits four rows of four.
public static function get K4X4():ThumbsPerPage
k5x5 | property |
k5x5:ThumbsPerPage
[read-only] Since : | CS5 |
Alias for K5X5. Fits five rows of five.
public static function get k5x5():ThumbsPerPage
K5X5 | property |
K5X5:ThumbsPerPage
[read-only] Since : | CS5 |
Fits five rows of five.
public static function get K5X5():ThumbsPerPage
k6x6 | property |
k6x6:ThumbsPerPage
[read-only] Since : | CS5 |
Alias for K6X6. Fits six rows of six.
public static function get k6x6():ThumbsPerPage
K6X6 | property |
K6X6:ThumbsPerPage
[read-only] Since : | CS5 |
Fits six rows of six.
public static function get K6X6():ThumbsPerPage
k7x7 | property |
k7x7:ThumbsPerPage
[read-only] Since : | CS5 |
Alias for K7X7. Fits seven rows of seven.
public static function get k7x7():ThumbsPerPage
K7X7 | property |
K7X7:ThumbsPerPage
[read-only] Since : | CS5 |
Fits seven rows of seven.
public static function get K7X7():ThumbsPerPage
ThumbsPerPage | () | Constructor |
public function ThumbsPerPage(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|