![]() | InDesign SDK 20.5 |
#include <ISVGPreferences.h>

Public Member Functions | |
| virtual void | SetImportPref (const int32 importPref)=0 |
| virtual void | SetCreateFrame (const int32 createFrame)=0 |
| virtual void | SetCreateProxy (const int32 createProxy)=0 |
| virtual int32 | GetImportPref () const =0 |
| virtual int32 | GetCreateFrame () const =0 |
| virtual int32 | GetCreateProxy () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
SVG Import Preferences - settings used when the SVG was imported. Use the kSetSVGPrefsCmdBoss command to set SVG import preferences!
| anonymous enum |
Used for SVG import settings
| pure virtual |
Get create frame from clipping path
| pure virtual |
Get create proxy mode
| pure virtual |
Get import preference for whole vs. pieces
| pure virtual |
Set create frame from clipping path
| createFrame | IN kCreateFrameFromClipPath or kDontCreateFrameFromClipPath |
| pure virtual |
Set create proxy mode
| createProxy | IN kNeverCreate or kCreateIfNeeded or kAlwaysCreate |
| pure virtual |
Set import preference for whole vs. pieces
| importPref | IN kImportWhole or kImportPieces |