InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ISmartTextPrefs Class Referenceabstract
Inheritance diagram for ISmartTextPrefs:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_ISMARTTEXTPREFS }
 

Public Member Functions

virtual bool16 GetSmartCutAndPaste () const =0
 
virtual void SetSmartCutAndPaste (bool16 smartCutAndPaste)=0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Member Function Documentation

virtual bool16 ISmartTextPrefs::GetSmartCutAndPaste () const
pure virtual

GetPreferStyledTextWhenPasting returns whether or not styled text should be pasted from the external clipboard if available.

Returns
kTrue if styled text should be pasted when available.
virtual void ISmartTextPrefs::SetSmartCutAndPaste (bool16 smartCutAndPaste)
pure virtual

SetSmartCutAndPasteis used to set whether or not whitespace text should be

Parameters
smartCutAndPasteINkTrue if this behavior.