Пример #1
0
 public virtual void ConvertTextToSmartArt(NetOffice.OfficeApi.SmartArtLayout layout)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "ConvertTextToSmartArt", layout);
 }
Пример #2
0
 public virtual NetOffice.OfficeApi.Shape AddSmartArt(NetOffice.OfficeApi.SmartArtLayout layout, object left, object top, object width)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.OfficeApi.Shape>(this, "AddSmartArt", typeof(NetOffice.OfficeApi.Shape), layout, left, top, width));
 }