author 属性
author 属性
获取和设置文件的 author。
评论
没有设置,先查看BuiltInDocumentPropertyCollection.author,再查看Environment的user。
定义:
@property
def author(self):
...
@author.setter
def author(self, value):
...
获取和设置文件的 author。
没有设置,先查看BuiltInDocumentPropertyCollection.author,再查看Environment的user。
@property
def author(self):
...
@author.setter
def author(self, value):
...