Package | com.adobe.indesign |
Class | public class RubyAlignments |
Inheritance | RubyAlignments ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
enumCache : CSEnumSharedCache [static] [read-only] | RubyAlignments | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
ruby1Aki : RubyAlignments [static] [read-only] Alias for RUBY_1_AKI. | RubyAlignments | ||
RUBY_1_AKI : RubyAlignments [static] [read-only]
Ruby 1 aki. | RubyAlignments | ||
rubyCenter : RubyAlignments [static] [read-only] Alias for RUBY_CENTER. | RubyAlignments | ||
RUBY_CENTER : RubyAlignments [static] [read-only]
Centers ruby relative to the parent text. | RubyAlignments | ||
rubyEqualAki : RubyAlignments [static] [read-only] Alias for RUBY_EQUAL_AKI. | RubyAlignments | ||
RUBY_EQUAL_AKI : RubyAlignments [static] [read-only]
Ruby equal aki. | RubyAlignments | ||
rubyFullJustify : RubyAlignments [static] [read-only] Alias for RUBY_FULL_JUSTIFY. | RubyAlignments | ||
RUBY_FULL_JUSTIFY : RubyAlignments [static] [read-only]
Justifies ruby across the parent text. | RubyAlignments | ||
rubyJis : RubyAlignments [static] [read-only] Alias for RUBY_JIS. | RubyAlignments | ||
RUBY_JIS : RubyAlignments [static] [read-only]
Ruby JIS. | RubyAlignments | ||
rubyLeft : RubyAlignments [static] [read-only] Alias for RUBY_LEFT. | RubyAlignments | ||
RUBY_LEFT : RubyAlignments [static] [read-only]
Aligns ruby with the left-most character in the parent text. | RubyAlignments | ||
rubyRight : RubyAlignments [static] [read-only] Alias for RUBY_RIGHT. | RubyAlignments | ||
RUBY_RIGHT : RubyAlignments [static] [read-only]
Aligns ruby with the right-most character in the parent text. | RubyAlignments | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
RubyAlignments(ho:HostObject = null, enum:Number)
Constructor
| RubyAlignments | ||
![]() | 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
RUBY_1_AKI | property |
RUBY_1_AKI:RubyAlignments
[read-only] Since : | CS5 |
Ruby 1 aki.
public static function get RUBY_1_AKI():RubyAlignments
RUBY_CENTER | property |
RUBY_CENTER:RubyAlignments
[read-only] Since : | CS5 |
Centers ruby relative to the parent text.
public static function get RUBY_CENTER():RubyAlignments
RUBY_EQUAL_AKI | property |
RUBY_EQUAL_AKI:RubyAlignments
[read-only] Since : | CS5 |
Ruby equal aki.
public static function get RUBY_EQUAL_AKI():RubyAlignments
RUBY_FULL_JUSTIFY | property |
RUBY_FULL_JUSTIFY:RubyAlignments
[read-only] Since : | CS5 |
Justifies ruby across the parent text.
public static function get RUBY_FULL_JUSTIFY():RubyAlignments
RUBY_JIS | property |
RUBY_JIS:RubyAlignments
[read-only] Since : | CS5 |
Ruby JIS.
public static function get RUBY_JIS():RubyAlignments
RUBY_LEFT | property |
RUBY_LEFT:RubyAlignments
[read-only] Since : | CS5 |
Aligns ruby with the left-most character in the parent text.
public static function get RUBY_LEFT():RubyAlignments
RUBY_RIGHT | property |
RUBY_RIGHT:RubyAlignments
[read-only] Since : | CS5 |
Aligns ruby with the right-most character in the parent text.
public static function get RUBY_RIGHT():RubyAlignments
ruby1Aki | property |
ruby1Aki:RubyAlignments
[read-only] Since : | CS5 |
Alias for RUBY_1_AKI. Ruby 1 aki.
public static function get ruby1Aki():RubyAlignments
rubyCenter | property |
rubyCenter:RubyAlignments
[read-only] Since : | CS5 |
Alias for RUBY_CENTER. Centers ruby relative to the parent text.
public static function get rubyCenter():RubyAlignments
rubyEqualAki | property |
rubyEqualAki:RubyAlignments
[read-only] Since : | CS5 |
Alias for RUBY_EQUAL_AKI. Ruby equal aki.
public static function get rubyEqualAki():RubyAlignments
rubyFullJustify | property |
rubyFullJustify:RubyAlignments
[read-only] Since : | CS5 |
Alias for RUBY_FULL_JUSTIFY. Justifies ruby across the parent text.
public static function get rubyFullJustify():RubyAlignments
rubyJis | property |
rubyJis:RubyAlignments
[read-only] Since : | CS5 |
Alias for RUBY_JIS. Ruby JIS.
public static function get rubyJis():RubyAlignments
rubyLeft | property |
rubyLeft:RubyAlignments
[read-only] Since : | CS5 |
Alias for RUBY_LEFT. Aligns ruby with the left-most character in the parent text.
public static function get rubyLeft():RubyAlignments
rubyRight | property |
rubyRight:RubyAlignments
[read-only] Since : | CS5 |
Alias for RUBY_RIGHT. Aligns ruby with the right-most character in the parent text.
public static function get rubyRight():RubyAlignments
RubyAlignments | () | Constructor |
public function RubyAlignments(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|