add método
add(text, author)
Agrega un comentario encadenado;
Devoluciones
def add(self, text, author):
...
Parámetro | Tipo | Descripción |
---|---|---|
text | str | El texto del comentario encadenado. |
author | ThreadedCommentAuthor | El autor del comentario encadenado. |
Ver también
- módulo aspose.cells
- clase ThreadedCommentCollection