comments.Comment
Usage
comments.Comment()Attributes
| Name | Description |
|---|---|
| text | Any comment text stripped of all formatting. |
text
Any comment text stripped of all formatting.
text
Methods
| Name | Description |
|---|---|
| __copy__() | Create a detached copy of this comment. |
| bind() | Bind comment to a particular cell |
| unbind() | Unbind a comment from a cell |
__copy__()
Create a detached copy of this comment.
Usage
__copy__()bind()
Bind comment to a particular cell
Usage
bind(cell)unbind()
Unbind a comment from a cell
Usage
unbind()