Package | com.adobe.incopy |
Class | public class MarkLineWeight |
Inheritance | MarkLineWeight ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
enumCache : CSEnumSharedCache [static] [read-only] | MarkLineWeight | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
p05mm : MarkLineWeight [static] [read-only] Alias for P05MM. | MarkLineWeight | ||
P05MM : MarkLineWeight [static] [read-only]
05 mm. | MarkLineWeight | ||
p07mm : MarkLineWeight [static] [read-only] Alias for P07MM. | MarkLineWeight | ||
P07MM : MarkLineWeight [static] [read-only]
07 mm. | MarkLineWeight | ||
p10mm : MarkLineWeight [static] [read-only] Alias for P10MM. | MarkLineWeight | ||
P10MM : MarkLineWeight [static] [read-only]
10 mm. | MarkLineWeight | ||
p125pt : MarkLineWeight [static] [read-only] Alias for P125PT. | MarkLineWeight | ||
P125PT : MarkLineWeight [static] [read-only]
125 pt. | MarkLineWeight | ||
p15mm : MarkLineWeight [static] [read-only] Alias for P15MM. | MarkLineWeight | ||
P15MM : MarkLineWeight [static] [read-only]
15 mm. | MarkLineWeight | ||
p20mm : MarkLineWeight [static] [read-only] Alias for P20MM. | MarkLineWeight | ||
P20MM : MarkLineWeight [static] [read-only]
20 mm. | MarkLineWeight | ||
p25pt : MarkLineWeight [static] [read-only] Alias for P25PT. | MarkLineWeight | ||
P25PT : MarkLineWeight [static] [read-only]
25 pt. | MarkLineWeight | ||
p30mm : MarkLineWeight [static] [read-only] Alias for P30MM. | MarkLineWeight | ||
P30MM : MarkLineWeight [static] [read-only]
30 mm. | MarkLineWeight | ||
p50pt : MarkLineWeight [static] [read-only] Alias for P50PT. | MarkLineWeight | ||
P50PT : MarkLineWeight [static] [read-only]
50 pt. | MarkLineWeight | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
MarkLineWeight(ho:HostObject = null, enum:Number)
Constructor
| MarkLineWeight | ||
![]() | 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
p05mm | property |
p05mm:MarkLineWeight
[read-only] Since : | CS5 |
Alias for P05MM. 05 mm.
public static function get p05mm():MarkLineWeight
P05MM | property |
P05MM:MarkLineWeight
[read-only] Since : | CS5 |
05 mm.
public static function get P05MM():MarkLineWeight
p07mm | property |
p07mm:MarkLineWeight
[read-only] Since : | CS5 |
Alias for P07MM. 07 mm.
public static function get p07mm():MarkLineWeight
P07MM | property |
P07MM:MarkLineWeight
[read-only] Since : | CS5 |
07 mm.
public static function get P07MM():MarkLineWeight
p10mm | property |
p10mm:MarkLineWeight
[read-only] Since : | CS5 |
Alias for P10MM. 10 mm.
public static function get p10mm():MarkLineWeight
P10MM | property |
P10MM:MarkLineWeight
[read-only] Since : | CS5 |
10 mm.
public static function get P10MM():MarkLineWeight
p125pt | property |
p125pt:MarkLineWeight
[read-only] Since : | CS5 |
Alias for P125PT. 125 pt.
public static function get p125pt():MarkLineWeight
P125PT | property |
P125PT:MarkLineWeight
[read-only] Since : | CS5 |
125 pt.
public static function get P125PT():MarkLineWeight
p15mm | property |
p15mm:MarkLineWeight
[read-only] Since : | CS5 |
Alias for P15MM. 15 mm.
public static function get p15mm():MarkLineWeight
P15MM | property |
P15MM:MarkLineWeight
[read-only] Since : | CS5 |
15 mm.
public static function get P15MM():MarkLineWeight
p20mm | property |
p20mm:MarkLineWeight
[read-only] Since : | CS5 |
Alias for P20MM. 20 mm.
public static function get p20mm():MarkLineWeight
P20MM | property |
P20MM:MarkLineWeight
[read-only] Since : | CS5 |
20 mm.
public static function get P20MM():MarkLineWeight
p25pt | property |
p25pt:MarkLineWeight
[read-only] Since : | CS5 |
Alias for P25PT. 25 pt.
public static function get p25pt():MarkLineWeight
P25PT | property |
P25PT:MarkLineWeight
[read-only] Since : | CS5 |
25 pt.
public static function get P25PT():MarkLineWeight
p30mm | property |
p30mm:MarkLineWeight
[read-only] Since : | CS5 |
Alias for P30MM. 30 mm.
public static function get p30mm():MarkLineWeight
P30MM | property |
P30MM:MarkLineWeight
[read-only] Since : | CS5 |
30 mm.
public static function get P30MM():MarkLineWeight
p50pt | property |
p50pt:MarkLineWeight
[read-only] Since : | CS5 |
Alias for P50PT. 50 pt.
public static function get p50pt():MarkLineWeight
P50PT | property |
P50PT:MarkLineWeight
[read-only] Since : | CS5 |
50 pt.
public static function get P50PT():MarkLineWeight
MarkLineWeight | () | Constructor |
public function MarkLineWeight(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|