![]() | InDesign SDK 20.5 |
#include <IDigitalPublishingSetupProvider.h>
Public Member Functions | |
| virtual id_digpub::ObjectPtr | CreateEmptyOverlayDictionary () const =0 |
| virtual ErrorCode | CreateOverlay (id_digpub::ObjectPtr const &overlayParams)=0 |
Interface to be used to create instances of interactive overlays during creation of a folio file.
Note: This is not a standard InDesign interface and does not have AddRef/Release or QueryInterface methods. This implies that instances cannot be safely stored between method invocations.
| pure virtual |
Factory method for creating an instance of an empty overlay dictionary. The dictionary should be populated using the Object interface and then passed to CreateOverlay.
| pure virtual |
Creates a new overlay based on the parameters passed in.
| overlayParams | A dictionary defining the parameter for the overlay |