export_named_range_anchors property

export_named_range_anchors property

Indicates whether to export anchor elements for named ranges when saving as HTML. Default value is true.

Definition:

@property
def export_named_range_anchors(self):
    ...
@export_named_range_anchors.setter
def export_named_range_anchors(self, value):
    ...

See Also