as_flat_opc property

as_flat_opc property

Indicates whether saving as a flat opc file which can be generated by Open XML SDK

Definition:

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

See Also