Package | com.adobe.indesign |
Class | public class ContourOptionsTypes |
Inheritance | ContourOptionsTypes ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
alphaChannel : ContourOptionsTypes [static] [read-only] Alias for ALPHA_CHANNEL. | ContourOptionsTypes | ||
ALPHA_CHANNEL : ContourOptionsTypes [static] [read-only]
Sets the text wrap shape to the edges of the specified alpha channel. | ContourOptionsTypes | ||
boundingBox : ContourOptionsTypes [static] [read-only] Alias for BOUNDING_BOX. | ContourOptionsTypes | ||
BOUNDING_BOX : ContourOptionsTypes [static] [read-only]
Sets the text wrap shape to the object's bounding box. | ContourOptionsTypes | ||
detectEdges : ContourOptionsTypes [static] [read-only] Alias for DETECT_EDGES. | ContourOptionsTypes | ||
DETECT_EDGES : ContourOptionsTypes [static] [read-only]
Sets the text wrap shape to the edges of the image. | ContourOptionsTypes | ||
enumCache : CSEnumSharedCache [static] [read-only] | ContourOptionsTypes | ||
graphicFrame : ContourOptionsTypes [static] [read-only] Alias for GRAPHIC_FRAME. | ContourOptionsTypes | ||
GRAPHIC_FRAME : ContourOptionsTypes [static] [read-only]
Sets the text wrap shape to the wrapped object's graphics frame. | ContourOptionsTypes | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
photoshopPath : ContourOptionsTypes [static] [read-only] Alias for PHOTOSHOP_PATH. | ContourOptionsTypes | ||
PHOTOSHOP_PATH : ContourOptionsTypes [static] [read-only]
Sets the text wrap shape to the specified Photoshop path. | ContourOptionsTypes | ||
sameAsClipping : ContourOptionsTypes [static] [read-only] Alias for SAME_AS_CLIPPING. | ContourOptionsTypes | ||
SAME_AS_CLIPPING : ContourOptionsTypes [static] [read-only]
Sets the text wrap shape to the clipping path (if any) defined in Photoshop. | ContourOptionsTypes | ||
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
ContourOptionsTypes(ho:HostObject = null, enum:Number)
Constructor
| ContourOptionsTypes | ||
![]() | 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 |
ALPHA_CHANNEL | property |
ALPHA_CHANNEL:ContourOptionsTypes
[read-only] Since : | CS5 |
Sets the text wrap shape to the edges of the specified alpha channel. To specify the alpha channel, see contour path name.
public static function get ALPHA_CHANNEL():ContourOptionsTypes
alphaChannel | property |
alphaChannel:ContourOptionsTypes
[read-only] Since : | CS5 |
Alias for ALPHA_CHANNEL. Sets the text wrap shape to the edges of the specified alpha channel. To specify the alpha channel, see contour path name.
public static function get alphaChannel():ContourOptionsTypes
BOUNDING_BOX | property |
BOUNDING_BOX:ContourOptionsTypes
[read-only] Since : | CS5 |
Sets the text wrap shape to the object's bounding box.
public static function get BOUNDING_BOX():ContourOptionsTypes
boundingBox | property |
boundingBox:ContourOptionsTypes
[read-only] Since : | CS5 |
Alias for BOUNDING_BOX. Sets the text wrap shape to the object's bounding box.
public static function get boundingBox():ContourOptionsTypes
DETECT_EDGES | property |
DETECT_EDGES:ContourOptionsTypes
[read-only] Since : | CS5 |
Sets the text wrap shape to the edges of the image.
public static function get DETECT_EDGES():ContourOptionsTypes
detectEdges | property |
detectEdges:ContourOptionsTypes
[read-only] Since : | CS5 |
Alias for DETECT_EDGES. Sets the text wrap shape to the edges of the image.
public static function get detectEdges():ContourOptionsTypes
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
GRAPHIC_FRAME | property |
GRAPHIC_FRAME:ContourOptionsTypes
[read-only] Since : | CS5 |
Sets the text wrap shape to the wrapped object's graphics frame.
public static function get GRAPHIC_FRAME():ContourOptionsTypes
graphicFrame | property |
graphicFrame:ContourOptionsTypes
[read-only] Since : | CS5 |
Alias for GRAPHIC_FRAME. Sets the text wrap shape to the wrapped object's graphics frame.
public static function get graphicFrame():ContourOptionsTypes
PHOTOSHOP_PATH | property |
PHOTOSHOP_PATH:ContourOptionsTypes
[read-only] Since : | CS5 |
Sets the text wrap shape to the specified Photoshop path. To specify the Photoshop path, see contour path name.
public static function get PHOTOSHOP_PATH():ContourOptionsTypes
photoshopPath | property |
photoshopPath:ContourOptionsTypes
[read-only] Since : | CS5 |
Alias for PHOTOSHOP_PATH. Sets the text wrap shape to the specified Photoshop path. To specify the Photoshop path, see contour path name.
public static function get photoshopPath():ContourOptionsTypes
SAME_AS_CLIPPING | property |
SAME_AS_CLIPPING:ContourOptionsTypes
[read-only] Since : | CS5 |
Sets the text wrap shape to the clipping path (if any) defined in Photoshop. Note: A path cannot be specified using this enumeration. To set the text wrap shape to a specific path, use the photoshop path contour options type enumeration value.
public static function get SAME_AS_CLIPPING():ContourOptionsTypes
sameAsClipping | property |
sameAsClipping:ContourOptionsTypes
[read-only] Since : | CS5 |
Alias for SAME_AS_CLIPPING. Sets the text wrap shape to the clipping path (if any) defined in Photoshop. Note: A path cannot be specified using this enumeration. To set the text wrap shape to a specific path, use the photoshop path contour options type enumeration value.
public static function get sameAsClipping():ContourOptionsTypes
ContourOptionsTypes | () | Constructor |
public function ContourOptionsTypes(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|