Question
How to group one or more textFrames
Hi All:
There are two textFrames(textFrame1,textFrame2) in my page,I want to
group the two textFrames.The code is like this (vb.net):
Dim Ary(1)
Ary.SetValue(textFrame1,0)
Ary.SetValue(textFrame2,1)
Dim myGroup As InDesignServer.Group = oDocument.Groups.Add(Ary)
The error is: Invalid Paramer.
Any suggestion? Thanks
There are two textFrames(textFrame1,textFrame2) in my page,I want to
group the two textFrames.The code is like this (vb.net):
Dim Ary(1)
Ary.SetValue(textFrame1,0)
Ary.SetValue(textFrame2,1)
Dim myGroup As InDesignServer.Group = oDocument.Groups.Add(Ary)
The error is: Invalid Paramer.
Any suggestion? Thanks