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

Wrapper command for a move story range or a copy story range command.
Used by drag and drop code. Does its own broadcast using the subject of the ITextModel using the IID_ITEXTMODEL protocol and kDragDropTextCmdBoss change. Source story should be set in item list of the command.
| ICommand kDragDropTextCmdBoss::IID_ICOMMAND |
The drag and drop text command implementation (a sequence command).
| IPMUnknown kDragDropTextCmdBoss::IID_IIGNOREFORMATTING |
To ignore formatting
| IIntData kDragDropTextCmdBoss::IID_IINTDATA |
An eCommandType (see DragDropConstants.h) that is kDragMove (move the text) or kDrop (copy the text).
| IPMUnknown kDragDropTextCmdBoss::IID_IPASTELENGTHINTDATA |
Int Data that describes length of text pasted for use in kDrop case (copy the text).
Length of text inserted is not always same as source range text (notes, footnotes, other character may be stripped).
<ul>
<li>Implementation: kIntDataImpl</li>
<li>Available in: </li>
<li>Class from:</li>
</ul>| IRangeData kDragDropTextCmdBoss::IID_IRANGEDATA |
Range Data that describes the source range to drag and drop from.
| IPMUnknown kDragDropTextCmdBoss::IID_IRANGEDATA2 |
Range Data that describes the destination range to drag and drop to.
| IUIDData kDragDropTextCmdBoss::IID_IUIDDATA |
Reference to the story to drop into (the destination).