INotesCommentsLayoutingOptions
INotesCommentsLayoutingOptions interface
提供控制导出文档中注释和注释布局外观的选项。
public interface INotesCommentsLayoutingOptions
特性
| 姓名 | 描述 |
|---|---|
| CommentsAreaColor { get; set; } | 获取或设置评论区的颜色 (仅适用于评论显示在右侧)。 |
| CommentsAreaWidth { get; set; } | 获取或设置评论输出区域的宽度,以像素为单位 (仅适用于评论显示在右侧)。 |
| CommentsPosition { get; set; } | 获取或设置评论在页面上的位置。 |
| NotesPosition { get; set; } | 获取或设置笔记在页面上的位置。 |
| ShowCommentsByNoAuthor { get; set; } | 获取或设置没有作者的评论的可见性。如果为真,那么评论 将被显示。 (仅在显示评论时适用)。 |