Package | com.adobe.indesign |
Class | public class RowTypes |
Inheritance | RowTypes ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
bodyRow : RowTypes [static] [read-only] Alias for BODY_ROW. | RowTypes | ||
BODY_ROW : RowTypes [static] [read-only]
Makes the row a body row. | RowTypes | ||
enumCache : CSEnumSharedCache [static] [read-only] | RowTypes | ||
footerRow : RowTypes [static] [read-only] Alias for FOOTER_ROW. | RowTypes | ||
FOOTER_ROW : RowTypes [static] [read-only]
Makes the row a footer row. | RowTypes | ||
headerRow : RowTypes [static] [read-only] Alias for HEADER_ROW. | RowTypes | ||
HEADER_ROW : RowTypes [static] [read-only]
Makes the row a header row. | RowTypes | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
mixedState : RowTypes [static] [read-only] Alias for MIXED_STATE. | RowTypes | ||
MIXED_STATE : RowTypes [static] [read-only]
(Read-only) The column's rows are of multiple types. | RowTypes | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
RowTypes(ho:HostObject = null, enum:Number)
Constructor
| RowTypes | ||
![]() | 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 |
BODY_ROW | property |
BODY_ROW:RowTypes
[read-only] Since : | CS5 |
Makes the row a body row.
public static function get BODY_ROW():RowTypes
bodyRow | property |
bodyRow:RowTypes
[read-only] Since : | CS5 |
Alias for BODY_ROW. Makes the row a body row.
public static function get bodyRow():RowTypes
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
FOOTER_ROW | property |
FOOTER_ROW:RowTypes
[read-only] Since : | CS5 |
Makes the row a footer row. Note: When setting row type as footer row, the row must be either the bottom row in the table or adjacent to an existing footer row.
public static function get FOOTER_ROW():RowTypes
footerRow | property |
footerRow:RowTypes
[read-only] Since : | CS5 |
Alias for FOOTER_ROW. Makes the row a footer row. Note: When setting row type as footer row, the row must be either the bottom row in the table or adjacent to an existing footer row.
public static function get footerRow():RowTypes
HEADER_ROW | property |
HEADER_ROW:RowTypes
[read-only] Since : | CS5 |
Makes the row a header row. Note: When setting row type as header row, the row must be either the top row in the table or adjacent to an existing header row.
public static function get HEADER_ROW():RowTypes
headerRow | property |
headerRow:RowTypes
[read-only] Since : | CS5 |
Alias for HEADER_ROW. Makes the row a header row. Note: When setting row type as header row, the row must be either the top row in the table or adjacent to an existing header row.
public static function get headerRow():RowTypes
MIXED_STATE | property |
MIXED_STATE:RowTypes
[read-only] Since : | CS5 |
(Read-only) The column's rows are of multiple types.
public static function get MIXED_STATE():RowTypes
mixedState | property |
mixedState:RowTypes
[read-only] Since : | CS5 |
Alias for MIXED_STATE. (Read-only) The column's rows are of multiple types.
public static function get mixedState():RowTypes
RowTypes | () | Constructor |
public function RowTypes(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|