name proprietà
name proprietà
Restituisce o imposta il name della linea temporale specificata
Esempio
# Set the name of the specified Timeline.
timelineObj.name = "timeline name test"
Definizione:
@property
def name(self):
...
@name.setter
def name(self, value):
...
Guarda anche
- modulo
aspose.cells.timelines
- classe
Timeline