NotesCommentsLayoutingOptions

NotesCommentsLayoutingOptions class

提供控制导出文档中注释和评论布局外观的选项。

public class NotesCommentsLayoutingOptions : INotesCommentsLayoutingOptions

Constructors

NameDescription
NotesCommentsLayoutingOptions()默认构造函数。

Properties

NameDescription
CommentsAreaColor { get; set; }获取或设置评论区域的颜色(仅在评论显示在右侧时适用)。
CommentsAreaWidth { get; set; }获取或设置评论输出区域的宽度(以像素为单位,只有在评论显示在右侧时适用)。
CommentsPosition { get; set; }获取或设置页面上评论的位置。
NotesPosition { get; set; }获取或设置页面上注释的位置。
ShowCommentsByNoAuthor { get; set; }获取或设置没有作者的评论的可见性。如果为 true,则会显示评论。(仅在评论被显示时适用)。

See Also