in reply to Re: Re: How can I access data included in a ppt slide ?
in thread How can I access data included in a ppt slide ?
You can use "QueryObjectType" for debugging.
Print the object type for "$ppt", and the
object type of "$ppt->ActivePresentation" and check if
they are what you expected.
Win32::OLE->QueryObjectType(OBJECT) The QueryObjectType() class method returns a list of the type library name and the objects class name. In a scalar context it returns the class name only. It returns undef when the type information is not available.
|
|---|