allow_comments propiedad
allow_comments propiedad
Indica si se pueden adjuntar comentarios.
Ejemplo
if s.allow_comments:
pass
Definición:
@property
def allow_comments(self):
...
@allow_comments.setter
def allow_comments(self, value):
...
Ver también
- módulo aspose.cells.drawing
- clase SignatureLine