producer 属性
producer 属性
获取并设置生成的 pdf 文档的 producer。
评论
如果该值为 null,或者未设置有效的 LICENSE,则将使用字符串 Aspose.Cells vVERSION。
定义:
@property
def producer(self):
...
@producer.setter
def producer(self, value):
...
获取并设置生成的 pdf 文档的 producer。
如果该值为 null,或者未设置有效的 LICENSE,则将使用字符串 Aspose.Cells vVERSION。
@property
def producer(self):
...
@producer.setter
def producer(self, value):
...