public class NotesCommentsLayoutingOptions extends java.lang.Object implements INotesCommentsLayoutingOptions
Provides options that control the look of layouting of notes and comments in exported document.
Constructor and Description |
---|
NotesCommentsLayoutingOptions()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCommentsAreaColor()
Gets or sets the color of comments area
(Applies only if comments are displayed on the right).
|
int |
getCommentsAreaWidth()
Gets or sets the width of the comment output area in pixels
(Applies only if comments are displayed on the right).
|
int |
getCommentsPosition()
Gets or sets the position of the comments on the page.
|
int |
getNotesPosition()
Gets or sets the position of the notes on the page.
|
boolean |
getShowCommentsByNoAuthor()
Gets or sets the visibility of comments that do not have an author.
|
void |
setCommentsAreaColor(java.lang.Integer value)
Gets or sets the color of comments area
(Applies only if comments are displayed on the right).
|
void |
setCommentsAreaWidth(int value)
Gets or sets the width of the comment output area in pixels
(Applies only if comments are displayed on the right).
|
void |
setCommentsPosition(int value)
Gets or sets the position of the comments on the page.
|
void |
setNotesPosition(int value)
Gets or sets the position of the notes on the page.
|
void |
setShowCommentsByNoAuthor(boolean value)
Gets or sets the visibility of comments that do not have an author.
|
public NotesCommentsLayoutingOptions()
Default constructor.
public final boolean 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).
<b>false</b>
.
getShowCommentsByNoAuthor
in interface INotesCommentsLayoutingOptions
public final void setShowCommentsByNoAuthor(boolean value)
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).
<b>false</b>
.
setShowCommentsByNoAuthor
in interface INotesCommentsLayoutingOptions
public final int getNotesPosition()
Gets or sets the position of the notes on the page.
<b>NotesPositions.None</b>
.
getNotesPosition
in interface INotesCommentsLayoutingOptions
public final void setNotesPosition(int value)
Gets or sets the position of the notes on the page.
<b>NotesPositions.None</b>
.
setNotesPosition
in interface INotesCommentsLayoutingOptions
public final int getCommentsPosition()
Gets or sets the position of the comments on the page.
<b>CommentsPositions.None</b>
.
getCommentsPosition
in interface INotesCommentsLayoutingOptions
public final void setCommentsPosition(int value)
Gets or sets the position of the comments on the page.
<b>CommentsPositions.None</b>
.
setCommentsPosition
in interface INotesCommentsLayoutingOptions
public final java.lang.Integer getCommentsAreaColor()
Gets or sets the color of comments area (Applies only if comments are displayed on the right).
<b>Colors.SkyBlue</b>
.
getCommentsAreaColor
in interface INotesCommentsLayoutingOptions
public final void setCommentsAreaColor(java.lang.Integer value)
Gets or sets the color of comments area (Applies only if comments are displayed on the right).
<b>Colors.SkyBlue</b>
.
setCommentsAreaColor
in interface INotesCommentsLayoutingOptions
public final int getCommentsAreaWidth()
Gets or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right).
<b>150</b>
.
getCommentsAreaWidth
in interface INotesCommentsLayoutingOptions
public final void setCommentsAreaWidth(int value)
Gets or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right).
<b>150</b>
.
setCommentsAreaWidth
in interface INotesCommentsLayoutingOptions