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

Public Types | |
| enum | { kDefaultIID = IID_IENDNOTEANCHORDATA } |
Public Member Functions | |
| virtual void | SetEndnoteAnchorData (UIDRef anchorRef)=0 |
| virtual IOwnedItem * | QueryAnchor () const =0 |
| virtual IFootnoteNumber * | QueryEndnoteNumber () const =0 |
| virtual UID | GetEndnoteAnchorData () const =0 |
| virtual UIDRef | GetEndnoteAnchorRef () 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 |
This interface is used to access the endnote anchor details from an endnote text range.
| pure virtual |
Get the UID of the kEndnoteAnchorBoss associated with the endnote text range.
| pure virtual |
Get the UIDRef of the kEndnoteAnchorBoss associated with the endnote text range.
| pure virtual |
Get a reference counted IOwnedItem pointer for the kEndnoteAnchorBoss associated with the endnote text range.
| pure virtual |
Get a reference counted IFootnoteNumber pointer for the kEndnoteAnchorBoss associated with the endnote text range.
| pure virtual |
INTERNAL USE: Set the UIDRef of the kEndnoteAnchorBoss associated with the endnote text range.