主题
Clear (方法)
清除 FindFormat 和 ReplaceFormat 属性中的条件集。
示例
python
#本示例清除 FindFormat 中设置的条件
def test():
Application.FindFormat.Clear()
python
#本示例清除 ReplaceFormat 中设置的条件
def test():
Application.ReplaceFormat.Clear()