caption property
caption property
Gets or sets the caption of this Timeline.
Example
# Set the caption of this Timeline.
timelineObj.caption = "timeline caption test"
Definition:
@property
def caption(self):
...
@caption.setter
def caption(self, value):
...
See Also
- module
aspose.cells.timelines - class
Timeline