论坛帮助 |
社区圈子 |
日历事件 |
2020-04-19, 23:57 | 只看该作者 #3 | ||
|
|||
正式会员
等级: 二袋长老
|
代码:
var sel = app.activeDocument.selection; if (sel.length > 0) { for (var i=0; i<sel.length; i++) { if (sel[i].typename == 'TextFrame') { sel[i].textRange.changeCaseTo(CaseChangeType.UPPERCASE) sel[i].textRange.characterAttributes.textFont = textFonts.getByName('Arial-Black'); } } redraw(); } |
||
右列会员因为此帖价值甚高向 五音 表示感谢: |
yzx0120 (2020-04-20)
|