Package | com.adobe.indesign |
Class | public class FirstBaseline |
Inheritance | FirstBaseline ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
ascentOffset : FirstBaseline [static] [read-only] Alias for ASCENT_OFFSET. | FirstBaseline | ||
ASCENT_OFFSET : FirstBaseline [static] [read-only]
The tallest character in the font falls below the top inset of the object. | FirstBaseline | ||
capHeight : FirstBaseline [static] [read-only] Alias for CAP_HEIGHT. | FirstBaseline | ||
CAP_HEIGHT : FirstBaseline [static] [read-only]
The tops of upper case letters touch the top inset of the object. | FirstBaseline | ||
emboxHeight : FirstBaseline [static] [read-only] Alias for EMBOX_HEIGHT. | FirstBaseline | ||
EMBOX_HEIGHT : FirstBaseline [static] [read-only]
The text em box height is the distance between the baseline of the text and the top inset of the object. | FirstBaseline | ||
enumCache : CSEnumSharedCache [static] [read-only] | FirstBaseline | ||
fixedHeight : FirstBaseline [static] [read-only] Alias for FIXED_HEIGHT. | FirstBaseline | ||
FIXED_HEIGHT : FirstBaseline [static] [read-only]
Uses the value specified for minimum first baseline offset as the distance between the baseline of the text and the top inset of the object. | FirstBaseline | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
leadingOffset : FirstBaseline [static] [read-only] Alias for LEADING_OFFSET. | FirstBaseline | ||
LEADING_OFFSET : FirstBaseline [static] [read-only]
The text leading value defines the distance between the baseline of the text and the top inset of the object. | FirstBaseline | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase | |
xHeight : FirstBaseline [static] [read-only] Alias for X_HEIGHT. | FirstBaseline | ||
X_HEIGHT : FirstBaseline [static] [read-only]
The tops of lower case letters touch the top inset of the object. | FirstBaseline |
Method | Defined By | ||
---|---|---|---|
FirstBaseline(ho:HostObject = null, enum:Number)
Constructor
| FirstBaseline | ||
![]() | 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 |
ASCENT_OFFSET | property |
ASCENT_OFFSET:FirstBaseline
[read-only] Since : | CS5 |
The tallest character in the font falls below the top inset of the object.
public static function get ASCENT_OFFSET():FirstBaseline
ascentOffset | property |
ascentOffset:FirstBaseline
[read-only] Since : | CS5 |
Alias for ASCENT_OFFSET. The tallest character in the font falls below the top inset of the object.
public static function get ascentOffset():FirstBaseline
CAP_HEIGHT | property |
CAP_HEIGHT:FirstBaseline
[read-only] Since : | CS5 |
The tops of upper case letters touch the top inset of the object.
public static function get CAP_HEIGHT():FirstBaseline
capHeight | property |
capHeight:FirstBaseline
[read-only] Since : | CS5 |
Alias for CAP_HEIGHT. The tops of upper case letters touch the top inset of the object.
public static function get capHeight():FirstBaseline
EMBOX_HEIGHT | property |
EMBOX_HEIGHT:FirstBaseline
[read-only] Since : | CS5 |
The text em box height is the distance between the baseline of the text and the top inset of the object.
public static function get EMBOX_HEIGHT():FirstBaseline
emboxHeight | property |
emboxHeight:FirstBaseline
[read-only] Since : | CS5 |
Alias for EMBOX_HEIGHT. The text em box height is the distance between the baseline of the text and the top inset of the object.
public static function get emboxHeight():FirstBaseline
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
FIXED_HEIGHT | property |
FIXED_HEIGHT:FirstBaseline
[read-only] Since : | CS5 |
Uses the value specified for minimum first baseline offset as the distance between the baseline of the text and the top inset of the object.
public static function get FIXED_HEIGHT():FirstBaseline
fixedHeight | property |
fixedHeight:FirstBaseline
[read-only] Since : | CS5 |
Alias for FIXED_HEIGHT. Uses the value specified for minimum first baseline offset as the distance between the baseline of the text and the top inset of the object.
public static function get fixedHeight():FirstBaseline
LEADING_OFFSET | property |
LEADING_OFFSET:FirstBaseline
[read-only] Since : | CS5 |
The text leading value defines the distance between the baseline of the text and the top inset of the object.
public static function get LEADING_OFFSET():FirstBaseline
leadingOffset | property |
leadingOffset:FirstBaseline
[read-only] Since : | CS5 |
Alias for LEADING_OFFSET. The text leading value defines the distance between the baseline of the text and the top inset of the object.
public static function get leadingOffset():FirstBaseline
X_HEIGHT | property |
X_HEIGHT:FirstBaseline
[read-only] Since : | CS5 |
The tops of lower case letters touch the top inset of the object.
public static function get X_HEIGHT():FirstBaseline
xHeight | property |
xHeight:FirstBaseline
[read-only] Since : | CS5 |
Alias for X_HEIGHT. The tops of lower case letters touch the top inset of the object.
public static function get xHeight():FirstBaseline
FirstBaseline | () | Constructor |
public function FirstBaseline(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|