Skip to main content
January 16, 2010
Answered

How to add a line in Indesign CS4

  • January 16, 2010
  • 1 reply
  • 1145 views

In Indesign 2.0, add a line is  Document.Lines.add

But, In CS4, there is no Lines.Add method,

So, How to add  a line in ID CS4?

This topic has been closed for replies.
Correct answer Robert at ID-Tasker

FlexMitchell wrote:

In Indesign 2.0, add a line is  Document.Lines.add

But, In CS4, there is no Lines.Add method,

So, How to add  a line in ID CS4?

In InDesign 2.0 .Lines collection was for graphic lines and .TextLines for text lines. From ID CS1 everything was changed - .GraphicLines holds info about graphic lines and .Lines collection holds info about text lines.

robin

www.adobescripts.com

1 reply

Robert at ID-Tasker
Robert at ID-TaskerCorrect answer
Legend
January 16, 2010

FlexMitchell wrote:

In Indesign 2.0, add a line is  Document.Lines.add

But, In CS4, there is no Lines.Add method,

So, How to add  a line in ID CS4?

In InDesign 2.0 .Lines collection was for graphic lines and .TextLines for text lines. From ID CS1 everything was changed - .GraphicLines holds info about graphic lines and .Lines collection holds info about text lines.

robin

www.adobescripts.com