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