Specifications

Table Of Contents
Adobe Photoshop CS6
JavaScript Scripting Reference JavaScript Object Reference 182
maximumLetterScaling
number
[100..500]
Read-write. The maximum amount of space to allow
between letters (at 0, no space is added 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 minimumLetterScaling
and
desiredLetterScaling
values are also required.
maximumWordScaling
number [0..1000]
Read-write. The maximum amount of space to allow
between words (a percentage value; at 100, no
additional space is added 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 minimumWordScaling
and
desiredWordScaling
values are also required.
minimumGlyphScaling
number [50..200]
Read-write. The minimum amount to scale the
horizontal size of the text letters (a percentage value;
at 100, the width of characters is not scaled).
Valid only when justification
=
Justification.CENTERJUSTIFIED
,
FULLYJUSTIFIED, LEFTJUSTIFIED, or
Justification.RIGHTJUSTIFIED.
When used, the maximumGlyphScaling
and
desiredGlyphScaling
values are also required.
Property Value type What it is (Continued)