|
InDesign Hacking with JavaScript |
配置された数式画像のサイズおよびベースラインを調整するv2
Author: Kenshi Muto <kmuto@debian.org>
関数の要約 | |
Long[4]
|
backUnit(<Document> document)
単位系を保存する |
String[]
|
loadConfig()
位置情報ファイルを読み込む。ファイル名(PDF)・独立式か(空または1)・拡大率・ベースラインから下げる率・上書きオブジェクトスタイル名 をタブで区切ったもの。 |
Nothing
|
revertUnit(<Document> document, bunit)
単位系を戻す |
Nothing
|
tweakImagePDF2(<Document> document, <String[]> config, <PDF> target, <ObjectStyle> iostyle, bgstyle, <ObjectStyle> eostyle, <Number> Yoffset)
PDF数式を調整する |
|
InDesign Hacking with JavaScript |