Specifications

Table Of Contents
Adobe Photoshop CS6
JavaScript Scripting Reference JavaScript Object Reference 183
minimumLetterScaling
number
[100..500]
Read-write. The minimum amount of space to allow
between letters (a percentage value; at 0, no space is
removed between letters).
Equivalent to Letter Spacing in the Justification
dialog (Select Justification on the Paragraphs
palette menu).
Valid only when justification
=
Justification.CENTERJUSTIFIED
,
FULLYJUSTIFIED, LEFTJUSTIFIED, or
Justification.RIGHTJUSTIFIED.
When used, the maximumLetterScaling
and
desiredLetterScaling
values are also required.
minimumWordScaling
number [0..1000]
Read-write. The minimum amount of space to allow
between words (a percentage value; at 100, no
additional space is removed between words).
Equivalent to Word Spacing in the Justification
dialog (Select Justification on the Paragraphs
palette menu).
Valid only when justification
=
Justification.CENTERJUSTIFIED
,
FULLYJUSTIFIED, LEFTJUSTIFIED, or
Justification.RIGHTJUSTIFIED.
When used, the maximumWordScaling
and
desiredWordScaling
values are also required.
noBreak
boolean
Read-write. True to disallow line breaks in this text.
Tip: When true for many consecutive characters, can
prevent word wrap and thus may prevent some
text from appearing on the screen.
oldStyle
boolean
Read-write. True to use old style type.
parent
ArtLayer
Read-write. The containing layer.
position
array of
UnitValue
Read-write. The position of origin for the text. The
array members specify the X and Y coordinates.
Equivalent to clicking the text tool at a point in the
document to create the point of origin for text.
rightIndent
UnitValue
[-1296..1296]
points
Read-write. The amount of space to indent text from
the right.
size
UnitValue
Read-write. The font size in UnitValue . NOTE: Type
was
points for CS3 and older..
spaceAfter
UnitValue
[-1296..1296]
points
Read-write. The amount of space to use after each
paragraph.
Property Value type What it is (Continued)