conformance property

conformance property

Specifies the conformance class to which the Presentation document conforms. Default value is Conformance.ECMA_376_2006

Definition:

@property
def conformance(self):
    ...

@conformance.setter
def conformance(self, value):
    ...

See Also