public Changes style(String style) {
   changes = changes.style(style);
   return this;
 }