caption 属性
caption 属性
返回或设置指定时间轴的 caption。
例子
# Set the caption of the specified Timeline.
timelineObj.caption = "timeline caption test"
定义:
@property
def caption(self):
...
@caption.setter
def caption(self, value):
...
返回或设置指定时间轴的 caption。
# Set the caption of the specified Timeline.
timelineObj.caption = "timeline caption test"
@property
def caption(self):
...
@caption.setter
def caption(self, value):
...