Beispiel #1
0
 /** @return void */
 public IVShape ShapeDuplicate() throws COMException {
   IVShape res = new IVShape();
   DispatchPtr dispPtr = (DispatchPtr) invokeN("ShapeDuplicate", new Object[] {});
   res.stealUnknown(dispPtr);
   return res;
 }
Beispiel #2
0
 /** @return void */
 public IVShape getContainingShape() throws COMException {
   IVShape res = new IVShape();
   DispatchPtr dispPtr = (DispatchPtr) get("ContainingShape");
   res.stealUnknown(dispPtr);
   return res;
 }