I’ve tried to change the properties of the No paragraph style with no success.
I’ve tried this
tell application "Adobe InDesign CS2"
--get properties of paragraph style "[No Paragraph Style]"
set properties of paragraph style "[No Paragraph Style]" to ¬
{auto leading:100.0, desired word spacing:100.0, maximum word spacing:135.0, minimum word spacing:85.0, desired letter spacing:0.0, maximum letter spacing:12.0, minimum letter spacing:-4.0, desired glyph scaling:100.0, maximum glyph scaling:102.0, minimum glyph scaling:98.0, hyphenate ladder limit:1, hyphen weight:6, applied language:"French: Canadian"}
end tell
But I get a error message saying I can’t set properties for that paragraph style. Is this locked? I can change the basic paragraph style, but now it shows with all sorts of + after the “no paragraph style”.
Any help appriciated.
TIA
Jeff