id mülk
id mülk
Bu imza satırı için tanımlayıcıyı alır veya ayarlar.
Örnek
from aspose.cells.drawing import SignatureLine
from uuid import uuid4
# Create signature line object
s1 = SignatureLine()
s1.id = uuid4()
Tanım:
@property
def id(self):
...
@id.setter
def id(self, value):
...
Ayrıca bakınız
- modül aspose.cells.drawing
- sınıf SignatureLine