NotesCommentsLayoutingOptions

NotesCommentsLayoutingOptions class

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

NotesCommentsLayoutingOptions

NameDescription
NotesCommentsLayoutingOptions()Default function.

Returns: NotesCommentsLayoutingOptions


getCommentsAreaColor

NameDescription
getCommentsAreaColor ()Gets or sets the color of comments area (Applies only if comments are displayed on the right). Default is java.awt.Color#BLUE.

Returns: Color


getCommentsAreaWidth

NameDescription
getCommentsAreaWidth ()Gets 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.

Returns: int


getCommentsPosition

NameDescription
getCommentsPosition ()Gets or sets the position of the comments on the page. Default is CommentsPositions#None.

Returns: int


getNotesPosition

NameDescription
getNotesPosition ()Gets or sets the position of the notes on the page. Default is NotesPositions#None.

Returns: int


getShowCommentsByNoAuthor

NameDescription
getShowCommentsByNoAuthor ()Gets 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.

Returns: boolean


setCommentsAreaColor

NameDescription
setCommentsAreaColor (Color)Gets or sets the color of comments area (Applies only if comments are displayed on the right). Default is java.awt.Color#BLUE.

setCommentsAreaWidth

NameDescription
setCommentsAreaWidth (int)Gets 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

NameDescription
setCommentsPosition (int)Gets or sets the position of the comments on the page. Default is CommentsPositions#None.

setNotesPosition

NameDescription
setNotesPosition (int)Gets or sets the position of the notes on the page. Default is NotesPositions#None.

setShowCommentsByNoAuthor

NameDescription
setShowCommentsByNoAuthor (boolean)Gets 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.