ModernComment
ModernComment class
Represents a comment on a slide.
getShape
| Name | Description |
|---|---|
| getShape () | Returns a shape associated with the comment. Read-only IShape. |
Returns: Connector, GraphicalObject, Shape, SmartArtShape, Table, Ink, GeometryShape, SummaryZoomFrame, SummaryZoomSection, ZoomFrame, OleObjectFrame, VideoFrame, SmartArt, GroupShape, InkActions, AutoShape, SectionZoomFrame, PictureFrame, AudioFrame, Chart, LegacyDiagram, ZoomObject
getStatus
| Name | Description |
|---|---|
| getStatus () | Gets or sets the status of the comment. Read/write ModernCommentStatus. |
Returns: byte
getTextSelectionLength
| Name | Description |
|---|---|
| getTextSelectionLength () | Gets or sets text selection length in text frame if the comment associated with AutoShape. Read/write int. |
Returns: int
getTextSelectionStart
| Name | Description |
|---|---|
| getTextSelectionStart () | Gets or sets starting position of text selection in text frame if the comment associated with AutoShape. Read/write int. |
Returns: int
setStatus
| Name | Description |
|---|---|
| setStatus (byte) | Gets or sets the status of the comment. Read/write ModernCommentStatus. |
Returns: void
setTextSelectionLength
| Name | Description |
|---|---|
| setTextSelectionLength (int) | Gets or sets text selection length in text frame if the comment associated with AutoShape. Read/write int. |
Returns: void
setTextSelectionStart
| Name | Description |
|---|---|
| setTextSelectionStart (int) | Gets or sets starting position of text selection in text frame if the comment associated with AutoShape. Read/write int. |
Returns: void