もし表示画質が高速表示なら、
・表示画質を一般表示に切り替える
さもなくば、
・表示画質を高速表示に切り替える
tell application "Adobe InDesign CC 2017"
tell layout window 1
if view display setting is optimized then
-- 高品質表示 = high quality
-- 一般表示 = typical
set view display setting to typical
else
set view display setting to optimized
end if
end tell
end tell
[20331] Win使いですけど (2020/06/17 Wed 00:25)