public virtual void ConvertTextToSmartArt(NetOffice.OfficeApi.SmartArtLayout layout) { InvokerService.InvokeInternal.ExecuteMethod(this, "ConvertTextToSmartArt", layout); }
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)); }