set mytexts to make new text frame with properties {contents:"Annonation " & g & ":" & param_Text, kind:area text, position:{(-150), (new_Var)}, width:(checkValue3 - checkValue1), name:"notes"}
以上代碼用於在使用Applescript的Illustrator中創建文本。如何將筆觸或邊框添加到創建的文字框架。任何引用或建議是高度讚賞。如何在Illustrator中使用Applescript將描邊添加到文本框架?
在您的問題中包含更多代碼,最好使用針對Illustrator的工作片段(硬編碼所有這些變量)來簡化它。讓我們儘可能簡單地測試代碼將增加您回答的機會。 – adamh
@adamh我沒有更多的代碼來創建文本框架。其他則是'If'和'Else'條件。以上代碼可以在Illustrator中編寫文本框架。 –