com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface INotesCommentsLayoutingOptions

  • All Known Implementing Classes:
    NotesCommentsLayoutingOptions


    public interface INotesCommentsLayoutingOptions

    Provides options that control the look of layouting of notes and comments in exported document.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.awt.Color 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.awt.Color 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.
    • Method Detail

      • getNotesPosition

        int getNotesPosition()

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


        Default is <b>NotesPositions.None</b>.
      • setNotesPosition

        void setNotesPosition(int value)

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


        Default is <b>NotesPositions.None</b>.
      • getCommentsPosition

        int getCommentsPosition()

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


        Default is <b>CommentsPositions.None</b>.
      • setCommentsPosition

        void setCommentsPosition(int value)

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


        Default is <b>CommentsPositions.None</b>.
      • getCommentsAreaColor

        java.awt.Color getCommentsAreaColor()

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


        Default is <b>Colors.SkyBlue</b>.
      • setCommentsAreaColor

        void setCommentsAreaColor(java.awt.Color value)

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


        Default is <b>Colors.SkyBlue</b>.
      • getCommentsAreaWidth

        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>.
      • setCommentsAreaWidth

        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>.
      • getShowCommentsByNoAuthor

        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>.
      • setShowCommentsByNoAuthor

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