com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class NotesCommentsLayoutingOptions

  • java.lang.Object
    • com.aspose.slides.NotesCommentsLayoutingOptions
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NotesCommentsLayoutingOptions

        public NotesCommentsLayoutingOptions()

        Default constructor.

    • Method Detail

      • getShowCommentsByNoAuthor

        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).


        Default value is <b>false</b>.
        Specified by:
        getShowCommentsByNoAuthor in interface INotesCommentsLayoutingOptions
      • setShowCommentsByNoAuthor

        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).


        Default value is <b>false</b>.
        Specified by:
        setShowCommentsByNoAuthor in interface INotesCommentsLayoutingOptions
      • setNotesPosition

        public final void setNotesPosition(int value)

        Gets or sets the position of the notes on the page.


        Default is <b>NotesPositions.None</b>.
        Specified by:
        setNotesPosition in interface INotesCommentsLayoutingOptions
      • setCommentsPosition

        public final void setCommentsPosition(int value)

        Gets or sets the position of the comments on the page.


        Default is <b>CommentsPositions.None</b>.
        Specified by:
        setCommentsPosition in interface INotesCommentsLayoutingOptions
      • getCommentsAreaColor

        public final java.lang.Integer getCommentsAreaColor()

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


        Default is <b>Colors.SkyBlue</b>.
        Specified by:
        getCommentsAreaColor in interface INotesCommentsLayoutingOptions
      • setCommentsAreaColor

        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).


        Default is <b>Colors.SkyBlue</b>.
        Specified by:
        setCommentsAreaColor in interface INotesCommentsLayoutingOptions
      • getCommentsAreaWidth

        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).


        Minimal and default value is <b>150</b>.
        Specified by:
        getCommentsAreaWidth in interface INotesCommentsLayoutingOptions
      • setCommentsAreaWidth

        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).


        Minimal and default value is <b>150</b>.
        Specified by:
        setCommentsAreaWidth in interface INotesCommentsLayoutingOptions