- 
        
        
 
- 
    
Creates a new TextPath.
    
        
            
                
                    withProperties
                    
                 | 
                
                    
                        Object
                        Initial values for properties of the new TextPath (Optional)
                    
                 | 
            
            
        
    
 
    - 
        
        
 
- 
    
Returns any TextPath in the collection.
    
 
    - 
        
        
 
- 
    
Displays the number of elements in the TextPath.
    
 
    - 
        
        
 
- 
    
Returns every TextPath in the collection.
    
 
    - 
        
        
 
- 
    
Returns the first TextPath in the collection.
    
 
    - 
        
        
 
- 
    
Returns the TextPath with the specified index or name.
    
        
            
                
                    index
                    
                 | 
                
                    
                        The index or name. Can accept: Long Integer or String.
                    
                 | 
            
            
        
    
 
    - 
        
        
 
- 
    
Returns the TextPath with the specified ID.
    
    
 
    - 
        
        
 
- 
    
Returns the TextPath with the specified name.
    
    
 
    - 
        
        
 
- 
    
Returns the TextPaths within the specified range.
    
        
            
                
                    from
                    
                 | 
                
                    
                        The TextPath, index, or name at the beginning of the range. Can accept: TextPath, Long Integer or String.
                    
                 | 
            
            
                
                    to
                    
                 | 
                
                    
                        The TextPath, index, or name at the end of the range. Can accept: TextPath, Long Integer or String.
                    
                 | 
            
            
        
    
 
    - 
        
        
 
- 
    
Returns the last TextPath in the collection.
    
 
    - 
        
        
 
- 
    
Returns the middle TextPath in the collection.
    
 
    - 
        
        
 
- 
    
Returns the TextPath whose index follows the specified TextPath in the collection.
    
        
            
                
                    obj
                    
                 | 
                
                    
                        TextPath
                        The TextPath whose index comes before the desired TextPath.
                    
                 | 
            
            
        
    
 
    - 
        
        
 
- 
    
Returns the TextPath with the index previous to the specified index.
    
        
            
                
                    obj
                    
                 | 
                
                    
                        TextPath
                        The index of the TextPath that follows the desired TextPath.
                    
                 | 
            
            
        
    
 
    - 
        
        
 
- 
    
Generates a string which, if executed, will return the TextPath.