コード例 #1
0
ファイル: Table.cs プロジェクト: tinmanjk/NetOffice
 public void ApplyAutoFormat(NetOffice.PublisherApi.Enums.PbTableAutoFormatType autoFormat, object textFormatting, object textAlignment, object fill)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "ApplyAutoFormat", autoFormat, textFormatting, textAlignment, fill);
 }
コード例 #2
0
ファイル: Table.cs プロジェクト: xianjiaodahe91/NetOffice
 public void ApplyAutoFormat(NetOffice.PublisherApi.Enums.PbTableAutoFormatType autoFormat, object textFormatting, object textAlignment, object fill)
 {
     Factory.ExecuteMethod(this, "ApplyAutoFormat", autoFormat, textFormatting, textAlignment, fill);
 }
コード例 #3
0
ファイル: Table.cs プロジェクト: tinmanjk/NetOffice
 public void ApplyAutoFormat(NetOffice.PublisherApi.Enums.PbTableAutoFormatType autoFormat)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "ApplyAutoFormat", autoFormat);
 }
コード例 #4
0
ファイル: Table.cs プロジェクト: xianjiaodahe91/NetOffice
 public void ApplyAutoFormat(NetOffice.PublisherApi.Enums.PbTableAutoFormatType autoFormat)
 {
     Factory.ExecuteMethod(this, "ApplyAutoFormat", autoFormat);
 }