ModernComment

ModernComment class

Represents a comment on a slide.

getShape

NameDescription
getShape ()Returns a shape associated with the comment. Read-only IShape.

Result: LegacyDiagram, Connector, GraphicalObject, Shape, Ink, GroupShape, SmartArtShape, SummaryZoomSection, ZoomObject, SmartArt, VideoFrame, PictureFrame, ZoomFrame, AutoShape, GeometryShape, OleObjectFrame, SectionZoomFrame, AudioFrame, Chart, Table, SummaryZoomFrame


getStatus

NameDescription
getStatus ()Gets or sets the status of the comment. Read/write ModernCommentStatus.

Result: byte


getTextSelectionLength

NameDescription
getTextSelectionLength ()Gets or sets text selection length in text frame if the comment associated with AutoShape. Read/write int.

Result: int


getTextSelectionStart

NameDescription
getTextSelectionStart ()Gets or sets starting position of text selection in text frame if the comment associated with AutoShape. Read/write int.

Result: int


setStatus

NameDescription
setStatus (byte)Gets or sets the status of the comment. Read/write ModernCommentStatus.

setTextSelectionLength

NameDescription
setTextSelectionLength (int)Gets or sets text selection length in text frame if the comment associated with AutoShape. Read/write int.

setTextSelectionStart

NameDescription
setTextSelectionStart (int)Gets or sets starting position of text selection in text frame if the comment associated with AutoShape. Read/write int.