Package | com.adobe.incopy |
Class | public class OTFFigureStyle |
Inheritance | OTFFigureStyle ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
defaultValue : OTFFigureStyle [static] [read-only] Alias for DEFAULT_VALUE. | OTFFigureStyle | ||
DEFAULT_VALUE : OTFFigureStyle [static] [read-only]
Use the default figure style for the font. | OTFFigureStyle | ||
enumCache : CSEnumSharedCache [static] [read-only] | OTFFigureStyle | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
proportionalLining : OTFFigureStyle [static] [read-only] Alias for PROPORTIONAL_LINING. | OTFFigureStyle | ||
PROPORTIONAL_LINING : OTFFigureStyle [static] [read-only]
Use proportional width lining figures. | OTFFigureStyle | ||
proportionalOldstyle : OTFFigureStyle [static] [read-only] Alias for PROPORTIONAL_OLDSTYLE. | OTFFigureStyle | ||
PROPORTIONAL_OLDSTYLE : OTFFigureStyle [static] [read-only]
Use proportional width oldstyle figures. | OTFFigureStyle | ||
tabularLining : OTFFigureStyle [static] [read-only] Alias for TABULAR_LINING. | OTFFigureStyle | ||
TABULAR_LINING : OTFFigureStyle [static] [read-only]
Use monspaced lining figures. | OTFFigureStyle | ||
tabularOldstyle : OTFFigureStyle [static] [read-only] Alias for TABULAR_OLDSTYLE. | OTFFigureStyle | ||
TABULAR_OLDSTYLE : OTFFigureStyle [static] [read-only]
Use monospaced oldstyle figures. | OTFFigureStyle | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
OTFFigureStyle(ho:HostObject = null, enum:Number)
Constructor
| OTFFigureStyle | ||
![]() | 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 |
DEFAULT_VALUE | property |
DEFAULT_VALUE:OTFFigureStyle
[read-only] Since : | CS5 |
Use the default figure style for the font.
public static function get DEFAULT_VALUE():OTFFigureStyle
defaultValue | property |
defaultValue:OTFFigureStyle
[read-only] Since : | CS5 |
Alias for DEFAULT_VALUE. Use the default figure style for the font.
public static function get defaultValue():OTFFigureStyle
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
PROPORTIONAL_LINING | property |
PROPORTIONAL_LINING:OTFFigureStyle
[read-only] Since : | CS5 |
Use proportional width lining figures.
public static function get PROPORTIONAL_LINING():OTFFigureStyle
PROPORTIONAL_OLDSTYLE | property |
PROPORTIONAL_OLDSTYLE:OTFFigureStyle
[read-only] Since : | CS5 |
Use proportional width oldstyle figures.
public static function get PROPORTIONAL_OLDSTYLE():OTFFigureStyle
proportionalLining | property |
proportionalLining:OTFFigureStyle
[read-only] Since : | CS5 |
Alias for PROPORTIONAL_LINING. Use proportional width lining figures.
public static function get proportionalLining():OTFFigureStyle
proportionalOldstyle | property |
proportionalOldstyle:OTFFigureStyle
[read-only] Since : | CS5 |
Alias for PROPORTIONAL_OLDSTYLE. Use proportional width oldstyle figures.
public static function get proportionalOldstyle():OTFFigureStyle
TABULAR_LINING | property |
TABULAR_LINING:OTFFigureStyle
[read-only] Since : | CS5 |
Use monspaced lining figures.
public static function get TABULAR_LINING():OTFFigureStyle
TABULAR_OLDSTYLE | property |
TABULAR_OLDSTYLE:OTFFigureStyle
[read-only] Since : | CS5 |
Use monospaced oldstyle figures.
public static function get TABULAR_OLDSTYLE():OTFFigureStyle
tabularLining | property |
tabularLining:OTFFigureStyle
[read-only] Since : | CS5 |
Alias for TABULAR_LINING. Use monspaced lining figures.
public static function get tabularLining():OTFFigureStyle
tabularOldstyle | property |
tabularOldstyle:OTFFigureStyle
[read-only] Since : | CS5 |
Alias for TABULAR_OLDSTYLE. Use monospaced oldstyle figures.
public static function get tabularOldstyle():OTFFigureStyle
OTFFigureStyle | () | Constructor |
public function OTFFigureStyle(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|