![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_ILINKEDSTORYPLACEPREFSDATA } |
| enum | OptionState { kValueNotSet = 0, kValueSet, kValueMixed } |
Public Member Functions | |
| virtual void | SetUpdateLinkWhileSaving (bool16 bUpdate)=0 |
| virtual bool16 | GetUpdateLinkWhileSaving () const =0 |
| virtual OptionState | GetUpdateLinkWhileSavingState () const =0 |
| virtual void | SetStyleMappingExceptions (bool16 bUpdate)=0 |
| virtual bool16 | GetStyleMappingExceptions () const =0 |
| virtual OptionState | GetStyleMappingExceptionsState () const =0 |
| virtual void | SetShowWarningOnUpdateOfEditedStory (bool16 bWarn)=0 |
| virtual bool16 | GetShowWarningOnUpdateOfEditedStory () const =0 |
| virtual OptionState | GetShowWarningOnUpdateOfEditedStoryState () const =0 |
| virtual void | SetRemoveForcedLineBreaks (bool16 bRemove)=0 |
| virtual bool16 | GetRemoveForcedLineBreaks () const =0 |
| virtual OptionState | GetRemoveForcedLineBreaksState () const =0 |
| virtual void | SetShowLinkOptionsWhenCreatingLink (bool16 bShow)=0 |
| virtual bool16 | GetShowLinkOptionsWhenCreatingLink () const =0 |
| virtual OptionState | GetShowLinkOptionsWhenCreatingLinkState () const =0 |
| virtual void | CopyData (const ILinkedStoryPlacePrefsData *pCopyFrom)=0 |
| virtual void | CopyPrefs (const ILinkedStoryPlacePrefs *pCopyFrom)=0 |
| virtual void | ResetState ()=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 |
Method which copies ILinkedStoryPlacePrefsData in input parameter to ILinkedStoryPlacePrefsData on which this method is called.
| pCopyFrom | [IN] input to copy from. |
| 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 know whether preference for removing forced line breaks(soft returns) while creating a shared content(Linked Text) story is meaningful or not.
| pure virtual |
Method to get preference for showing dialog while creating a shared content(Linked Text) story.
| pure virtual |
Method to get preference for showing link options when creating linked story.
| pure virtual |
Method to get preference for showing warning on update of edited shared content(Linked Text) story.
| pure virtual |
Method to know whether preference for showing warning on update of edited shared content(Linked Text) story is meaningful or not.
| pure virtual |
Method to get preference for setting style mapping exceptions.
| pure virtual |
Method to know whether preference for setting style mapping exceptions is meaningful or not.
| pure virtual |
Method to get preference for updating all out of date shared content (Linked Text) links on document save.
| pure virtual |
Method to know whether preference for updating all out of date shared content (Linked Text) links on document save is meaningful or not.
| pure virtual |
Method to set shared content(Linked Text) preferences to default value.
| 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 story.
| 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 setting style mapping exceptions, is set.
| bUpdate | [IN] kTrue if you want to set style mapping exceptions. |
| 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. |