Understand how OLE object support works in Adobe FrameMaker.
Structured FrameMaker supports round-tripping OLE objects, such as Visio objects and PowerPoint presentations. FrameMaker uses an XML Processing Instruction to handle the OLE object roundtripping.
You can control the OLE support using the DirectOLESupportInXml
flag in the maker.ini file. To enable this feature, set the flag as On. The default value of this flag is Off; when this flag is Off, the OLE is saved as a .mif file.
54="pptx" OLE2 OLE2 OLE2 FMGFXImport "pptx" frame.exe ^.pptx
55="VSD" OLE2 OLE2 OLE2 FMGFXImport "VSD" frame.exe ^.vsd
These entries assign an automatic filetype
filter to a file when it is imported. If necessary, you can add more filters (with respective OLEs).To insert an OLE object:
Choose Insert Object dialog appears.
. TheNavigate to the OLE object and select Create from File or Link.
Click OK.