InDesign VBScript to apply Drop Shadows
Does anyone know how to write an InDesign VBScript to apply Drop Shadows?
I have tried various things, such as:
with myParagraphStyle
.appliedfont = TitlePageFont
.TransparencySetting.DropShadowSettings.Mode = Drop
end With
and:
myTextFrame.ParentStory.Texts.Item(1).ContentTransparencySetting.DropShadowSettings.Mode = Drop
and many variants on these - all without success.
I just can't seem to get the object model right.
Any suggestions would be gratefully appreciated.
