DTP駆け込み寺

[ 返信 ]

nothing

アドビの情報
ttps://helpx.adobe.com/jp/indesign/kb/236354.html

アクティブドキュメントの段落スタイル『項目・ヘッダ』をスクリプトで変更
tell application "Adobe InDesign CS5.5"
activate
try
-- 禁則処理を『禁則を利用しない』に設定
set kinsoku set of paragraph style "項目・ヘッダ" of active document to nothing
-- 文字組みを『なし』に設定
set mojikumi of paragraph style "項目・ヘッダ" of active document to nothing
end try
end tell
(*
 結果
 文字組み『なし』→ line end all one half em enum(行末約物半角)に変わる
 禁則処理『禁則を利用しない』→ hard kinsoku(強い禁則)に変わる
*)

[19330] PPFP (2017/07/26 Wed 18:55)


残り2件

  1. [19319] 段落スタイルと日本語組版の文字組み『なし』 PPFP 2017/07/22 00:53
    1. [19320] Re: 段落スタイルと日本語組版の文字組み『なし』 あるふぁ 2017/07/23 13:59
      1. [19323] スニペット内の段落スタイルの文字組み『なし』が PPFP 2017/07/25 14:09 *
        1. [19324] Re: スニペット内の段落スタイルの文字組み『なし』が (z-) 2017/07/26 12:27
          1. [19325] 基準:[段落スタイルなし] PPFP 2017/07/26 15:32
            1. [19327] Re: 基準:[段落スタイルなし] 片ラーデ 2017/07/26 18:06
              1. [19329] [基本段落]のmojikumi を nothingにしたら PPFP 2017/07/26 18:44
              2. [19330] nothing PPFP 2017/07/26 18:55
                1. [19336] Re: nothing (z-) 2017/07/27 13:39
                  1. [19337] Re^2: nothing PPFP 2017/07/28 22:30