removeStyleByPath

fun removeStyleByPath(fromPath: List<Int>, toPath: List<Int>, attributesToRemove: List<String>)

Removes the attributes in attributesToRemove from the elements in the path range between fromPath and toPath.