NotesCommentsLayoutingOptions Class

Provides options that control the look of layouting of notes and comments in exported document.
Inheritance Hierarchy
SystemObject
  Aspose.Slides.ExportNotesCommentsLayoutingOptions

Namespace:  Aspose.Slides.Export
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class NotesCommentsLayoutingOptions : INotesCommentsLayoutingOptions

The NotesCommentsLayoutingOptions type exposes the following members.

Constructors
  NameDescription
Public methodNotesCommentsLayoutingOptions
Default constructor.
Properties
  NameDescription
Public propertyCommentsAreaColor
Gets or sets the color of comments area (Applies only if comments are displayed on the right).
Public propertyCommentsAreaWidth
Gets or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right).
Public propertyCommentsPosition
Gets or sets the position of the comments on the page.
Public propertyNotesPosition
Gets or sets the position of the notes on the page.
Public propertyShowCommentsByNoAuthor
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).
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also