Package | com.adobe.incopy |
Class | public class TextWrapSideOptions |
Inheritance | TextWrapSideOptions ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
bothSides : TextWrapSideOptions [static] [read-only] Alias for BOTH_SIDES. | TextWrapSideOptions | ||
BOTH_SIDES : TextWrapSideOptions [static] [read-only]
Both sides text wrap. | TextWrapSideOptions | ||
enumCache : CSEnumSharedCache [static] [read-only] | TextWrapSideOptions | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
largestArea : TextWrapSideOptions [static] [read-only] Alias for LARGEST_AREA. | TextWrapSideOptions | ||
LARGEST_AREA : TextWrapSideOptions [static] [read-only]
Largest side text wrap. | TextWrapSideOptions | ||
leftSide : TextWrapSideOptions [static] [read-only] Alias for LEFT_SIDE. | TextWrapSideOptions | ||
LEFT_SIDE : TextWrapSideOptions [static] [read-only]
Left side text wrap. | TextWrapSideOptions | ||
rightSide : TextWrapSideOptions [static] [read-only] Alias for RIGHT_SIDE. | TextWrapSideOptions | ||
RIGHT_SIDE : TextWrapSideOptions [static] [read-only]
Right side text wrap. | TextWrapSideOptions | ||
sideAwayFromSpine : TextWrapSideOptions [static] [read-only] Alias for SIDE_AWAY_FROM_SPINE. | TextWrapSideOptions | ||
SIDE_AWAY_FROM_SPINE : TextWrapSideOptions [static] [read-only]
Away from binding side text wrap. | TextWrapSideOptions | ||
sideTowardsSpine : TextWrapSideOptions [static] [read-only] Alias for SIDE_TOWARDS_SPINE. | TextWrapSideOptions | ||
SIDE_TOWARDS_SPINE : TextWrapSideOptions [static] [read-only]
Binding side text wrap. | TextWrapSideOptions | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
TextWrapSideOptions(ho:HostObject = null, enum:Number)
Constructor
| TextWrapSideOptions | ||
![]() | 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 |
BOTH_SIDES | property |
BOTH_SIDES:TextWrapSideOptions
[read-only] Since : | CS5 |
Both sides text wrap.
public static function get BOTH_SIDES():TextWrapSideOptions
bothSides | property |
bothSides:TextWrapSideOptions
[read-only] Since : | CS5 |
Alias for BOTH_SIDES. Both sides text wrap.
public static function get bothSides():TextWrapSideOptions
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
LARGEST_AREA | property |
LARGEST_AREA:TextWrapSideOptions
[read-only] Since : | CS5 |
Largest side text wrap.
public static function get LARGEST_AREA():TextWrapSideOptions
largestArea | property |
largestArea:TextWrapSideOptions
[read-only] Since : | CS5 |
Alias for LARGEST_AREA. Largest side text wrap.
public static function get largestArea():TextWrapSideOptions
LEFT_SIDE | property |
LEFT_SIDE:TextWrapSideOptions
[read-only] Since : | CS5 |
Left side text wrap.
public static function get LEFT_SIDE():TextWrapSideOptions
leftSide | property |
leftSide:TextWrapSideOptions
[read-only] Since : | CS5 |
Alias for LEFT_SIDE. Left side text wrap.
public static function get leftSide():TextWrapSideOptions
RIGHT_SIDE | property |
RIGHT_SIDE:TextWrapSideOptions
[read-only] Since : | CS5 |
Right side text wrap.
public static function get RIGHT_SIDE():TextWrapSideOptions
rightSide | property |
rightSide:TextWrapSideOptions
[read-only] Since : | CS5 |
Alias for RIGHT_SIDE. Right side text wrap.
public static function get rightSide():TextWrapSideOptions
SIDE_AWAY_FROM_SPINE | property |
SIDE_AWAY_FROM_SPINE:TextWrapSideOptions
[read-only] Since : | CS5 |
Away from binding side text wrap.
public static function get SIDE_AWAY_FROM_SPINE():TextWrapSideOptions
SIDE_TOWARDS_SPINE | property |
SIDE_TOWARDS_SPINE:TextWrapSideOptions
[read-only] Since : | CS5 |
Binding side text wrap.
public static function get SIDE_TOWARDS_SPINE():TextWrapSideOptions
sideAwayFromSpine | property |
sideAwayFromSpine:TextWrapSideOptions
[read-only] Since : | CS5 |
Alias for SIDE_AWAY_FROM_SPINE. Away from binding side text wrap.
public static function get sideAwayFromSpine():TextWrapSideOptions
sideTowardsSpine | property |
sideTowardsSpine:TextWrapSideOptions
[read-only] Since : | CS5 |
Alias for SIDE_TOWARDS_SPINE. Binding side text wrap.
public static function get sideTowardsSpine():TextWrapSideOptions
TextWrapSideOptions | () | Constructor |
public function TextWrapSideOptions(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|