![]() | InDesign SDK 20.5 |
Public Member Functions | |
| ErrorCode | CreateSharedContentLink (const UIDRef &sourceRectangleFrameRef, UID &outLinkUID) |
| ErrorCode | CheckLinkType (const UIDRef &sourceRectangleFrameRef) |
| bool16 | IsRectangleFrame (const UIDRef &graphicFrameUIDRef) |
| SnpCreateAndManipulateSharedLink () | |
| virtual | ~SnpCreateAndManipulateSharedLink () |
| inline |
Constructor.
| inlinevirtual |
Destructor.
| ErrorCode SnpCreateAndManipulateSharedLink::CheckLinkType | ( | const UIDRef & | sourceRectangleFrameRef | ) |
Check the link type for the given rectangle frame.
| sourceRectangleFrameRef | reference to the rectangle frame. |
| ErrorCode SnpCreateAndManipulateSharedLink::CreateSharedContentLink | ( | const UIDRef & | sourceRectangleFrameRef, |
| UID & | outLinkUID | ||
| ) |
Create a linked rectangle frame for the given rectangle frame.
| sourceRectangleFrameRef | reference to the rectangle frame. |
| outLinkUID | reference to the link UID between source and target rectangle frame. |
| bool16 SnpCreateAndManipulateSharedLink::IsRectangleFrame | ( | const UIDRef & | graphicFrameUIDRef | ) |
Return kTrue if the given frame is a rectangle frame, kFalse otherwise.
| graphicFrameUIDRef | reference to the rectangle frame's kSplineItemBoss object. |