![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_IFRAMETYPE } |
| enum | FrameType { kNotAFrame, kGraphicFrame, kEmptyGraphicFrame, kGraphicFrameWithPlaceHolder, kTextFrame, kEmptyTextFrame, kEndnoteTextFrame } |
Public Member Functions | |
| virtual FrameType | GetFrameType () const =0 |
| virtual bool16 | IsGraphicFrame () const =0 |
| virtual bool16 | IsTextFrame () const =0 |
| virtual bool16 | IsAFrame () const =0 |
| virtual bool16 | IsNotAFrame () const =0 |
| virtual bool16 | IsEmpty () const =0 |
| virtual bool16 | IsLogicallyEmpty () const =0 |
| virtual bool16 | IsEndnoteTextFrame () 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 |
| pure virtual |
Interface on all spline page items. Returns the type of frame that the spline represents. If the spline is not a frame (a simple page item) kNotAFrame is returned.
| pure virtual |
Helper method that relies on GetFrameType().
| pure virtual |
Helper method that relies on GetFrameType().
NOTE: "empty" means "no content, not even a placeholder".
| pure virtual |
Helper method that checks whether this text frame belongs to an endnotes story.
| pure virtual |
Helper method that relies on GetFrameType().
| pure virtual |
Helper method that relies on GetFrameType().
NOTE: "logically empty" includes graphic frames with placeholder content.
| pure virtual |
Helper method that relies on GetFrameType().
| pure virtual |
Helper method that relies on GetFrameType().