ignore_dml_unique_id property

AdvancedCompareOptions.ignore_dml_unique_id property

Specifies whether to ignore difference in DrawingML unique Id.

@property
def ignore_dml_unique_id(self) -> bool:
    ...

@ignore_dml_unique_id.setter
def ignore_dml_unique_id(self, value: bool):
    ...

Remarks

Default value is False.

See Also