Package | com.adobe.indesign |
Class | public class AlternateGlyphForms |
Inheritance | AlternateGlyphForms ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
enumCache : CSEnumSharedCache [static] [read-only] | AlternateGlyphForms | ||
expertForm : AlternateGlyphForms [static] [read-only] Alias for EXPERT_FORM. | AlternateGlyphForms | ||
EXPERT_FORM : AlternateGlyphForms [static] [read-only]
Uses the expert variant. | AlternateGlyphForms | ||
fullWidthForm : AlternateGlyphForms [static] [read-only] Alias for FULL_WIDTH_FORM. | AlternateGlyphForms | ||
FULL_WIDTH_FORM : AlternateGlyphForms [static] [read-only]
Uses the full-width variant. | AlternateGlyphForms | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
jis04Form : AlternateGlyphForms [static] [read-only] Alias for JIS04_FORM. | AlternateGlyphForms | ||
JIS04_FORM : AlternateGlyphForms [static] [read-only]
Uses the JIS04 variant. | AlternateGlyphForms | ||
jis78Form : AlternateGlyphForms [static] [read-only] Alias for JIS78_FORM. | AlternateGlyphForms | ||
JIS78_FORM : AlternateGlyphForms [static] [read-only]
Uses the JIS78 variant. | AlternateGlyphForms | ||
jis83Form : AlternateGlyphForms [static] [read-only] Alias for JIS83_FORM. | AlternateGlyphForms | ||
JIS83_FORM : AlternateGlyphForms [static] [read-only]
Uses the JIS83 variant. | AlternateGlyphForms | ||
jis90Form : AlternateGlyphForms [static] [read-only] Alias for JIS90_FORM. | AlternateGlyphForms | ||
JIS90_FORM : AlternateGlyphForms [static] [read-only]
Uses the JIS90 variant. | AlternateGlyphForms | ||
monospacedHalfWidthForm : AlternateGlyphForms [static] [read-only] Alias for MONOSPACED_HALF_WIDTH_FORM. | AlternateGlyphForms | ||
MONOSPACED_HALF_WIDTH_FORM : AlternateGlyphForms [static] [read-only]
Uses the monospaced half-width variant. | AlternateGlyphForms | ||
nlcForm : AlternateGlyphForms [static] [read-only] Alias for NLC_FORM. | AlternateGlyphForms | ||
NLC_FORM : AlternateGlyphForms [static] [read-only]
Uses the NLC variant. | AlternateGlyphForms | ||
none : AlternateGlyphForms [static] [read-only] Alias for NONE. | AlternateGlyphForms | ||
NONE : AlternateGlyphForms [static] [read-only]
Does not use an alternate form. | AlternateGlyphForms | ||
proportionalWidthForm : AlternateGlyphForms [static] [read-only] Alias for PROPORTIONAL_WIDTH_FORM. | AlternateGlyphForms | ||
PROPORTIONAL_WIDTH_FORM : AlternateGlyphForms [static] [read-only]
Substitutes proportional glyphs for half-width and full-width glyphs. | AlternateGlyphForms | ||
quarterWidthForm : AlternateGlyphForms [static] [read-only] Alias for QUARTER_WIDTH_FORM. | AlternateGlyphForms | ||
QUARTER_WIDTH_FORM : AlternateGlyphForms [static] [read-only]
Uses the quarter-width variant. | AlternateGlyphForms | ||
thirdWidthForm : AlternateGlyphForms [static] [read-only] Alias for THIRD_WIDTH_FORM. | AlternateGlyphForms | ||
THIRD_WIDTH_FORM : AlternateGlyphForms [static] [read-only]
Uses the third-width variant. | AlternateGlyphForms | ||
traditionalForm : AlternateGlyphForms [static] [read-only] Alias for TRADITIONAL_FORM. | AlternateGlyphForms | ||
TRADITIONAL_FORM : AlternateGlyphForms [static] [read-only]
Uses the traditional variant. | AlternateGlyphForms | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
AlternateGlyphForms(ho:HostObject = null, enum:Number)
Constructor
| AlternateGlyphForms | ||
![]() | 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
EXPERT_FORM | property |
EXPERT_FORM:AlternateGlyphForms
[read-only] Since : | CS5 |
Uses the expert variant.
public static function get EXPERT_FORM():AlternateGlyphForms
expertForm | property |
expertForm:AlternateGlyphForms
[read-only] Since : | CS5 |
Alias for EXPERT_FORM. Uses the expert variant.
public static function get expertForm():AlternateGlyphForms
FULL_WIDTH_FORM | property |
FULL_WIDTH_FORM:AlternateGlyphForms
[read-only] Since : | CS5 |
Uses the full-width variant.
public static function get FULL_WIDTH_FORM():AlternateGlyphForms
fullWidthForm | property |
fullWidthForm:AlternateGlyphForms
[read-only] Since : | CS5 |
Alias for FULL_WIDTH_FORM. Uses the full-width variant.
public static function get fullWidthForm():AlternateGlyphForms
JIS04_FORM | property |
JIS04_FORM:AlternateGlyphForms
[read-only] Since : | CS5 |
Uses the JIS04 variant.
public static function get JIS04_FORM():AlternateGlyphForms
jis04Form | property |
jis04Form:AlternateGlyphForms
[read-only] Since : | CS5 |
Alias for JIS04_FORM. Uses the JIS04 variant.
public static function get jis04Form():AlternateGlyphForms
JIS78_FORM | property |
JIS78_FORM:AlternateGlyphForms
[read-only] Since : | CS5 |
Uses the JIS78 variant.
public static function get JIS78_FORM():AlternateGlyphForms
jis78Form | property |
jis78Form:AlternateGlyphForms
[read-only] Since : | CS5 |
Alias for JIS78_FORM. Uses the JIS78 variant.
public static function get jis78Form():AlternateGlyphForms
JIS83_FORM | property |
JIS83_FORM:AlternateGlyphForms
[read-only] Since : | CS5 |
Uses the JIS83 variant.
public static function get JIS83_FORM():AlternateGlyphForms
jis83Form | property |
jis83Form:AlternateGlyphForms
[read-only] Since : | CS5 |
Alias for JIS83_FORM. Uses the JIS83 variant.
public static function get jis83Form():AlternateGlyphForms
JIS90_FORM | property |
JIS90_FORM:AlternateGlyphForms
[read-only] Since : | CS5 |
Uses the JIS90 variant.
public static function get JIS90_FORM():AlternateGlyphForms
jis90Form | property |
jis90Form:AlternateGlyphForms
[read-only] Since : | CS5 |
Alias for JIS90_FORM. Uses the JIS90 variant.
public static function get jis90Form():AlternateGlyphForms
MONOSPACED_HALF_WIDTH_FORM | property |
MONOSPACED_HALF_WIDTH_FORM:AlternateGlyphForms
[read-only] Since : | CS5 |
Uses the monospaced half-width variant.
public static function get MONOSPACED_HALF_WIDTH_FORM():AlternateGlyphForms
monospacedHalfWidthForm | property |
monospacedHalfWidthForm:AlternateGlyphForms
[read-only] Since : | CS5 |
Alias for MONOSPACED_HALF_WIDTH_FORM. Uses the monospaced half-width variant.
public static function get monospacedHalfWidthForm():AlternateGlyphForms
NLC_FORM | property |
NLC_FORM:AlternateGlyphForms
[read-only] Since : | CS5 |
Uses the NLC variant.
public static function get NLC_FORM():AlternateGlyphForms
nlcForm | property |
nlcForm:AlternateGlyphForms
[read-only] Since : | CS5 |
Alias for NLC_FORM. Uses the NLC variant.
public static function get nlcForm():AlternateGlyphForms
none | property |
none:AlternateGlyphForms
[read-only] Since : | CS5 |
Alias for NONE. Does not use an alternate form.
public static function get none():AlternateGlyphForms
NONE | property |
NONE:AlternateGlyphForms
[read-only] Since : | CS5 |
Does not use an alternate form.
public static function get NONE():AlternateGlyphForms
PROPORTIONAL_WIDTH_FORM | property |
PROPORTIONAL_WIDTH_FORM:AlternateGlyphForms
[read-only] Since : | CS5 |
Substitutes proportional glyphs for half-width and full-width glyphs.
public static function get PROPORTIONAL_WIDTH_FORM():AlternateGlyphForms
proportionalWidthForm | property |
proportionalWidthForm:AlternateGlyphForms
[read-only] Since : | CS5 |
Alias for PROPORTIONAL_WIDTH_FORM. Substitutes proportional glyphs for half-width and full-width glyphs.
public static function get proportionalWidthForm():AlternateGlyphForms
QUARTER_WIDTH_FORM | property |
QUARTER_WIDTH_FORM:AlternateGlyphForms
[read-only] Since : | CS5 |
Uses the quarter-width variant.
public static function get QUARTER_WIDTH_FORM():AlternateGlyphForms
quarterWidthForm | property |
quarterWidthForm:AlternateGlyphForms
[read-only] Since : | CS5 |
Alias for QUARTER_WIDTH_FORM. Uses the quarter-width variant.
public static function get quarterWidthForm():AlternateGlyphForms
THIRD_WIDTH_FORM | property |
THIRD_WIDTH_FORM:AlternateGlyphForms
[read-only] Since : | CS5 |
Uses the third-width variant.
public static function get THIRD_WIDTH_FORM():AlternateGlyphForms
thirdWidthForm | property |
thirdWidthForm:AlternateGlyphForms
[read-only] Since : | CS5 |
Alias for THIRD_WIDTH_FORM. Uses the third-width variant.
public static function get thirdWidthForm():AlternateGlyphForms
TRADITIONAL_FORM | property |
TRADITIONAL_FORM:AlternateGlyphForms
[read-only] Since : | CS5 |
Uses the traditional variant.
public static function get TRADITIONAL_FORM():AlternateGlyphForms
traditionalForm | property |
traditionalForm:AlternateGlyphForms
[read-only] Since : | CS5 |
Alias for TRADITIONAL_FORM. Uses the traditional variant.
public static function get traditionalForm():AlternateGlyphForms
AlternateGlyphForms | () | Constructor |
public function AlternateGlyphForms(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|