Package | com.adobe.indesign |
Class | public class RubyOverhang |
Inheritance | RubyOverhang ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
enumCache : CSEnumSharedCache [static] [read-only] | RubyOverhang | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
none : RubyOverhang [static] [read-only] Alias for NONE. | RubyOverhang | ||
NONE : RubyOverhang [static] [read-only]
Does not allow ruby overhang. | RubyOverhang | ||
rubyOverhangHalfChar : RubyOverhang [static] [read-only] Alias for RUBY_OVERHANG_HALF_CHAR. | RubyOverhang | ||
RUBY_OVERHANG_HALF_CHAR : RubyOverhang [static] [read-only]
Ruby is overhang one-half the size of one chararacter. | RubyOverhang | ||
rubyOverhangHalfRuby : RubyOverhang [static] [read-only] Alias for RUBY_OVERHANG_HALF_RUBY. | RubyOverhang | ||
RUBY_OVERHANG_HALF_RUBY : RubyOverhang [static] [read-only]
Ruby overhang is one-half ruby. | RubyOverhang | ||
rubyOverhangNoLimit : RubyOverhang [static] [read-only] Alias for RUBY_OVERHANG_NO_LIMIT. | RubyOverhang | ||
RUBY_OVERHANG_NO_LIMIT : RubyOverhang [static] [read-only]
There is no ruby overhang size limit. | RubyOverhang | ||
rubyOverhangOneChar : RubyOverhang [static] [read-only] Alias for RUBY_OVERHANG_ONE_CHAR. | RubyOverhang | ||
RUBY_OVERHANG_ONE_CHAR : RubyOverhang [static] [read-only]
Ruby overhang is the size of one character. | RubyOverhang | ||
rubyOverhangOneRuby : RubyOverhang [static] [read-only] Alias for RUBY_OVERHANG_ONE_RUBY. | RubyOverhang | ||
RUBY_OVERHANG_ONE_RUBY : RubyOverhang [static] [read-only]
Ruby overhang is one ruby. | RubyOverhang | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
RubyOverhang(ho:HostObject = null, enum:Number)
Constructor
| RubyOverhang | ||
![]() | 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
none | property |
none:RubyOverhang
[read-only] Since : | CS5 |
Alias for NONE. Does not allow ruby overhang.
public static function get none():RubyOverhang
NONE | property |
NONE:RubyOverhang
[read-only] Since : | CS5 |
Does not allow ruby overhang.
public static function get NONE():RubyOverhang
RUBY_OVERHANG_HALF_CHAR | property |
RUBY_OVERHANG_HALF_CHAR:RubyOverhang
[read-only] Since : | CS5 |
Ruby is overhang one-half the size of one chararacter.
public static function get RUBY_OVERHANG_HALF_CHAR():RubyOverhang
RUBY_OVERHANG_HALF_RUBY | property |
RUBY_OVERHANG_HALF_RUBY:RubyOverhang
[read-only] Since : | CS5 |
Ruby overhang is one-half ruby.
public static function get RUBY_OVERHANG_HALF_RUBY():RubyOverhang
RUBY_OVERHANG_NO_LIMIT | property |
RUBY_OVERHANG_NO_LIMIT:RubyOverhang
[read-only] Since : | CS5 |
There is no ruby overhang size limit.
public static function get RUBY_OVERHANG_NO_LIMIT():RubyOverhang
RUBY_OVERHANG_ONE_CHAR | property |
RUBY_OVERHANG_ONE_CHAR:RubyOverhang
[read-only] Since : | CS5 |
Ruby overhang is the size of one character.
public static function get RUBY_OVERHANG_ONE_CHAR():RubyOverhang
RUBY_OVERHANG_ONE_RUBY | property |
RUBY_OVERHANG_ONE_RUBY:RubyOverhang
[read-only] Since : | CS5 |
Ruby overhang is one ruby.
public static function get RUBY_OVERHANG_ONE_RUBY():RubyOverhang
rubyOverhangHalfChar | property |
rubyOverhangHalfChar:RubyOverhang
[read-only] Since : | CS5 |
Alias for RUBY_OVERHANG_HALF_CHAR. Ruby is overhang one-half the size of one chararacter.
public static function get rubyOverhangHalfChar():RubyOverhang
rubyOverhangHalfRuby | property |
rubyOverhangHalfRuby:RubyOverhang
[read-only] Since : | CS5 |
Alias for RUBY_OVERHANG_HALF_RUBY. Ruby overhang is one-half ruby.
public static function get rubyOverhangHalfRuby():RubyOverhang
rubyOverhangNoLimit | property |
rubyOverhangNoLimit:RubyOverhang
[read-only] Since : | CS5 |
Alias for RUBY_OVERHANG_NO_LIMIT. There is no ruby overhang size limit.
public static function get rubyOverhangNoLimit():RubyOverhang
rubyOverhangOneChar | property |
rubyOverhangOneChar:RubyOverhang
[read-only] Since : | CS5 |
Alias for RUBY_OVERHANG_ONE_CHAR. Ruby overhang is the size of one character.
public static function get rubyOverhangOneChar():RubyOverhang
rubyOverhangOneRuby | property |
rubyOverhangOneRuby:RubyOverhang
[read-only] Since : | CS5 |
Alias for RUBY_OVERHANG_ONE_RUBY. Ruby overhang is one ruby.
public static function get rubyOverhangOneRuby():RubyOverhang
RubyOverhang | () | Constructor |
public function RubyOverhang(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|