Packagecom.adobe.illustrator
Classpublic class TextPath
InheritanceTextPath Inheritance IllustratorHostObject Inheritance CSHostObject Inheritance flash.utils.Proxy

Since : CS5

A text path item.



Public Properties
 PropertyDefined 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
 InheritedhostObjectDelegate : 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
 Inheritedparent : *
[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
Public Methods
 MethodDefined By
 Inherited
filterArgsForHBAPI(args:Array):Array
[static] Function to clean up the argument list and put it into a format that makes sense for HBAPI.
CSHostObject
 Inherited
filterSingleObjectForHBAPI(value:Object):Object
[static]
CSHostObject
 Inherited
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
 Inherited
getSpecialTranslation(className:String, ho:HostObject, expectedReturnType:Class, ownerName:String):*
[static]
CSHostObject
 Inherited
hostCall(name:String, expectedReturnType:Class, rawargs:Array):*
Encapsulates a function call to the host
CSHostObject
 Inherited
hostCallStatic(className:String, methodName:String, expectedReturnType:Class, rawargs:Array):*
[static] Implements a safe call of a static method on the host
CSHostObject
 Inherited
hostGet(name:String, expectedReturnType:Class):*
Encapsulates a property get to the host
CSHostObject
 Inherited
hostGetIndex(idx:Object, expectedReturnType:Class):*
Encapsulates a indexed get to the host
CSHostObject
 Inherited
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
 Inherited
hostSet(name:String, rawvalue:*):void
Encapsulates a property set to the host
CSHostObject
 Inherited
hostSetStatic(className:String, propertyName:String, rawvalue:*):*
[static] Implements a safe set of a static property on the host
CSHostObject
 Inherited
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
 Inherited
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
 Inherited
wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):*
[static] Method used on static/normal get/ hostcalls
CSHostObject
Protected Methods
 MethodDefined By
 Inherited
createWithArgs(args:Array):void
CSHostObject
 Inherited
hostCreate(args:Array):void
CSHostObject
Property Detail
areaproperty
area:Number  [read-only]

Since : CS5

The area of this path in square points.


Implementation
    public function get area():Number
blendingModeproperty 
blendingMode:BlendModes

Since : CS5

The mode used when compositing an object.


Implementation
    public function get blendingMode():BlendModes
    public function set blendingMode(value:BlendModes):void
clippingproperty 
clipping:Boolean

Since : CS5

Should this be used as a clipping path?


Implementation
    public function get clipping():Boolean
    public function set clipping(value:Boolean):void
closedproperty 
closed:Boolean

Since : CS5

Is this path closed?


Implementation
    public function get closed():Boolean
    public function set closed(value:Boolean):void
editableproperty 
editable:Boolean  [read-only]

Since : CS5

Can the text path be modified.


Implementation
    public function get editable():Boolean
evenoddproperty 
evenodd:Boolean

Since : CS5

Should the even-odd rule be used to determine insideness?


Implementation
    public function get evenodd():Boolean
    public function set evenodd(value:Boolean):void
fillColorproperty 
fillColor:Color

Since : CS5

Fill color.


Implementation
    public function get fillColor():Color
    public function set fillColor(value:Color):void
filledproperty 
filled:Boolean

Since : CS5

Should the path be filled?


Implementation
    public function get filled():Boolean
    public function set filled(value:Boolean):void
fillOverprintproperty 
fillOverprint:Boolean

Since : CS5

Will art beneath a filled object be overprinted?


Implementation
    public function get fillOverprint():Boolean
    public function set fillOverprint(value:Boolean):void
guidesproperty 
guides:Boolean

Since : CS5

Is this path a guide object?


Implementation
    public function get guides():Boolean
    public function set guides(value:Boolean):void
heightproperty 
height:Number

Since : CS5

The height of the text path. ( 0.0 - 16348.0 )


Implementation
    public function get height():Number
    public function set height(value:Number):void
leftproperty 
left:Number

Since : CS5

The left position of the text path.


Implementation
    public function get left():Number
    public function set left(value:Number):void
noteproperty 
note:String

Since : CS5

Note assigned to the path.


Implementation
    public function get note():String
    public function set note(value:String):void
opacityproperty 
opacity:Number

Since : CS5

The object's opacity (between 0.0 and 100.0) ( 0.0 - 100.0 )


Implementation
    public function get opacity():Number
    public function set opacity(value:Number):void
pathPointsproperty 
pathPoints:PathPoints  [read-only]

Since : CS5


Implementation
    public function get pathPoints():PathPoints
polarityproperty 
polarity:PolarityValues

Since : CS5

The polarity the path.


Implementation
    public function get polarity():PolarityValues
    public function set polarity(value:PolarityValues):void
positionproperty 
position:Array

Since : CS5

The position of the top left corner of the text path.


Implementation
    public function get position():Array
    public function set position(value:Array):void
resolutionproperty 
resolution:Number

Since : CS5

The resolution of the path.


Implementation
    public function get resolution():Number
    public function set resolution(value:Number):void
selectedPathPointsproperty 
selectedPathPoints:Array  [read-only]

Since : CS5

All the selected points in the path.


Implementation
    public function get selectedPathPoints():Array
strokeCapproperty 
strokeCap:StrokeCap

Since : CS5

Type of line capping.


Implementation
    public function get strokeCap():StrokeCap
    public function set strokeCap(value:StrokeCap):void
strokeColorproperty 
strokeColor:Color

Since : CS5

Stroke color.


Implementation
    public function get strokeColor():Color
    public function set strokeColor(value:Color):void
strokedproperty 
stroked:Boolean

Since : CS5

Should the path be stroked?


Implementation
    public function get stroked():Boolean
    public function set stroked(value:Boolean):void
strokeDashesproperty 
strokeDashes:Array

Since : CS5

Dash lengths (set to {} for a solid line)


Implementation
    public function get strokeDashes():Array
    public function set strokeDashes(value:Array):void
strokeDashOffsetproperty 
strokeDashOffset:Number

Since : CS5

The default distance into the dash pattern at which the pattern should be started.


Implementation
    public function get strokeDashOffset():Number
    public function set strokeDashOffset(value:Number):void
strokeJoinproperty 
strokeJoin:StrokeJoin

Since : CS5

Type of joints.


Implementation
    public function get strokeJoin():StrokeJoin
    public function set strokeJoin(value:StrokeJoin):void
strokeMiterLimitproperty 
strokeMiterLimit:Number

Since : CS5

Whether a join is mitered (pointed) or beveled (squared-off)


Implementation
    public function get strokeMiterLimit():Number
    public function set strokeMiterLimit(value:Number):void
strokeOverprintproperty 
strokeOverprint:Boolean

Since : CS5

Will art beneath a stroked object be overprinted?


Implementation
    public function get strokeOverprint():Boolean
    public function set strokeOverprint(value:Boolean):void
strokeWidthproperty 
strokeWidth:Number

Since : CS5

Width of stroke.


Implementation
    public function get strokeWidth():Number
    public function set strokeWidth(value:Number):void
topproperty 
top:Number

Since : CS5

The top position of the text path.


Implementation
    public function get top():Number
    public function set top(value:Number):void
widthproperty 
width:Number

Since : CS5

The width of the text path. ( 0.0 - 16348.0 )


Implementation
    public function get width():Number
    public function set width(value:Number):void
Method Detail
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.