ModernComment

ModernComment class

Represents a comment on a slide.

getShape

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

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


getStatus

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

Returns: byte


getTextSelectionLength

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

Returns: int


getTextSelectionStart

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

Returns: int


setStatus

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

Returns: void


setTextSelectionLength

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

Returns: void


setTextSelectionStart

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

Returns: void