is_inserting_hyperlinks_allowed 属性
is_inserting_hyperlinks_allowed 属性
表示是否允许在受保护的工作表上插入超链接
评论
注意:该成员现已过时。反而, 请使用 Protection.AllowInsertingHyperlink 属性。 自 2010 年 6 月起 12 个月后,此属性将被删除。 Aspose 对您可能遇到的任何不便深表歉意。
定义:
@property
def is_inserting_hyperlinks_allowed(self):
...
@is_inserting_hyperlinks_allowed.setter
def is_inserting_hyperlinks_allowed(self, value):
...