How to distinguish the different types pageitems?
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,