Package | com.adobe.indesign |
Class | public class ConvertShapeOptions |
Inheritance | ConvertShapeOptions ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
convertToBeveledRectangle : ConvertShapeOptions [static] [read-only] Alias for CONVERT_TO_BEVELED_RECTANGLE. | ConvertShapeOptions | ||
CONVERT_TO_BEVELED_RECTANGLE : ConvertShapeOptions [static] [read-only]
Converts the object to a rectangle with beveled corners. | ConvertShapeOptions | ||
convertToClosedPath : ConvertShapeOptions [static] [read-only] Alias for CONVERT_TO_CLOSED_PATH. | ConvertShapeOptions | ||
CONVERT_TO_CLOSED_PATH : ConvertShapeOptions [static] [read-only]
Converts the object to a closed path. | ConvertShapeOptions | ||
convertToInverseRoundedRectangle : ConvertShapeOptions [static] [read-only] Alias for CONVERT_TO_INVERSE_ROUNDED_RECTANGLE. | ConvertShapeOptions | ||
CONVERT_TO_INVERSE_ROUNDED_RECTANGLE : ConvertShapeOptions [static] [read-only]
Converts the object to a rectangle with inverse rounded corners. | ConvertShapeOptions | ||
convertToLine : ConvertShapeOptions [static] [read-only] Alias for CONVERT_TO_LINE. | ConvertShapeOptions | ||
CONVERT_TO_LINE : ConvertShapeOptions [static] [read-only]
Converts the object to a line that connects the upper left and lower right corners of the object's bounding box. | ConvertShapeOptions | ||
convertToOpenPath : ConvertShapeOptions [static] [read-only] Alias for CONVERT_TO_OPEN_PATH. | ConvertShapeOptions | ||
CONVERT_TO_OPEN_PATH : ConvertShapeOptions [static] [read-only]
Converts the object to an open path. | ConvertShapeOptions | ||
convertToOval : ConvertShapeOptions [static] [read-only] Alias for CONVERT_TO_OVAL. | ConvertShapeOptions | ||
CONVERT_TO_OVAL : ConvertShapeOptions [static] [read-only]
Converts the object to an ellipse. | ConvertShapeOptions | ||
convertToPolygon : ConvertShapeOptions [static] [read-only] Alias for CONVERT_TO_POLYGON. | ConvertShapeOptions | ||
CONVERT_TO_POLYGON : ConvertShapeOptions [static] [read-only]
Converts the object to a polygon. | ConvertShapeOptions | ||
convertToRectangle : ConvertShapeOptions [static] [read-only] Alias for CONVERT_TO_RECTANGLE. | ConvertShapeOptions | ||
CONVERT_TO_RECTANGLE : ConvertShapeOptions [static] [read-only]
Converts the object to a rectangle. | ConvertShapeOptions | ||
convertToRoundedRectangle : ConvertShapeOptions [static] [read-only] Alias for CONVERT_TO_ROUNDED_RECTANGLE. | ConvertShapeOptions | ||
CONVERT_TO_ROUNDED_RECTANGLE : ConvertShapeOptions [static] [read-only]
Converts the object to a rectangle with rounded corners. | ConvertShapeOptions | ||
convertToStraightLine : ConvertShapeOptions [static] [read-only] Alias for CONVERT_TO_STRAIGHT_LINE. | ConvertShapeOptions | ||
CONVERT_TO_STRAIGHT_LINE : ConvertShapeOptions [static] [read-only]
Converts the object to straight line. | ConvertShapeOptions | ||
convertToTriangle : ConvertShapeOptions [static] [read-only] Alias for CONVERT_TO_TRIANGLE. | ConvertShapeOptions | ||
CONVERT_TO_TRIANGLE : ConvertShapeOptions [static] [read-only]
Converts the object to a triangle. | ConvertShapeOptions | ||
enumCache : CSEnumSharedCache [static] [read-only] | ConvertShapeOptions | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
![]() | value : Object [read-only]
Returns the numerical value
| CSEnumBase |
Method | Defined By | ||
---|---|---|---|
ConvertShapeOptions(ho:HostObject = null, enum:Number)
Constructor
| ConvertShapeOptions | ||
![]() | 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 |
CONVERT_TO_BEVELED_RECTANGLE | property |
CONVERT_TO_BEVELED_RECTANGLE:ConvertShapeOptions
[read-only] Since : | CS5 |
Converts the object to a rectangle with beveled corners.
public static function get CONVERT_TO_BEVELED_RECTANGLE():ConvertShapeOptions
CONVERT_TO_CLOSED_PATH | property |
CONVERT_TO_CLOSED_PATH:ConvertShapeOptions
[read-only] Since : | CS5 |
Converts the object to a closed path.
public static function get CONVERT_TO_CLOSED_PATH():ConvertShapeOptions
CONVERT_TO_INVERSE_ROUNDED_RECTANGLE | property |
CONVERT_TO_INVERSE_ROUNDED_RECTANGLE:ConvertShapeOptions
[read-only] Since : | CS5 |
Converts the object to a rectangle with inverse rounded corners.
public static function get CONVERT_TO_INVERSE_ROUNDED_RECTANGLE():ConvertShapeOptions
CONVERT_TO_LINE | property |
CONVERT_TO_LINE:ConvertShapeOptions
[read-only] Since : | CS5 |
Converts the object to a line that connects the upper left and lower right corners of the object's bounding box.
public static function get CONVERT_TO_LINE():ConvertShapeOptions
CONVERT_TO_OPEN_PATH | property |
CONVERT_TO_OPEN_PATH:ConvertShapeOptions
[read-only] Since : | CS5 |
Converts the object to an open path.
public static function get CONVERT_TO_OPEN_PATH():ConvertShapeOptions
CONVERT_TO_OVAL | property |
CONVERT_TO_OVAL:ConvertShapeOptions
[read-only] Since : | CS5 |
Converts the object to an ellipse.
public static function get CONVERT_TO_OVAL():ConvertShapeOptions
CONVERT_TO_POLYGON | property |
CONVERT_TO_POLYGON:ConvertShapeOptions
[read-only] Since : | CS5 |
Converts the object to a polygon.
public static function get CONVERT_TO_POLYGON():ConvertShapeOptions
CONVERT_TO_RECTANGLE | property |
CONVERT_TO_RECTANGLE:ConvertShapeOptions
[read-only] Since : | CS5 |
Converts the object to a rectangle.
public static function get CONVERT_TO_RECTANGLE():ConvertShapeOptions
CONVERT_TO_ROUNDED_RECTANGLE | property |
CONVERT_TO_ROUNDED_RECTANGLE:ConvertShapeOptions
[read-only] Since : | CS5 |
Converts the object to a rectangle with rounded corners.
public static function get CONVERT_TO_ROUNDED_RECTANGLE():ConvertShapeOptions
CONVERT_TO_STRAIGHT_LINE | property |
CONVERT_TO_STRAIGHT_LINE:ConvertShapeOptions
[read-only] Since : | CS5 |
Converts the object to straight line. If the object is a square, circle, or its bounding box is wider than it is tall, the line is horizontal and connects the center points on the vertical sides of the bounding box. If the object's bounding box is taller than it is wide, the line connects the center points of the horizontal sides of the bounding box.
public static function get CONVERT_TO_STRAIGHT_LINE():ConvertShapeOptions
CONVERT_TO_TRIANGLE | property |
CONVERT_TO_TRIANGLE:ConvertShapeOptions
[read-only] Since : | CS5 |
Converts the object to a triangle.
public static function get CONVERT_TO_TRIANGLE():ConvertShapeOptions
convertToBeveledRectangle | property |
convertToBeveledRectangle:ConvertShapeOptions
[read-only] Since : | CS5 |
Alias for CONVERT_TO_BEVELED_RECTANGLE. Converts the object to a rectangle with beveled corners.
public static function get convertToBeveledRectangle():ConvertShapeOptions
convertToClosedPath | property |
convertToClosedPath:ConvertShapeOptions
[read-only] Since : | CS5 |
Alias for CONVERT_TO_CLOSED_PATH. Converts the object to a closed path.
public static function get convertToClosedPath():ConvertShapeOptions
convertToInverseRoundedRectangle | property |
convertToInverseRoundedRectangle:ConvertShapeOptions
[read-only] Since : | CS5 |
Alias for CONVERT_TO_INVERSE_ROUNDED_RECTANGLE. Converts the object to a rectangle with inverse rounded corners.
public static function get convertToInverseRoundedRectangle():ConvertShapeOptions
convertToLine | property |
convertToLine:ConvertShapeOptions
[read-only] Since : | CS5 |
Alias for CONVERT_TO_LINE. Converts the object to a line that connects the upper left and lower right corners of the object's bounding box.
public static function get convertToLine():ConvertShapeOptions
convertToOpenPath | property |
convertToOpenPath:ConvertShapeOptions
[read-only] Since : | CS5 |
Alias for CONVERT_TO_OPEN_PATH. Converts the object to an open path.
public static function get convertToOpenPath():ConvertShapeOptions
convertToOval | property |
convertToOval:ConvertShapeOptions
[read-only] Since : | CS5 |
Alias for CONVERT_TO_OVAL. Converts the object to an ellipse.
public static function get convertToOval():ConvertShapeOptions
convertToPolygon | property |
convertToPolygon:ConvertShapeOptions
[read-only] Since : | CS5 |
Alias for CONVERT_TO_POLYGON. Converts the object to a polygon.
public static function get convertToPolygon():ConvertShapeOptions
convertToRectangle | property |
convertToRectangle:ConvertShapeOptions
[read-only] Since : | CS5 |
Alias for CONVERT_TO_RECTANGLE. Converts the object to a rectangle.
public static function get convertToRectangle():ConvertShapeOptions
convertToRoundedRectangle | property |
convertToRoundedRectangle:ConvertShapeOptions
[read-only] Since : | CS5 |
Alias for CONVERT_TO_ROUNDED_RECTANGLE. Converts the object to a rectangle with rounded corners.
public static function get convertToRoundedRectangle():ConvertShapeOptions
convertToStraightLine | property |
convertToStraightLine:ConvertShapeOptions
[read-only] Since : | CS5 |
Alias for CONVERT_TO_STRAIGHT_LINE. Converts the object to straight line. If the object is a square, circle, or its bounding box is wider than it is tall, the line is horizontal and connects the center points on the vertical sides of the bounding box. If the object's bounding box is taller than it is wide, the line connects the center points of the horizontal sides of the bounding box.
public static function get convertToStraightLine():ConvertShapeOptions
convertToTriangle | property |
convertToTriangle:ConvertShapeOptions
[read-only] Since : | CS5 |
Alias for CONVERT_TO_TRIANGLE. Converts the object to a triangle.
public static function get convertToTriangle():ConvertShapeOptions
enumCache | property |
enumCache:CSEnumSharedCache
[read-only] Since : | CS5 |
public static function get enumCache():CSEnumSharedCache
ConvertShapeOptions | () | Constructor |
public function ConvertShapeOptions(ho:HostObject = null, enum:Number)
Since : | CS5 |
Constructor
Parametersho:HostObject (default = null ) — Enumerations value
| |
enum:Number (default = NaN )
|