NotesCommentsViewOptions

NotesCommentsViewOptions class #

Provides options that control the view of notes and comments in exported document.

NotesCommentsViewOptions #

Name Description
NotesCommentsViewOptions() Initializes a new instance of the NotesCommentsViewOptions class.

Result: NotesCommentsViewOptions


getCommentsAreaColor #

Name Description
getCommentsAreaColor () Returns or sets the color of comments area (Applies only if comments are displayed on the right). Default value is Color.SkyBlue.

Result: Color


getCommentsAreaWidth #

Name Description
getCommentsAreaWidth () Returns or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right). Minimal and default value is 150.

Result: int


getCommentsPosition #

Name Description
getCommentsPosition () Returns or sets the position of the comments on the page. Default value is CommentsPositions#None.

Result: int


getNotesPosition #

Name Description
getNotesPosition () Returns or sets the position of the notes on the page. Default value is NotesPositions#None.

Result: int


getShowCommentsByNoAuthor #

Name Description
getShowCommentsByNoAuthor () Returns or sets the visibility of comments that do not have an author. If true then comments will be displayed. (Applies only if comments are displayed). Default value is false.

Result: boolean


setCommentsAreaColor #

Name Description
setCommentsAreaColor (Color) Returns or sets the color of comments area (Applies only if comments are displayed on the right). Default value is Color.SkyBlue.

setCommentsAreaWidth #

Name Description
setCommentsAreaWidth (int) Returns or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right). Minimal and default value is 150.

setCommentsPosition #

Name Description
setCommentsPosition (int) Returns or sets the position of the comments on the page. Default value is CommentsPositions#None.

setNotesPosition #

Name Description
setNotesPosition (int) Returns or sets the position of the notes on the page. Default value is NotesPositions#None.

setShowCommentsByNoAuthor #

Name Description
setShowCommentsByNoAuthor (boolean) Returns or sets the visibility of comments that do not have an author. If true then comments will be displayed. (Applies only if comments are displayed). Default value is false.