IPCsLines ![]() |
Properties and methods of IPCsLines 
IPCsApplication
IPCsDocument
IPCsPage
IPCsLines 
IPCsApplication
IPCsDocument
IPCsSelectStatus
IPCsSelectionArea
Lines
Add ![]() | Create a line. Returns a IPCsLine ![]() |
Count ![]() | Number of lines on a page |
Item ![]() | Used to access a specific line. Parameters needed: an integer. Return type is IPCsLine ![]() Syntax:property Item[Index: Integer]: IPCsLine |
Use Lines.Item[interger] and Lines.Count to get that/these items you want.
IPCsLines
gives access to all lines on a page through Item[integer].
IPCsLine
is a specific line, (which can be selected through IPCsLines.Item[integer]