}
return destination;
}
public static void apply(List<CTTblStylePr> source, List<CTTblStylePr> destination) {
CTTblStylePr destinationTblStylePr = null;
if (!isEmpty(source)) {
// not sure about this, but if the source defines a content model it should
// replace the destination as a whole, and not parts of it.
destination.clear();
for (int i=0; i<source.size(); i++) {