INotesCommentsLayoutingOptions
All Implemented Interfaces: com.aspose.slides.ISlidesLayoutOptions
public interface INotesCommentsLayoutingOptions extends ISlidesLayoutOptions
Provides options that control the look of layouting of notes and comments in exported document.
Methods
Method | Description |
---|---|
getNotesPosition() | Gets or sets the position of the notes on the page. |
setNotesPosition(int value) | Gets or sets the position of the notes on the page. |
getCommentsPosition() | Gets or sets the position of the comments on the page. |
setCommentsPosition(int value) | Gets or sets the position of the comments on the page. |
getCommentsAreaColor() | Gets or sets the color of comments area (Applies only if comments are displayed on the right). |
setCommentsAreaColor(Integer value) | Gets or sets the color of comments area (Applies only if comments are displayed on the right). |
getCommentsAreaWidth() | Gets or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right). |
setCommentsAreaWidth(int value) | Gets or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right). |
getShowCommentsByNoAuthor() | Gets or sets the visibility of comments that do not have an author. |
setShowCommentsByNoAuthor(boolean value) | Gets or sets the visibility of comments that do not have an author. |
getNotesPosition()
public abstract int getNotesPosition()
Gets or sets the position of the notes on the page.
Default is NotesPositions.None.
Returns: int
setNotesPosition(int value)
public abstract void setNotesPosition(int value)
Gets or sets the position of the notes on the page.
Default is NotesPositions.None.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getCommentsPosition()
public abstract int getCommentsPosition()
Gets or sets the position of the comments on the page.
Default is CommentsPositions#None.
Returns: int
setCommentsPosition(int value)
public abstract void setCommentsPosition(int value)
Gets or sets the position of the comments on the page.
Default is CommentsPositions#None.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getCommentsAreaColor()
public abstract Integer getCommentsAreaColor()
Gets or sets the color of comments area (Applies only if comments are displayed on the right).
Default is java.lang.Integer#BLUE.BLUE.
Returns: java.lang.Integer
setCommentsAreaColor(Integer value)
public abstract void setCommentsAreaColor(Integer value)
Gets or sets the color of comments area (Applies only if comments are displayed on the right).
Default is java.lang.Integer#BLUE.BLUE.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.Integer |
getCommentsAreaWidth()
public abstract int 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
setCommentsAreaWidth(int value)
public abstract 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).
Minimal and default value is 150.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getShowCommentsByNoAuthor()
public abstract 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).
Default value is false.
Returns: boolean
setShowCommentsByNoAuthor(boolean value)
public abstract 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).
Default value is false.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |