NotesCommentsLayoutingOptions
NotesCommentsLayoutingOptions class
Provides options that control the look of layouting of notes and comments in exported document.
NotesCommentsLayoutingOptions
Name | Description |
---|---|
NotesCommentsLayoutingOptions() | Default function. |
Returns: NotesCommentsLayoutingOptions
getCommentsAreaColor
Name | Description |
---|---|
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
Name | Description |
---|---|
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
Name | Description |
---|---|
getCommentsPosition () | Gets or sets the position of the comments on the page. Default is CommentsPositions#None. |
Returns: int
getNotesPosition
Name | Description |
---|---|
getNotesPosition () | Gets or sets the position of the notes on the page. Default is NotesPositions#None. |
Returns: int
getShowCommentsByNoAuthor
Name | Description |
---|---|
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
Name | Description |
---|---|
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. |
Returns: void
setCommentsAreaWidth
Name | Description |
---|---|
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. |
Returns: void
setCommentsPosition
Name | Description |
---|---|
setCommentsPosition (int) | Gets or sets the position of the comments on the page. Default is CommentsPositions#None. |
Returns: void
setNotesPosition
Name | Description |
---|---|
setNotesPosition (int) | Gets or sets the position of the notes on the page. Default is NotesPositions#None. |
Returns: void
setShowCommentsByNoAuthor
Name | Description |
---|---|
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. |
Returns: void