InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ISetTextToolBehaviorCmdData Class Referenceabstract

#include <ISetTextToolBehaviorCmdData.h>

Inheritance diagram for ISetTextToolBehaviorCmdData:
IPMUnknown

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 IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

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.

Member Function Documentation

virtual ValueType ISetTextToolBehaviorCmdData::GetTextToolConvertsFrames () const
pure virtual
Return the value stored by this interface

Returns
The stored boolean
virtual void ISetTextToolBehaviorCmdData::SetTextToolConvertsFrames (ValueType b)
pure virtual
Store a new boolean value into this interface.

Parameters
bThe new boolean to store