|
InDesign Hacking with JavaScript |
行送り記号を挿入する
Author: Kenshi Muto <kmuto@debian.org>
Requires:
関数の要約 | |
Float
|
getLastX(<Line> line)
行末文字の水平座標(左)を返す |
Boolean
|
lineBreak(<Paragraph> para, <Integer> no, <Float> offset, <String> postfix, <CharacterStyle> bstyle)
指定の段落を、テキストフレームの幅-オフセット値で、単語単位ではなく文字単位で折り返す |
nothing
|
lineBreakOfStory(<Story> story, <Float> offset, <String> postfix, <String[]> styles, <CharacterStyle> bstyle)
指定のストーリーの各段落をチェックして文字単位で折り返す |
|
InDesign Hacking with JavaScript |