Package | com.adobe.incopy |
Class | public class VerticallyRelativeTo |
Inheritance | VerticallyRelativeTo ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
capheight : VerticallyRelativeTo [static] [read-only] Alias for CAPHEIGHT. | VerticallyRelativeTo | ||
CAPHEIGHT : VerticallyRelativeTo [static] [read-only]
Align the anchored object to the top of capital letters. | VerticallyRelativeTo | ||
columnEdge : VerticallyRelativeTo [static] [read-only] Alias for COLUMN_EDGE. | VerticallyRelativeTo | ||
COLUMN_EDGE : VerticallyRelativeTo [static] [read-only]
Align the anchored object to the edge of the text or table column. | VerticallyRelativeTo | ||
enumCache : CSEnumSharedCache [static] [read-only] | VerticallyRelativeTo | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
lineAscent : VerticallyRelativeTo [static] [read-only] Alias for LINE_ASCENT. | VerticallyRelativeTo | ||
LINE_ASCENT : VerticallyRelativeTo [static] [read-only]
Align the anchored object to the top of the tallest letters in the text. | VerticallyRelativeTo | ||
lineBaseline : VerticallyRelativeTo [static] [read-only] Alias for LINE_BASELINE. | VerticallyRelativeTo | ||
LINE_BASELINE : VerticallyRelativeTo [static] [read-only]
Align the anchored object to the baseline of the line of text. | VerticallyRelativeTo | ||
lineXheight : VerticallyRelativeTo [static] [read-only] Alias for LINE_XHEIGHT. | VerticallyRelativeTo | ||
LINE_XHEIGHT : VerticallyRelativeTo [static] [read-only]
Align the anchored object to the top of lower case letters with no ascent, such as x. | VerticallyRelativeTo | ||
pageEdge : VerticallyRelativeTo [static] [read-only] Alias for PAGE_EDGE. | VerticallyRelativeTo | ||
PAGE_EDGE : VerticallyRelativeTo [static] [read-only]
Align the anchored object to the edge of the page. | VerticallyRelativeTo | ||
pageMargins : VerticallyRelativeTo [static] [read-only] Alias for PAGE_MARGINS. | VerticallyRelativeTo | ||
PAGE_MARGINS : VerticallyRelativeTo [static] [read-only]
Align the anchored object to the page margin. | VerticallyRelativeTo | ||
textFrame : VerticallyRelativeTo [static] [read-only] Alias for TEXT_FRAME. | VerticallyRelativeTo | ||
TEXT_FRAME : VerticallyRelativeTo [static] [read-only]
Align the anchored object to the edge of the text frame. | VerticallyRelativeTo | ||
topOfLeading : VerticallyRelativeTo [static] [read-only] Alias for TOP_OF_LEADING. | VerticallyRelativeTo | ||
TOP_OF_LEADING : VerticallyRelativeTo [static] [read-only]
Align the anchored object to the top of the text leading. | VerticallyRelativeTo | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
VerticallyRelativeTo(ho:HostObject = null, enum:Number)
Constructor
| VerticallyRelativeTo | ||
![]() | 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 |
capheight | property |
capheight:VerticallyRelativeTo
[read-only] Since : | CS5 |
Alias for CAPHEIGHT. Align the anchored object to the top of capital letters.
public static function get capheight():VerticallyRelativeTo
CAPHEIGHT | property |
CAPHEIGHT:VerticallyRelativeTo
[read-only] Since : | CS5 |
Align the anchored object to the top of capital letters.
public static function get CAPHEIGHT():VerticallyRelativeTo
COLUMN_EDGE | property |
COLUMN_EDGE:VerticallyRelativeTo
[read-only] Since : | CS5 |
Align the anchored object to the edge of the text or table column.
public static function get COLUMN_EDGE():VerticallyRelativeTo
columnEdge | property |
columnEdge:VerticallyRelativeTo
[read-only] Since : | CS5 |
Alias for COLUMN_EDGE. Align the anchored object to the edge of the text or table column.
public static function get columnEdge():VerticallyRelativeTo
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
LINE_ASCENT | property |
LINE_ASCENT:VerticallyRelativeTo
[read-only] Since : | CS5 |
Align the anchored object to the top of the tallest letters in the text.
public static function get LINE_ASCENT():VerticallyRelativeTo
LINE_BASELINE | property |
LINE_BASELINE:VerticallyRelativeTo
[read-only] Since : | CS5 |
Align the anchored object to the baseline of the line of text.
public static function get LINE_BASELINE():VerticallyRelativeTo
LINE_XHEIGHT | property |
LINE_XHEIGHT:VerticallyRelativeTo
[read-only] Since : | CS5 |
Align the anchored object to the top of lower case letters with no ascent, such as x.
public static function get LINE_XHEIGHT():VerticallyRelativeTo
lineAscent | property |
lineAscent:VerticallyRelativeTo
[read-only] Since : | CS5 |
Alias for LINE_ASCENT. Align the anchored object to the top of the tallest letters in the text.
public static function get lineAscent():VerticallyRelativeTo
lineBaseline | property |
lineBaseline:VerticallyRelativeTo
[read-only] Since : | CS5 |
Alias for LINE_BASELINE. Align the anchored object to the baseline of the line of text.
public static function get lineBaseline():VerticallyRelativeTo
lineXheight | property |
lineXheight:VerticallyRelativeTo
[read-only] Since : | CS5 |
Alias for LINE_XHEIGHT. Align the anchored object to the top of lower case letters with no ascent, such as x.
public static function get lineXheight():VerticallyRelativeTo
PAGE_EDGE | property |
PAGE_EDGE:VerticallyRelativeTo
[read-only] Since : | CS5 |
Align the anchored object to the edge of the page.
public static function get PAGE_EDGE():VerticallyRelativeTo
PAGE_MARGINS | property |
PAGE_MARGINS:VerticallyRelativeTo
[read-only] Since : | CS5 |
Align the anchored object to the page margin.
public static function get PAGE_MARGINS():VerticallyRelativeTo
pageEdge | property |
pageEdge:VerticallyRelativeTo
[read-only] Since : | CS5 |
Alias for PAGE_EDGE. Align the anchored object to the edge of the page.
public static function get pageEdge():VerticallyRelativeTo
pageMargins | property |
pageMargins:VerticallyRelativeTo
[read-only] Since : | CS5 |
Alias for PAGE_MARGINS. Align the anchored object to the page margin.
public static function get pageMargins():VerticallyRelativeTo
TEXT_FRAME | property |
TEXT_FRAME:VerticallyRelativeTo
[read-only] Since : | CS5 |
Align the anchored object to the edge of the text frame.
public static function get TEXT_FRAME():VerticallyRelativeTo
textFrame | property |
textFrame:VerticallyRelativeTo
[read-only] Since : | CS5 |
Alias for TEXT_FRAME. Align the anchored object to the edge of the text frame.
public static function get textFrame():VerticallyRelativeTo
TOP_OF_LEADING | property |
TOP_OF_LEADING:VerticallyRelativeTo
[read-only] Since : | CS5 |
Align the anchored object to the top of the text leading.
public static function get TOP_OF_LEADING():VerticallyRelativeTo
topOfLeading | property |
topOfLeading:VerticallyRelativeTo
[read-only] Since : | CS5 |
Alias for TOP_OF_LEADING. Align the anchored object to the top of the text leading.
public static function get topOfLeading():VerticallyRelativeTo
VerticallyRelativeTo | () | Constructor |
public function VerticallyRelativeTo(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|