Remove

Remove(int)

按 Id 从文档中删除注释。

public void Remove(int annotationId)
范围 类型 描述
annotationId Int32 必须删除的注解 ID。

评论

了解更多

也可以看看


Remove(AnnotationBase)

从文档中删除注释。

public void Remove(AnnotationBase annotation)
范围 类型 描述
annotation AnnotationBase 必须删除的注释。

评论

了解更多

也可以看看


Remove(List<int>)

通过提供的注释 ID 从文档中删除注释集合。

public void Remove(List<int> annotationIds)
范围 类型 描述
annotationIds List`1 必须删除的注解 ID。

评论

了解更多

也可以看看


Remove(List<AnnotationBase>)

从文档中删除注释集合。

public void Remove(List<AnnotationBase> annotationsToDelete)
范围 类型 描述
annotationsToDelete List`1 必须删除的注释。

评论

了解更多

也可以看看