IPCsTexts ![]() |
Properties and methods of IPCsTexts 
IPCsApplication
IPCsDocument
IPCsPage
IPCsTexts 
IPCsApplication
IPCsDocument
IPCsSelectStatus
IPCsSelectionArea
Texts
Add ![]() | Adds a text to a page. Parameters needed: TPCsPoint3D . Returns a IPCsText ![]() Syntax:function Add(Pt: TPCsPoint3D; const Value: WideString): IPCsText; |
Item ![]() | Used to access a specific text. Parameters needed: an integer. Result type is IPCsText ![]() Syntax:property Item[Index: Integer]: IPCsText; |
Count ![]() | Number of texts on page |
Use Texts.Item[interger] and Texts.Count to get that/these items you want.
IPCsTexts
gives access to all texts on a page through Item[integer].
IPCsText
is a text symbol, (which can be selected through IPCsTexts.Item[integer])