テキストフレームの1段の幅(縦組みなら高さ)を変えずに段数を1つ増やすやつ
f=app.selection[0],vb=f.visibleBounds,tp=f.textFramePreferences,is=tp.insetSpacing,cc=tp.textColumnCount,cg=tp.textColumnGutter,sw=f.strokeWeight;
f.parentStory.storyPreferences.storyOrientation%4?(i=1,j=3,k="Horizontal"):(i=0,j=2,k="Vertical");
vb[j]+=((vb[j]-vb[i])-(sw*2+is[i]+is[j]-cg)*f["absolute"+k+"Scale"]/100)/cc;
tp.textColumnCount++,f.visibleBounds=vb;//

フォロー

テキストフレームの1段の幅(縦組みなら高さ)を変えずに段数を1つ減らすやつ
f=app.selection[0],vb=f.visibleBounds,tp=f.textFramePreferences,is=tp.insetSpacing,cc=tp.textColumnCount,cg=tp.textColumnGutter,sw=f.strokeWeight;
f.parentStory.storyPreferences.storyOrientation%4?(i=1,j=3,k="Horizontal"):(i=0,j=2,k="Vertical");
vb[j]-=((vb[j]-vb[i])-(sw*2+is[i]+is[j]-cg)*f["absolute"+k+"Scale"]/100)/cc;
tp.textColumnCount--,f.visibleBounds=vb;//

ログインして会話に参加
DTP-Mstdn.jp

DTP-Mstdn.jpは、DTP・デザイン・印刷に関わる人々のためのMastodonインスタンスです。特定分野の専門インスタンスですので、日々のつぶやき、耳寄りな情報の共有、ディスカッション、質問とその回答、役立つスクリプトなど、他では投稿しづらい内容も、思う存分トゥートしましょう!