Skip to content
本页内容

Clear (方法)

清除 FindFormatReplaceFormat 属性中的条件集。

示例

python
#本示例清除 FindFormat 中设置的条件
def test():
    Application.FindFormat.Clear()
python
#本示例清除 ReplaceFormat 中设置的条件
def test():
    Application.ReplaceFormat.Clear()