Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 173476

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 173476

Trending Articles