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

MethodDescription
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(Color 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:

ParameterTypeDescription
valueint

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:

ParameterTypeDescription
valueint

getCommentsAreaColor()

public abstract Color getCommentsAreaColor()

Gets or sets the color of comments area (Applies only if comments are displayed on the right).


Default is java.awt.Color#BLUE.BLUE.

Returns: java.awt.Color

setCommentsAreaColor(Color value)

public abstract void setCommentsAreaColor(Color value)

Gets or sets the color of comments area (Applies only if comments are displayed on the right).


Default is java.awt.Color#BLUE.BLUE.

Parameters:

ParameterTypeDescription
valuejava.awt.Color

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:

ParameterTypeDescription
valueint

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:

ParameterTypeDescription
valueboolean