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