Provides options that control the view of notes and comments in exported document.
| Name |
Description |
| NotesCommentsViewOptions() |
Initializes a new instance of the NotesCommentsViewOptions class. |
Result:
NotesCommentsViewOptions
| 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
| 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
| 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
| 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
| 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. |
| 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. |
| 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. |
| 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. |