Exemple #1
0
 public void TransferChildren(NetOffice.PowerPointApi.DiagramNode receivingNode)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(receivingNode);
     Invoker.Method(this, "TransferChildren", paramsArray);
 }
Exemple #2
0
 public void MoveNode(NetOffice.PowerPointApi.DiagramNode targetNode, NetOffice.OfficeApi.Enums.MsoRelativeNodePosition pos)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(targetNode, pos);
     Invoker.Method(this, "MoveNode", paramsArray);
 }
Exemple #3
0
 public void SwapNode(NetOffice.PowerPointApi.DiagramNode targetNode)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(targetNode);
     Invoker.Method(this, "SwapNode", paramsArray);
 }
 public void TransferChildren(NetOffice.PowerPointApi.DiagramNode receivingNode)
 {
     Factory.ExecuteMethod(this, "TransferChildren", receivingNode);
 }
 public NetOffice.PowerPointApi.DiagramNode CloneNode(bool copyChildren, NetOffice.PowerPointApi.DiagramNode targetNode)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.DiagramNode>(this, "CloneNode", NetOffice.PowerPointApi.DiagramNode.LateBindingApiWrapperType, copyChildren, targetNode));
 }
 public void SwapNode(NetOffice.PowerPointApi.DiagramNode targetNode)
 {
     Factory.ExecuteMethod(this, "SwapNode", targetNode);
 }
 public void SwapNode(NetOffice.PowerPointApi.DiagramNode targetNode, object swapChildren)
 {
     Factory.ExecuteMethod(this, "SwapNode", targetNode, swapChildren);
 }
 public void MoveNode(NetOffice.PowerPointApi.DiagramNode targetNode, NetOffice.OfficeApi.Enums.MsoRelativeNodePosition pos)
 {
     Factory.ExecuteMethod(this, "MoveNode", targetNode, pos);
 }