Exemplo n.º 1
0
 public static void GetPptSlideTextItems()
 {
     string name       = "test.pptx";
     int?   slideIndex = 0;
     bool?  withEmpty  = false;
     string password   = null;
     string folder     = "input";
     string storage    = null;
     var    response   = textApi.GetPptSlideTextItems(name, slideIndex, withEmpty, password, folder, storage);
 }