caption property
caption property
Returns or sets the caption of the specified Timeline.
Example
# Set the caption of the specified 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