The object that stores properties related to the Character panel in the Photoshop UI.
The object that stores properties related to the Paragraph panel in the Photoshop UI.
The object that stores properties related to the Warp Text dialog.
The actual text of the Layer.
True if the Text Layer is a "Paragraph Text": text that uses boundaries to control the flow of characters, either horizontally or vertically.
True if the Text Layer is a "Point Text": a horizontal or vertical line of text that begins where the user clicks in the image.
The parent Layer
The text insertion point in the document, as an {x, y} object
where the coordinates are expressed in pixels.
The typename
Convert a Text Layer from Point Text to Paragraph Text
https://developer.adobe.com/photoshop/uxp/2022/ps_reference/classes/textitem/#converttoparagraphtext
Convert a Text Layer from Paragraph Text to Point Text
The Class that groups all Type related properties of a Text Layer in Photoshop.
See
https://developer.adobe.com/photoshop/uxp/2022/ps_reference/classes/textitem/
Example
Some properties and methods are available directly in the TextItem instance itself:
Example
Most properties and methods are grouped for convenience in the characterStyle and paragraphStyle properties of TextItem.
Finally, the warpStyle object contains all the properties related to the Warp effect applied to the text layer.
Please note that for some properties that are expressed in pixels, the valid range of values might depend on the document's resolution. When this is the case, you'll find that in the documentation "for a 72ppi document" is specified.
An example is the font size:
If you want to find the range for documents with a different resolution, please use the following conversion formula:
Upon setting a value, validation will be performed internally. An invalid value will result in a Range Error.
Min Version
24.1