remove()

Removes this property from its parent group. If this is a property group, it removes the child properties as well.This method is valid only for children of

strokeWidth

The text layerメs stroke thickness in pixels. NOTE: If the text layer has different stroke width settings for each character, this attribute returns the sett

addText()

Creates a new point text layer and adds the new TextLayer object to this collection.To create a paragraph box text layer, use the addBoxText method. For mor

applyStroke

When true,the text layer shows a stroke. Accessthe strokeColor attribute for the actual colorand strokeWidth for its thickness. When false, only a fill is s

text

The text value for the text layerメs Source Text property.String; read/write.

beginUndoGroup()

Marks the beginning of an undo group, which allows a script to logically group all of its actions as a single undoable action for use with the Edit > Undo/R

boxText

True if a text layer is a layer of paragraph bounded text; otherwise false.Boolean; read-only.

tracking

The text layerメs spacing between characters.NOTE: If the text layer has different tracking settings for each character, this attribute returns the setting f

autoOrient

The type of automatic orientation to perform for the layer.An AutoOrientType enumerated value; read/write. One of:AutoOrientType.ALONG_PATH Layer faces in t

boxTextSize

The size of a paragraph box text layer as a [width, height] array of pixel dimensions.Array of two integers minimum value of 1 ; read/write.