Exemplo n.º 1
0
 public static void ReplacePresentationText()
 {
     string name       = "template.pptx";
     string oldValue   = "apple";
     string newValue   = "orange";
     bool?  ignoreCase = false;
     string password   = null;
     string folder     = "input";
     string storage    = null;
     var    response   = textApi.ReplacePresentationText(name, oldValue, newValue, ignoreCase, password, folder, storage);
 }