Package | com.adobe.incopy |
Class | public class KinsokuSet |
Inheritance | KinsokuSet ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
enumCache : CSEnumSharedCache [static] [read-only] | KinsokuSet | ||
hardKinsoku : KinsokuSet [static] [read-only] Alias for HARD_KINSOKU. | KinsokuSet | ||
HARD_KINSOKU : KinsokuSet [static] [read-only]
Uses the hard or maximum kinsoku set, which includes all Japanese characters that should not begin or end a line. | KinsokuSet | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
koreanKinsoku : KinsokuSet [static] [read-only] Alias for KOREAN_KINSOKU. | KinsokuSet | ||
KOREAN_KINSOKU : KinsokuSet [static] [read-only]
Uses the Korean kinsoku set. | KinsokuSet | ||
nothing : KinsokuSet [static] [read-only] Alias for NOTHING. | KinsokuSet | ||
NOTHING : KinsokuSet [static] [read-only]
Does not use a kinsoku set. | KinsokuSet | ||
simplifiedChineseKinsoku : KinsokuSet [static] [read-only] Alias for SIMPLIFIED_CHINESE_KINSOKU. | KinsokuSet | ||
SIMPLIFIED_CHINESE_KINSOKU : KinsokuSet [static] [read-only]
Uses the simplified Chinese kinsoku set. | KinsokuSet | ||
softKinsoku : KinsokuSet [static] [read-only] Alias for SOFT_KINSOKU. | KinsokuSet | ||
SOFT_KINSOKU : KinsokuSet [static] [read-only]
Uses the soft or weak kinsoku set, which omits from the hard kinsoku set long vowel symbols and small hiragana and katakana characters. | KinsokuSet | ||
traditionalChineseKinsoku : KinsokuSet [static] [read-only] Alias for TRADITIONAL_CHINESE_KINSOKU. | KinsokuSet | ||
TRADITIONAL_CHINESE_KINSOKU : KinsokuSet [static] [read-only]
Uses the traditional Chinese kinsoku set. | KinsokuSet | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
KinsokuSet(ho:HostObject = null, enum:Number)
Constructor
| KinsokuSet | ||
![]() | 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
HARD_KINSOKU | property |
HARD_KINSOKU:KinsokuSet
[read-only] Since : | CS5 |
Uses the hard or maximum kinsoku set, which includes all Japanese characters that should not begin or end a line.
public static function get HARD_KINSOKU():KinsokuSet
hardKinsoku | property |
hardKinsoku:KinsokuSet
[read-only] Since : | CS5 |
Alias for HARD_KINSOKU. Uses the hard or maximum kinsoku set, which includes all Japanese characters that should not begin or end a line.
public static function get hardKinsoku():KinsokuSet
KOREAN_KINSOKU | property |
KOREAN_KINSOKU:KinsokuSet
[read-only] Since : | CS5 |
Uses the Korean kinsoku set.
public static function get KOREAN_KINSOKU():KinsokuSet
koreanKinsoku | property |
koreanKinsoku:KinsokuSet
[read-only] Since : | CS5 |
Alias for KOREAN_KINSOKU. Uses the Korean kinsoku set.
public static function get koreanKinsoku():KinsokuSet
nothing | property |
nothing:KinsokuSet
[read-only] Since : | CS5 |
Alias for NOTHING. Does not use a kinsoku set.
public static function get nothing():KinsokuSet
NOTHING | property |
NOTHING:KinsokuSet
[read-only] Since : | CS5 |
Does not use a kinsoku set.
public static function get NOTHING():KinsokuSet
SIMPLIFIED_CHINESE_KINSOKU | property |
SIMPLIFIED_CHINESE_KINSOKU:KinsokuSet
[read-only] Since : | CS5 |
Uses the simplified Chinese kinsoku set.
public static function get SIMPLIFIED_CHINESE_KINSOKU():KinsokuSet
simplifiedChineseKinsoku | property |
simplifiedChineseKinsoku:KinsokuSet
[read-only] Since : | CS5 |
Alias for SIMPLIFIED_CHINESE_KINSOKU. Uses the simplified Chinese kinsoku set.
public static function get simplifiedChineseKinsoku():KinsokuSet
SOFT_KINSOKU | property |
SOFT_KINSOKU:KinsokuSet
[read-only] Since : | CS5 |
Uses the soft or weak kinsoku set, which omits from the hard kinsoku set long vowel symbols and small hiragana and katakana characters.
public static function get SOFT_KINSOKU():KinsokuSet
softKinsoku | property |
softKinsoku:KinsokuSet
[read-only] Since : | CS5 |
Alias for SOFT_KINSOKU. Uses the soft or weak kinsoku set, which omits from the hard kinsoku set long vowel symbols and small hiragana and katakana characters.
public static function get softKinsoku():KinsokuSet
TRADITIONAL_CHINESE_KINSOKU | property |
TRADITIONAL_CHINESE_KINSOKU:KinsokuSet
[read-only] Since : | CS5 |
Uses the traditional Chinese kinsoku set.
public static function get TRADITIONAL_CHINESE_KINSOKU():KinsokuSet
traditionalChineseKinsoku | property |
traditionalChineseKinsoku:KinsokuSet
[read-only] Since : | CS5 |
Alias for TRADITIONAL_CHINESE_KINSOKU. Uses the traditional Chinese kinsoku set.
public static function get traditionalChineseKinsoku():KinsokuSet
KinsokuSet | () | Constructor |
public function KinsokuSet(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|