instructions propiedad
instructions propiedad
Obtiene o establece el texto que se muestra al usuario en el momento de firmar.
Ejemplo
from aspose.cells.drawing import SignatureLine
# Create signature line object
s6 = SignatureLine()
s6.instructions = "Just do it."
Definición:
@property
def instructions(self):
...
@instructions.setter
def instructions(self, value):
...
Ver también
- módulo
aspose.cells.drawing
- clase
SignatureLine