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

Public Types | |
| enum | { kDefaultIID = IID_ICREATEOUTLINES_ISUITE } |
Public Member Functions | |
| virtual bool16 | CanCreateOutlines (void)=0 |
| virtual ErrorCode | CreateOutlines (bool16 deleteOrignalText)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Exposes the ability to create outlines on a selection
| pure virtual |
Returns kTrue if CreateOutlines may be called
| pure virtual |
Create the outlines for the current target
| deleteOriginalText | pass kTrue to replace the selection with the created outline object |