コード例 #1
0
ファイル: ConnectorFormat.cs プロジェクト: tinmanjk/NetOffice
 public virtual void EndConnect(NetOffice.PublisherApi.Shape connectedShape, Int32 connectionSite)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "EndConnect", connectedShape, connectionSite);
 }
コード例 #2
0
 public virtual bool ValidLinkTarget(NetOffice.PublisherApi.Shape linkTarget)
 {
     return(InvokerService.InvokeInternal.ExecuteBoolMethodGet(this, "ValidLinkTarget", linkTarget));
 }
コード例 #3
0
ファイル: View.cs プロジェクト: tinmanjk/NetOffice
 public virtual void ScrollShapeIntoView(NetOffice.PublisherApi.Shape shape)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "ScrollShapeIntoView", shape);
 }