caption Eigentum
caption Eigentum
Gibt den caption der angegebenen Zeitleiste zurück oder legt ihn fest.
Beispiel
# Set the caption of the specified Timeline.
timelineObj.caption = "timeline caption test"
Definition:
@property
def caption(self):
...
@caption.setter
def caption(self, value):
...
Siehe auch
- Modul
aspose.cells.timelines
- Klasse
Timeline