![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_IAPPTEXTOPTIONS } |
Public Member Functions | |
| virtual bool16 | GetPreferStyledTextWhenPasting () const =0 |
| virtual void | SetPreferStyledTextWhenPasting (bool16 preferStyledText)=0 |
| virtual bool16 | GetDragDropTextInLayout () const =0 |
| virtual void | SetDragDropTextInLayout (bool16 bDragDropText)=0 |
| virtual bool16 | GetDragDropTextInStory () const =0 |
| virtual void | SetDragDropTextInStory (bool16 bDragDropText)=0 |
| virtual bool16 | GetTextToolConvertsFrames () const =0 |
| virtual void | SetTextToolConvertsFrames (bool16 bDoesConvert)=0 |
| virtual bool16 | GetPostPasteNudge () const =0 |
| virtual void | SetPostPasteNudge (bool16 showPostPasteNudge)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
| pure virtual |
GetDragDropTextInLayout returns whether or not selected text can be dragged and dropped in layout view.
| pure virtual |
GetDragDropTextInStory returns whether or not selected text can be dragged and dropped in layout view.
| pure virtual |
GetPostPasteNudge returns whether or not nudge be shown after paste of text from other applications.
| pure virtual |
GetPreferStyledTextWhenPasting returns whether or not styled text should be pasted from the external clipboard if available.
| pure virtual |
GetTextToolConvertsFrames() returns kTrue if the text tool can be used to convert an empty graphic frame or "Unknown" frame to a text frame, kFalse otherwise. Default is kTrue.
| pure virtual |
SetDragDropTextInLayout is used to set whether or not selected text can be dragged and dropped in layout view.
| bDragDropText | IN kTrue to allow drag and drop of selected text, kFalse to disallow. |
| pure virtual |
SetDragDropTextInStory is used to set whether or not selected text can be dragged and dropped in story/galley view.
| bool16 | bDragDropText IN kTrue to allow drag and drop of selected text, kFalse to disallow. |
| pure virtual |
SetPostPasteNudge is used to set whether or not nudge be shown after paste of text from other applications.
| showPostPasteNudge | IN kTrue if nudge to be shown on after paste action. |
| pure virtual |
SetPreferStyledTextWhenPasting is used to set whether or not styled text should be pasted from the external clipboard if available.
| preferStyledText | IN kTrue if pasting styled text from the external clipboard is preferred. |
| pure virtual |
SetTextToolConvertsFrames is used to set whether or not the text tool can convert an empty frame to a text frame.
| bool16 | bDoesConvert IN kTrue to allow the text tool to convert frames to text frames, kFalse to disallow. |