예제 #1
0
 public void ScrollShapeIntoView(NetOffice.PublisherApi.Shape shape)
 {
     Factory.ExecuteMethod(this, "ScrollShapeIntoView", shape);
 }
예제 #2
0
 public bool ValidLinkTarget(NetOffice.PublisherApi.Shape linkTarget)
 {
     return(Factory.ExecuteBoolMethodGet(this, "ValidLinkTarget", linkTarget));
 }
예제 #3
0
 public void EndConnect(NetOffice.PublisherApi.Shape connectedShape, Int32 connectionSite)
 {
     Factory.ExecuteMethod(this, "EndConnect", connectedShape, connectionSite);
 }