IAnnotatedDocument

IAnnotatedDocument interface

定义访问注释所需的方法,例如注释。需要由执行DocumentFormatInstance-派生类来执行注释编辑。

public interface IAnnotatedDocument

方法

姓名 描述
DeleteAnnotations(Regex) 删除所有注释,匹配文档中的正则表达式。
RedactAnnotation(Regex, string) 替换文档中所有注释中的匹配文本。

评论

了解更多

也可以看看