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

Public Types | |
| enum | { kDefaultIID = IID_ISETTEXTTOOLBEHAVIORCMDDATA } |
| typedef bool16 | ValueType |
Public Member Functions | |
| virtual ValueType | GetTextToolConvertsFrames () const =0 |
| virtual void | SetTextToolConvertsFrames (ValueType b)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Command data interface for setting the behavior of the text tool. This interface is used by the kSetTextToolBehaviorCmdBoss and currently allows the client to specify whether or not the text tool will convert a non-text frame to a text frame if the user clicks and releases the mouse within the contents of the non-text frame.
| pure virtual |
Return the value stored by this interface
| pure virtual |
Store a new boolean value into this interface.
| b | The new boolean to store |