author proprietà
author proprietà
Ottiene lo author del commento.
Definizione:
@property
def author(self):
...
@author.setter
def author(self, value):
...
Guarda anche
- modulo aspose.cells
- classe ThreadedComment
- classe ThreadedCommentAuthor
Ottiene lo author del commento.
@property
def author(self):
...
@author.setter
def author(self, value):
...