Class NotesCommentsLayoutingOptions

Class NotesCommentsLayoutingOptions

Namespace: Aspose.Slides.Export
Assembly: Aspose.Slides.dll (25.12.0)

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

[ComVisible(true)]
[ClassInterface(ClassInterfaceType.None)]
[Guid("2DFF82C2-9A6F-41D8-BDD6-1FC8CA7A4943")]
public class NotesCommentsLayoutingOptions : ISlidesLayoutOptions

Inheritance

object NotesCommentsLayoutingOptions

Implements

ISlidesLayoutOptions

Constructors

NotesCommentsLayoutingOptions()

Default constructor.

public NotesCommentsLayoutingOptions()

Properties

CommentsAreaColor

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

public Color CommentsAreaColor { get; set; }

Property Value

Color

Remarks

Default is Color.SkyBlue.

CommentsAreaWidth

Gets or sets the width of the comment output area in pixels (Applies only if comments are displayed on the right).

public int CommentsAreaWidth { get; set; }

Property Value

int

Remarks

Minimal and default value is 150.

CommentsPosition

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

public CommentsPositions CommentsPosition { get; set; }

Property Value

CommentsPositions

Remarks

Default is CommentsPositions.None.

NotesPosition

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

public NotesPositions NotesPosition { get; set; }

Property Value

NotesPositions

Remarks

Default is NotesPositions.None.

ShowCommentsByNoAuthor

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

public bool ShowCommentsByNoAuthor { get; set; }

Property Value

bool

Remarks

Default value is false.