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