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

Public Types | |
| enum | { kDefaultIID = IID_IINCOPYCOREOVERFLOWHANDLER } |
Public Member Functions | |
| virtual bool16 | AppendOversetContainer (UIDRef modelRef)=0 |
| virtual bool16 | LinkOversetContainer (UIDRef sourceMultiColRef, UIDRef destMultiColRef)=0 |
| virtual bool16 | UnLinkOversetContainer (UIDRef lastMultiColRefToKeep)=0 |
| virtual int32 | GetLastNonOversetTextFrameIndex (const IFrameList *frameList)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
An interface to allow InCopy to make estimates about the amount of overset text in a document and actually display the overset text in galley view. Story view does not need and makes no use of the information.
| anonymous enum |
Standard enum to for use with GetDefaultIID() method.
| pure virtual |
Append a container to hold overset text. If this is done then InCopy can handle estimating the amount of text overset.
| UIDRef | which is the story to append the container to. |
| pure virtual |
Return the framelist index of the last non-overset type text frame
| IFrameList | that we want to get the last non-overset frame index for |
| pure virtual |
Unlink the overset container from the storylist
| sourceMultiColRef | this frame to add the . |
| destMultiColRef | this is the frame that the source will be attached to |
| pure virtual |
Link the overset container from the storylist
| LastMultiColRefToKeep | detach all frames past this frame in the frame list. Will end up creating a new story with all frames after the LastMultiColRefToKeep associated with it |