embed_ooxml_as_ole_object property

embed_ooxml_as_ole_object property

Indicates whether embedding Ooxml files of OleObject as ole object.

Remarks

Only for OleObject.

Definition:

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

See Also