caption propriété
caption propriété
Renvoie ou définit le caption du Timeline spécifié.
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