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

Public Types | |
| enum | { kDefaultIID = IID_IGRAPHICATTRPROXYSUITE } |
| enum | ActiveProxyType { kDefaultProxyType, kNoActiveProxyType, kTextProxyType, kLayoutProxyType } |
Public Member Functions | |
| virtual bool16 | CanSwapActiveProxyType (ActiveProxyType proxyType)=0 |
| virtual void | SwapActiveProxyType (ActiveProxyType proxyType)=0 |
| virtual IGraphicAttrProxySuite::ActiveProxyType | GetActiveProxyType (void)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
A graphic selection attribute suite for the management of graphic proxy. This proxy either affects layout or text.
| pure virtual |
Returns true if the specified proxy type can be swapped to be the active proxy.
| proxyType | specifies the proxy type. |
| pure virtual |
Returns the active proxy type.
| pure virtual |
Swap the specified proxy type as the active proxy type.
| proxyType | specifies the proxy type to swap to. |