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

Public Types | |
| enum | { kDefaultIID = IID_TOOLBOX_STROKEFILL_PREF } |
Public Member Functions | |
| virtual bool16 | IsFillActive (const IGraphicAttrProxySuite::ActiveProxyType &attrProxyType) const =0 |
| virtual bool16 | IsStrokeActive (const IGraphicAttrProxySuite::ActiveProxyType &attrProxyType) const =0 |
| virtual bool16 | IsActive (const ToolboxProxy::ActiveProxyType &x, const IGraphicAttrProxySuite::ActiveProxyType &attrProxyType) const =0 |
| virtual void | SetActive (const ToolboxProxy::ActiveProxyType &x, const IGraphicAttrProxySuite::ActiveProxyType &attrProxyType)=0 |
| virtual ToolboxProxy::ActiveProxyType | GetActive (const IGraphicAttrProxySuite::ActiveProxyType &attrProxyType)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
IToolboxStrokeFillPreference returns information about the stroke and fill proxy in the toolbox.
| pure virtual |
Get the active proxy for the specified graphic attribute proxy type.
| pure virtual |
Is the specified graphic attribute proxy active
| x | is the active proxy to check |
| attrProxyType | is the graphic attribute proxy |
| pure virtual |
Is Fill active
| pure virtual |
Is Stroke active
| pure virtual |
Set the stroke/fill proxy to active for the specified graphic attribute proxy type.
| x | what to set |
| attrProxyType | is the graphic attribute proxy type. |