Skip to main content
March 11, 2010
Question

How to distinguish the different types pageitems?

  • March 11, 2010
  • 1 reply
  • 337 views

I have to Distinguish the all pageitems by different types, for exmple: pdfs, textframs......

first, I made a  selection to includes all pageitems on atcivedocument.

but, check all In CS4 objects method and attribution out , there is no any one can apply something like pateitm,type.

and I also check the demo vbscripts code SelectObject.vbs , here VB has a function TypeName can provide  type information.

but, I use Delphi to do ID CS4 automation program and there no any function like TypeName in VB.

So, Any one can show me a hint to solve this problem,

This topic has been closed for replies.

1 reply

Harbs.
Legend
March 11, 2010

I don't know Delphi. Maybe you can use a doScript to get the name

using JS or VB?

Harbs