applyFill

When true, the textlayer shows a fill. Access the fillColor attribute for the actual color. When false, only a stroke is shown.Boolean; read/write.

TextDocument object

The TextDocumentobject stores a value for a TextLayer’s Source Text property. Create it withthe constructor, passing the string to be encapsulated.ExamplesT

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

boxText

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

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.

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-

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

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

justification

The paragraph justification for the text layer.AParagraphJustification enumerated value; read-only. One of:ParagraphJustification.LEFT_JUSTIFYParagraphJusti