Add
Add(AnnotationBase)
向 document 添加注释
public void Add(AnnotationBase annotation)
范围 | 类型 | 描述 |
---|---|---|
annotation | AnnotationBase | 要添加的注释。 |
评论
了解更多
- 有关如何向文档添加注释的更多信息: 如何在 C# 中注释文档
也可以看看
- class AnnotationBase
- class Annotator
- 命名空间 GroupDocs.Annotation
- 部件 GroupDocs.Annotation
Add(List<AnnotationBase>)
将注释集合添加到文档。
public void Add(List<AnnotationBase> annotations)
范围 | 类型 | 描述 |
---|---|---|
annotations | List`1 | 要添加的注释列表。 |
评论
了解更多
- 有关如何向文档添加注释的更多信息: 如何在 C# 中注释文档
也可以看看
- class AnnotationBase
- class Annotator
- 命名空间 GroupDocs.Annotation
- 部件 GroupDocs.Annotation