caption propriété
caption propriété
Renvoie ou définit le caption de la chronologie spécifiée.
Exemple
# Set the caption of the specified Timeline.
timelineObj.caption = "timeline caption test"
Définition:
@property
def caption(self):
...
@caption.setter
def caption(self, value):
...
Voir également
- module
aspose.cells.timelines
- classe
Timeline