示例#1
0
 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
 public void ApplyAutoFormat(NetOffice.PublisherApi.Enums.PbTableAutoFormatType autoFormat, object textFormatting, object textAlignment, object fill)
 {
     Factory.ExecuteMethod(this, "ApplyAutoFormat", autoFormat, textFormatting, textAlignment, fill);
 }
示例#3
0
 public void ApplyAutoFormat(NetOffice.PublisherApi.Enums.PbTableAutoFormatType autoFormat)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "ApplyAutoFormat", autoFormat);
 }
示例#4
0
 public void ApplyAutoFormat(NetOffice.PublisherApi.Enums.PbTableAutoFormatType autoFormat)
 {
     Factory.ExecuteMethod(this, "ApplyAutoFormat", autoFormat);
 }