Package | com.adobe.incopy |
Class | public class TextAreaDepthUnit |
Inheritance | TextAreaDepthUnit ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
depthChars : TextAreaDepthUnit [static] [read-only] Alias for DEPTH_CHARS. | TextAreaDepthUnit | ||
DEPTH_CHARS : TextAreaDepthUnit [static] [read-only]
Characters. | TextAreaDepthUnit | ||
depthColumnInches : TextAreaDepthUnit [static] [read-only] Alias for DEPTH_COLUMN_INCHES. | TextAreaDepthUnit | ||
DEPTH_COLUMN_INCHES : TextAreaDepthUnit [static] [read-only]
Column inches. | TextAreaDepthUnit | ||
depthLines : TextAreaDepthUnit [static] [read-only] Alias for DEPTH_LINES. | TextAreaDepthUnit | ||
DEPTH_LINES : TextAreaDepthUnit [static] [read-only]
Line. | TextAreaDepthUnit | ||
depthPages : TextAreaDepthUnit [static] [read-only] Alias for DEPTH_PAGES. | TextAreaDepthUnit | ||
DEPTH_PAGES : TextAreaDepthUnit [static] [read-only]
Pages. | TextAreaDepthUnit | ||
depthWords : TextAreaDepthUnit [static] [read-only] Alias for DEPTH_WORDS. | TextAreaDepthUnit | ||
DEPTH_WORDS : TextAreaDepthUnit [static] [read-only]
Words. | TextAreaDepthUnit | ||
enumCache : CSEnumSharedCache [static] [read-only] | TextAreaDepthUnit | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
TextAreaDepthUnit(ho:HostObject = null, enum:Number)
Constructor
| TextAreaDepthUnit | ||
![]() | 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 |
DEPTH_CHARS | property |
DEPTH_CHARS:TextAreaDepthUnit
[read-only] Since : | CS5 |
Characters.
public static function get DEPTH_CHARS():TextAreaDepthUnit
DEPTH_COLUMN_INCHES | property |
DEPTH_COLUMN_INCHES:TextAreaDepthUnit
[read-only] Since : | CS5 |
Column inches.
public static function get DEPTH_COLUMN_INCHES():TextAreaDepthUnit
DEPTH_LINES | property |
DEPTH_LINES:TextAreaDepthUnit
[read-only] Since : | CS5 |
Line.
public static function get DEPTH_LINES():TextAreaDepthUnit
DEPTH_PAGES | property |
DEPTH_PAGES:TextAreaDepthUnit
[read-only] Since : | CS5 |
Pages.
public static function get DEPTH_PAGES():TextAreaDepthUnit
DEPTH_WORDS | property |
DEPTH_WORDS:TextAreaDepthUnit
[read-only] Since : | CS5 |
Words.
public static function get DEPTH_WORDS():TextAreaDepthUnit
depthChars | property |
depthChars:TextAreaDepthUnit
[read-only] Since : | CS5 |
Alias for DEPTH_CHARS. Characters.
public static function get depthChars():TextAreaDepthUnit
depthColumnInches | property |
depthColumnInches:TextAreaDepthUnit
[read-only] Since : | CS5 |
Alias for DEPTH_COLUMN_INCHES. Column inches.
public static function get depthColumnInches():TextAreaDepthUnit
depthLines | property |
depthLines:TextAreaDepthUnit
[read-only] Since : | CS5 |
Alias for DEPTH_LINES. Line.
public static function get depthLines():TextAreaDepthUnit
depthPages | property |
depthPages:TextAreaDepthUnit
[read-only] Since : | CS5 |
Alias for DEPTH_PAGES. Pages.
public static function get depthPages():TextAreaDepthUnit
depthWords | property |
depthWords:TextAreaDepthUnit
[read-only] Since : | CS5 |
Alias for DEPTH_WORDS. Words.
public static function get depthWords():TextAreaDepthUnit
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
TextAreaDepthUnit | () | Constructor |
public function TextAreaDepthUnit(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|