Quantcast
Channel: Adobe Community : 全コンテンツ - InDesignコミュニティフォーラム (Japan)
Viewing all articles
Browse latest Browse all 1392

InDesign CS6にVBでParagraphStyleにNesterGrepStyleを追加する方法

$
0
0

Dim myDocument as InDesign.Document@

Dim myParagraphStyle as InDesign.ParagraphStyle

Set myParagraphStyle = myDocument.ParagraphStyles.add

With myParagraphStyle

     .Name = "Data"

     .PointSize = 9

    .Leading = 10

End With

ここに.NestedGrepStyleを追加したいのですが、うまく動作しません。


Viewing all articles
Browse latest Browse all 1392

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>