Package | com.adobe.indesign |
Class | public class RepaginateOption |
Inheritance | RepaginateOption ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
enumCache : CSEnumSharedCache [static] [read-only] | RepaginateOption | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
nextEvenPage : RepaginateOption [static] [read-only] Alias for NEXT_EVEN_PAGE. | RepaginateOption | ||
NEXT_EVEN_PAGE : RepaginateOption [static] [read-only]
Starts page numbers for each book content object at the next even-numbered page after the last page of the previous book content object. | RepaginateOption | ||
nextOddPage : RepaginateOption [static] [read-only] Alias for NEXT_ODD_PAGE. | RepaginateOption | ||
NEXT_ODD_PAGE : RepaginateOption [static] [read-only]
Starts page numbers for each book content object at the next odd-numbered page after the last page of the previous book content object. | RepaginateOption | ||
nextPage : RepaginateOption [static] [read-only] Alias for NEXT_PAGE. | RepaginateOption | ||
NEXT_PAGE : RepaginateOption [static] [read-only]
Continues page numbers sequentially from the previous book content object. | RepaginateOption | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
RepaginateOption(ho:HostObject = null, enum:Number)
Constructor
| RepaginateOption | ||
![]() | 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
NEXT_EVEN_PAGE | property |
NEXT_EVEN_PAGE:RepaginateOption
[read-only] Since : | CS5 |
Starts page numbers for each book content object at the next even-numbered page after the last page of the previous book content object.
public static function get NEXT_EVEN_PAGE():RepaginateOption
NEXT_ODD_PAGE | property |
NEXT_ODD_PAGE:RepaginateOption
[read-only] Since : | CS5 |
Starts page numbers for each book content object at the next odd-numbered page after the last page of the previous book content object.
public static function get NEXT_ODD_PAGE():RepaginateOption
NEXT_PAGE | property |
NEXT_PAGE:RepaginateOption
[read-only] Since : | CS5 |
Continues page numbers sequentially from the previous book content object.
public static function get NEXT_PAGE():RepaginateOption
nextEvenPage | property |
nextEvenPage:RepaginateOption
[read-only] Since : | CS5 |
Alias for NEXT_EVEN_PAGE. Starts page numbers for each book content object at the next even-numbered page after the last page of the previous book content object.
public static function get nextEvenPage():RepaginateOption
nextOddPage | property |
nextOddPage:RepaginateOption
[read-only] Since : | CS5 |
Alias for NEXT_ODD_PAGE. Starts page numbers for each book content object at the next odd-numbered page after the last page of the previous book content object.
public static function get nextOddPage():RepaginateOption
nextPage | property |
nextPage:RepaginateOption
[read-only] Since : | CS5 |
Alias for NEXT_PAGE. Continues page numbers sequentially from the previous book content object.
public static function get nextPage():RepaginateOption
RepaginateOption | () | Constructor |
public function RepaginateOption(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|