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