コード例 #1
0
ファイル: TextRange.cs プロジェクト: tinmanjk/NetOffice
 public void ChangeCase(NetOffice.PowerPointApi.Enums.PpChangeCase type)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "ChangeCase", type);
 }
コード例 #2
0
 public void ChangeCase(NetOffice.PowerPointApi.Enums.PpChangeCase type)
 {
     Factory.ExecuteMethod(this, "ChangeCase", type);
 }