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

Public Types | |
| enum | { kDefaultIID = IID_ILINKEDSTORYPLACEPREFS } |
Public Member Functions | |
| virtual void | SetUpdateLinkWhileSaving (bool16 bUpdate)=0 |
| virtual bool16 | GetUpdateLinkWhileSaving () const =0 |
| virtual void | SetShowWarningOnUpdateOfEditedStory (bool16 bWarn)=0 |
| virtual bool16 | GetShowWarningOnUpdateOfEditedStory () const =0 |
| virtual void | SetRemoveForcedLineBreaks (bool16 bRemove)=0 |
| virtual bool16 | GetRemoveForcedLineBreaks () const =0 |
| virtual void | SetStyleMappingExceptions (bool16 bMapStyles)=0 |
| virtual bool16 | GetStyleMappingExceptions () const =0 |
| virtual void | CopyData (const ILinkedStoryPlacePrefs *pCopyFrom)=0 |
| virtual void | SetShowLinkOptionsWhenCreatingLink (bool16 bShow)=0 |
| virtual bool16 | GetShowLinkOptionsWhenCreatingLink () 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 used to manage preference used for creating and managing shared content (Linked Text).
| pure virtual |
Method which copies preferences set in input parameter to shared content(Linked Text) preferences.
| pCopyFrom | [IN] input preferences to copy from. |
| pure virtual |
Method to get preference for removing forced line breaks(soft returns) while creating a shared content(Linked Text) story.
| pure virtual |
Method to get preference for showing link options when creating linked page items.
| pure virtual |
Method to get preference for showing warning on update of edited shared content(Linked Text) story.
| pure virtual |
Method to get preference for Style Mapping (used during link update)
| pure virtual |
Method to get preference for updating all out of date shared content (Linked Text) links on document save.
| pure virtual |
Method to set preference for removing forced line breaks(soft returns) while creating a shared content(Linked Text) story.
| bRemove | [IN] kTrue if you want to remove soft returns else kFalse. |
| pure virtual |
Method to set preference for showing link options when creating linked page items.
| bShow | [IN] kTrue if you want to showing link options else kFalse. |
| pure virtual |
Method to set preference for showing warning on update of edited shared content(Linked Text) story.
| bWarn | [IN] kTrue if you want to show warning else kFalse. |
| pure virtual |
Method to set preference for Style Mapping (used during link update)
| bMapStyles | [IN] kTrue if you want to map styles during link update else kFalse. |
| pure virtual |
Method to set preference for updating all out of date shared content (Linked Text) links on document save.
| bUpdate | [IN] kTrue if you want update on save else kFalse. |