Example #1
0
 public void TransferChildren(NetOffice.PowerPointApi.DiagramNode receivingNode)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "TransferChildren", receivingNode);
 }
Example #2
0
 public void SwapNode(NetOffice.PowerPointApi.DiagramNode targetNode)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "SwapNode", targetNode);
 }
Example #3
0
 public NetOffice.PowerPointApi.DiagramNode CloneNode(bool copyChildren, NetOffice.PowerPointApi.DiagramNode targetNode)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.DiagramNode>(this, "CloneNode", typeof(NetOffice.PowerPointApi.DiagramNode), copyChildren, targetNode));
 }
Example #4
0
 public void MoveNode(NetOffice.PowerPointApi.DiagramNode targetNode, NetOffice.OfficeApi.Enums.MsoRelativeNodePosition pos)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "MoveNode", targetNode, pos);
 }