create_comment method
create_comment
Creates a Comment node given the specified string.
Returns
The Comment.
def create_comment(self, data):
    ...
| Parameter | Type | Description | 
|---|---|---|
| data | str | The comment data. | 
See Also
- module aspose.html
- class Comment
- class HTMLDocument