ole_package property

OleFormat.ole_package property

Provide access to OlePackage if OLE object is an OLE Package. Returns None otherwise.

@property
def ole_package(self) -> aspose.words.drawing.OlePackage:
    ...

Remarks

OLE Package is a legacy technology that allows to wrap any file format not present in the OLE registry of a Windows system into a generic package allowing to embed almost anything into a document. See OlePackage type for more info.

See Also