instructions proprietà

instructions proprietà

Ottiene e imposta il testo mostrato all’utente al momento della firma.

Esempio

from aspose.cells.drawing import SignatureLine

#  Create signature line object
s6 = SignatureLine()
s6.instructions = "Just do it."

Definizione:

@property
def instructions(self):
    ...
@instructions.setter
def instructions(self, value):
    ...

Guarda anche