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