True if a text layer is a layer of paragraph bounded text; otherwise false.Boolean; read-only.
Tag Archives: text
frameTarget
A text frame target for this marker. Together with the URL value, this targets a specific frame within a Web page.String; read/write.
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.
comment
A text comment for this marker. This comment appears in the Timeline panel next to the layer marker.String; read/write.
fillColor
The text layerメs fill color, as an array of [r, g, b] floating-point values. For example, in an 8-bpc project, a red value of 255 would be 1.0, and in a 32-
addBoxText()
Creates a new paragraph box text layer and adds the new TextLayer object to this collection.To create a point text layer, use the addText method. For more i
font
The text layerメs font specified by its PostScript name.NOTE: If the text layer has different font settings for each character, this attribute returns the se
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
fontSize
The text layerメs font size in pixels.NOTE: If the text layer has different font size settings for each character, this attribute returns the setting for the
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