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

Public Types | |
| enum | { kDefaultIID = IID_ITOPSPLINEDATA } |
Public Member Functions | |
| virtual void | SetMainSplineItemUID (UID mainSplineItemUID)=0 |
| virtual UID | GetMainSplineItemUID () const =0 |
| virtual UID | GetTOPTextFrameColumnUID () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Interface for accessing the page items associated with this path.
| pure virtual |
Get the UID of the main spline associated with this path.
| pure virtual |
Get the UID of the frame item for this path. The frame item is the grand children of the main spline item. The query hierarchy works as follows: kTOPSplineItemboss->kMulticolumnItemBoss->kTOPFrameItemBoss.
| pure virtual |
Set the UID of the main spline for this path.
| mainSplineItemUID | [IN]: new spline. |