Package | com.adobe.indesign |
Class | public class TextWrapModes |
Inheritance | TextWrapModes ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
boundingBoxTextWrap : TextWrapModes [static] [read-only] Alias for BOUNDING_BOX_TEXT_WRAP. | TextWrapModes | ||
BOUNDING_BOX_TEXT_WRAP : TextWrapModes [static] [read-only]
Wraps text around the object's bounding box. | TextWrapModes | ||
contour : TextWrapModes [static] [read-only] Alias for CONTOUR. | TextWrapModes | ||
CONTOUR : TextWrapModes [static] [read-only]
Wraps text around the object following the specified contour options. | TextWrapModes | ||
enumCache : CSEnumSharedCache [static] [read-only] | TextWrapModes | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
jumpObjectTextWrap : TextWrapModes [static] [read-only] Alias for JUMP_OBJECT_TEXT_WRAP. | TextWrapModes | ||
JUMP_OBJECT_TEXT_WRAP : TextWrapModes [static] [read-only]
Forces text to jump above or below the object, so that no text appears on the object's right or left. | TextWrapModes | ||
nextColumnTextWrap : TextWrapModes [static] [read-only] Alias for NEXT_COLUMN_TEXT_WRAP. | TextWrapModes | ||
NEXT_COLUMN_TEXT_WRAP : TextWrapModes [static] [read-only]
Forces text to jump to the next available column. | TextWrapModes | ||
none : TextWrapModes [static] [read-only] Alias for NONE. | TextWrapModes | ||
NONE : TextWrapModes [static] [read-only]
No text wrap. | TextWrapModes | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
TextWrapModes(ho:HostObject = null, enum:Number)
Constructor
| TextWrapModes | ||
![]() | 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 |
BOUNDING_BOX_TEXT_WRAP | property |
BOUNDING_BOX_TEXT_WRAP:TextWrapModes
[read-only] Since : | CS5 |
Wraps text around the object's bounding box.
public static function get BOUNDING_BOX_TEXT_WRAP():TextWrapModes
boundingBoxTextWrap | property |
boundingBoxTextWrap:TextWrapModes
[read-only] Since : | CS5 |
Alias for BOUNDING_BOX_TEXT_WRAP. Wraps text around the object's bounding box.
public static function get boundingBoxTextWrap():TextWrapModes
contour | property |
contour:TextWrapModes
[read-only] Since : | CS5 |
Alias for CONTOUR. Wraps text around the object following the specified contour options.
public static function get contour():TextWrapModes
CONTOUR | property |
CONTOUR:TextWrapModes
[read-only] Since : | CS5 |
Wraps text around the object following the specified contour options.
public static function get CONTOUR():TextWrapModes
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
JUMP_OBJECT_TEXT_WRAP | property |
JUMP_OBJECT_TEXT_WRAP:TextWrapModes
[read-only] Since : | CS5 |
Forces text to jump above or below the object, so that no text appears on the object's right or left.
public static function get JUMP_OBJECT_TEXT_WRAP():TextWrapModes
jumpObjectTextWrap | property |
jumpObjectTextWrap:TextWrapModes
[read-only] Since : | CS5 |
Alias for JUMP_OBJECT_TEXT_WRAP. Forces text to jump above or below the object, so that no text appears on the object's right or left.
public static function get jumpObjectTextWrap():TextWrapModes
NEXT_COLUMN_TEXT_WRAP | property |
NEXT_COLUMN_TEXT_WRAP:TextWrapModes
[read-only] Since : | CS5 |
Forces text to jump to the next available column.
public static function get NEXT_COLUMN_TEXT_WRAP():TextWrapModes
nextColumnTextWrap | property |
nextColumnTextWrap:TextWrapModes
[read-only] Since : | CS5 |
Alias for NEXT_COLUMN_TEXT_WRAP. Forces text to jump to the next available column.
public static function get nextColumnTextWrap():TextWrapModes
none | property |
none:TextWrapModes
[read-only] Since : | CS5 |
Alias for NONE. No text wrap.
public static function get none():TextWrapModes
NONE | property |
NONE:TextWrapModes
[read-only] Since : | CS5 |
No text wrap.
public static function get NONE():TextWrapModes
TextWrapModes | () | Constructor |
public function TextWrapModes(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|