Package | com.adobe.illustrator |
Class | public class TextPath |
Inheritance | TextPath ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
area : Number [read-only]
The area of this path in square points. | TextPath | ||
blendingMode : BlendModes
The mode used when compositing an object. | TextPath | ||
clipping : Boolean
Should this be used as a clipping path?
| TextPath | ||
closed : Boolean
Is this path closed?
| TextPath | ||
editable : Boolean [read-only]
Can the text path be modified. | TextPath | ||
evenodd : Boolean
Should the even-odd rule be used to determine insideness?
| TextPath | ||
fillColor : Color
Fill color. | TextPath | ||
filled : Boolean
Should the path be filled?
| TextPath | ||
fillOverprint : Boolean
Will art beneath a filled object be overprinted?
| TextPath | ||
guides : Boolean
Is this path a guide object?
| TextPath | ||
height : Number
The height of the text path. | TextPath | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
left : Number
The left position of the text path. | TextPath | ||
note : String
Note assigned to the path. | TextPath | ||
opacity : Number
The object's opacity (between 0.0 and 100.0) ( 0.0 - 100.0 )
| TextPath | ||
![]() | parent : * [read-only] | IllustratorHostObject | |
pathPoints : PathPoints [read-only]
| TextPath | ||
polarity : PolarityValues
The polarity the path. | TextPath | ||
position : Array
The position of the top left corner of the text path. | TextPath | ||
resolution : Number
The resolution of the path. | TextPath | ||
selectedPathPoints : Array [read-only]
All the selected points in the path. | TextPath | ||
strokeCap : StrokeCap
Type of line capping. | TextPath | ||
strokeColor : Color
Stroke color. | TextPath | ||
stroked : Boolean
Should the path be stroked?
| TextPath | ||
strokeDashes : Array
Dash lengths (set to {} for a solid line)
| TextPath | ||
strokeDashOffset : Number
The default distance into the dash pattern at which the pattern should be started. | TextPath | ||
strokeJoin : StrokeJoin
Type of joints. | TextPath | ||
strokeMiterLimit : Number
Whether a join is mitered (pointed) or beveled (squared-off)
| TextPath | ||
strokeOverprint : Boolean
Will art beneath a stroked object be overprinted?
| TextPath | ||
strokeWidth : Number
Width of stroke. | TextPath | ||
top : Number
The top position of the text path. | TextPath | ||
width : Number
The width of the text path. | TextPath |
Method | Defined By | ||
---|---|---|---|
![]() | 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 | |
setEntirePath(pathPoints:Object):void
Set the path using the provided array of anchor points. | TextPath | ||
![]() | wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):* [static]
Method used on static/normal get/ hostcalls
| CSHostObject |
area | property |
area:Number
[read-only] Since : | CS5 |
The area of this path in square points.
public function get area():Number
blendingMode | property |
blendingMode:BlendModes
Since : | CS5 |
The mode used when compositing an object.
public function get blendingMode():BlendModes
public function set blendingMode(value:BlendModes):void
clipping | property |
clipping:Boolean
Since : | CS5 |
Should this be used as a clipping path?
public function get clipping():Boolean
public function set clipping(value:Boolean):void
closed | property |
closed:Boolean
Since : | CS5 |
Is this path closed?
public function get closed():Boolean
public function set closed(value:Boolean):void
editable | property |
editable:Boolean
[read-only] Since : | CS5 |
Can the text path be modified.
public function get editable():Boolean
evenodd | property |
evenodd:Boolean
Since : | CS5 |
Should the even-odd rule be used to determine insideness?
public function get evenodd():Boolean
public function set evenodd(value:Boolean):void
fillColor | property |
fillColor:Color
Since : | CS5 |
Fill color.
public function get fillColor():Color
public function set fillColor(value:Color):void
filled | property |
filled:Boolean
Since : | CS5 |
Should the path be filled?
public function get filled():Boolean
public function set filled(value:Boolean):void
fillOverprint | property |
fillOverprint:Boolean
Since : | CS5 |
Will art beneath a filled object be overprinted?
public function get fillOverprint():Boolean
public function set fillOverprint(value:Boolean):void
guides | property |
guides:Boolean
Since : | CS5 |
Is this path a guide object?
public function get guides():Boolean
public function set guides(value:Boolean):void
height | property |
height:Number
Since : | CS5 |
The height of the text path. ( 0.0 - 16348.0 )
public function get height():Number
public function set height(value:Number):void
left | property |
left:Number
Since : | CS5 |
The left position of the text path.
public function get left():Number
public function set left(value:Number):void
note | property |
note:String
Since : | CS5 |
Note assigned to the path.
public function get note():String
public function set note(value:String):void
opacity | property |
opacity:Number
Since : | CS5 |
The object's opacity (between 0.0 and 100.0) ( 0.0 - 100.0 )
public function get opacity():Number
public function set opacity(value:Number):void
pathPoints | property |
pathPoints:PathPoints
[read-only] Since : | CS5 |
public function get pathPoints():PathPoints
polarity | property |
polarity:PolarityValues
Since : | CS5 |
The polarity the path.
public function get polarity():PolarityValues
public function set polarity(value:PolarityValues):void
position | property |
position:Array
Since : | CS5 |
The position of the top left corner of the text path.
public function get position():Array
public function set position(value:Array):void
resolution | property |
resolution:Number
Since : | CS5 |
The resolution of the path.
public function get resolution():Number
public function set resolution(value:Number):void
selectedPathPoints | property |
selectedPathPoints:Array
[read-only] Since : | CS5 |
All the selected points in the path.
public function get selectedPathPoints():Array
strokeCap | property |
strokeCap:StrokeCap
Since : | CS5 |
Type of line capping.
public function get strokeCap():StrokeCap
public function set strokeCap(value:StrokeCap):void
strokeColor | property |
strokeColor:Color
Since : | CS5 |
Stroke color.
public function get strokeColor():Color
public function set strokeColor(value:Color):void
stroked | property |
stroked:Boolean
Since : | CS5 |
Should the path be stroked?
public function get stroked():Boolean
public function set stroked(value:Boolean):void
strokeDashes | property |
strokeDashes:Array
Since : | CS5 |
Dash lengths (set to {} for a solid line)
public function get strokeDashes():Array
public function set strokeDashes(value:Array):void
strokeDashOffset | property |
strokeDashOffset:Number
Since : | CS5 |
The default distance into the dash pattern at which the pattern should be started.
public function get strokeDashOffset():Number
public function set strokeDashOffset(value:Number):void
strokeJoin | property |
strokeJoin:StrokeJoin
Since : | CS5 |
Type of joints.
public function get strokeJoin():StrokeJoin
public function set strokeJoin(value:StrokeJoin):void
strokeMiterLimit | property |
strokeMiterLimit:Number
Since : | CS5 |
Whether a join is mitered (pointed) or beveled (squared-off)
public function get strokeMiterLimit():Number
public function set strokeMiterLimit(value:Number):void
strokeOverprint | property |
strokeOverprint:Boolean
Since : | CS5 |
Will art beneath a stroked object be overprinted?
public function get strokeOverprint():Boolean
public function set strokeOverprint(value:Boolean):void
strokeWidth | property |
strokeWidth:Number
Since : | CS5 |
Width of stroke.
public function get strokeWidth():Number
public function set strokeWidth(value:Number):void
top | property |
top:Number
Since : | CS5 |
The top position of the text path.
public function get top():Number
public function set top(value:Number):void
width | property |
width:Number
Since : | CS5 |
The width of the text path. ( 0.0 - 16348.0 )
public function get width():Number
public function set width(value:Number):void
setEntirePath | () | method |
public function setEntirePath(pathPoints:Object):void
Since : | CS5 |
Set the path using the provided array of anchor points.
Parameters
pathPoints:Object — (Object) Array of anchor values for the path points.
|