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

Public Types | |
| enum | { kDefaultIID = IID_ITRACKCHANGEAPPSETTINGS } |
| enum | ChangeBarLocation { kLeftMargin, kRightMargin } |
| enum | ChangeMarking { kNone, kStrikethrough, kUnderline, kOutline } |
| enum | ChangeTextColorChoice { kUseGalleyColor, kUseChangePrefColor } |
| enum | ChangeBackgroundColorChoice { kUseGalleyColorBG, kUseUserColorBG, kUseChangePrefColorBG } |
Public Member Functions | |
| virtual bool16 | GetShowDeletedText () const =0 |
| virtual void | SetShowDeletedText (bool16 showDeletedText)=0 |
| virtual bool16 | GetShowAddedText () const =0 |
| virtual void | SetShowAddedText (bool16 showAddedText)=0 |
| virtual bool16 | GetShowMovedText () const =0 |
| virtual void | SetShowMovedText (bool16 showMovedText)=0 |
| virtual bool16 | GetShowChangeBars () const =0 |
| virtual void | SetShowChangeBars (bool16 showChangeBars)=0 |
| virtual int32 | GetChangeBarColorIndex () const =0 |
| virtual void | SetChangeBarColorIndex (int32 colorIndex)=0 |
| virtual bool16 | GetUserCanTurnOnOffTrackChanges () const =0 |
| virtual void | SetUserCanTurnOnOffTrackChanges (bool16 canTOO)=0 |
| virtual bool16 | GetUserCanAcceptRejectChanges () const =0 |
| virtual void | SetUserCanAcceptRejectChanges (bool16 canAR)=0 |
| virtual bool16 | GetTrackingState () const =0 |
| virtual void | SetTrackingState (bool16 trackingState)=0 |
| virtual bool16 | GetSpellChkDeletedText () const =0 |
| virtual void | SetSpellChkDeletedText (bool16 spellchkState)=0 |
| virtual bool16 | GetPreventDupeColor () const =0 |
| virtual void | SetPreventDupeColor (bool16 preventDupeColor)=0 |
| virtual int32 | GetAddedTextColorIndex () const =0 |
| virtual void | SetAddedTextColorIndex (int32 colorIndex)=0 |
| virtual int32 | GetAddedBGColorIndex () const =0 |
| virtual void | SetAddedBGColorIndex (int32 colorIndex)=0 |
| virtual int32 | GetDeletedTextColorIndex () const =0 |
| virtual void | SetDeletedTextColorIndex (int32 colorIndex)=0 |
| virtual int32 | GetDeletedBGColorIndex () const =0 |
| virtual void | SetDeletedBGColorIndex (int32 colorIndex)=0 |
| virtual int32 | GetMovedTextColorIndex () const =0 |
| virtual void | SetMovedTextColorIndex (int32 colorIndex)=0 |
| virtual int32 | GetMovedBGColorIndex () const =0 |
| virtual void | SetMovedBGColorIndex (int32 colorIndex)=0 |
| virtual int32 | GetAddedTextMarking () const =0 |
| virtual void | SetAddedTextMarking (int32 marking)=0 |
| virtual int32 | GetDeletedTextMarking () const =0 |
| virtual void | SetDeletedTextMarking (int32 marking)=0 |
| virtual int32 | GetMovedTextMarking () const =0 |
| virtual void | SetMovedTextMarking (int32 marking)=0 |
| virtual int32 | GetChangeBarLocation () const =0 |
| virtual void | SetChangeBarLocation (int32 location)=0 |
| virtual ChangeTextColorChoice | GetAddedTextColorChoice () const =0 |
| virtual void | SetAddedTextColorChoice (ChangeTextColorChoice colorChoice)=0 |
| virtual ChangeBackgroundColorChoice | GetAddedBGColorChoice () const =0 |
| virtual void | SetAddedBGColorChoice (ChangeBackgroundColorChoice colorChoice)=0 |
| virtual ChangeTextColorChoice | GetDeletedTextColorChoice () const =0 |
| virtual void | SetDeletedTextColorChoice (ChangeTextColorChoice colorChoice)=0 |
| virtual ChangeBackgroundColorChoice | GetDeletedBGColorChoice () const =0 |
| virtual void | SetDeletedBGColorChoice (ChangeBackgroundColorChoice colorChoice)=0 |
| virtual ChangeTextColorChoice | GetMovedTextColorChoice () const =0 |
| virtual void | SetMovedTextColorChoice (ChangeTextColorChoice colorChoice)=0 |
| virtual ChangeBackgroundColorChoice | GetMovedBGColorChoice () const =0 |
| virtual void | SetMovedBGColorChoice (ChangeBackgroundColorChoice colorChoice)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Represents information about the track changes settings for the application.
| pure virtual |
background color choice for added text
| pure virtual |
background color for added text
| pure virtual |
text color choice for added text
| pure virtual |
text color for added text
| pure virtual |
marking for added text
| pure virtual |
change bar color
| pure virtual |
location for change bar
| pure virtual |
background color choice for Deleted text
| pure virtual |
background color for deleted text
| pure virtual |
text color choice for Deleted text
| pure virtual |
text color for deleted text
| pure virtual |
marking for deleted text
| pure virtual |
background color choice for Moved text
| pure virtual |
background color for moved text
| pure virtual |
text color choice for Moved text
| pure virtual |
text color for moved text
| pure virtual |
marking for moved text
| pure virtual |
prevent duplicate user color or not for tracked changes background color
| pure virtual |
added text should show or not (when changes are showing)
| pure virtual |
change bars should show or not (when changes are showing)
| pure virtual |
deleted text should show or not (when changes are showing)
| pure virtual |
moved text should show or not (when changes are showing)
| pure virtual |
deleted text should be included in spell checking or not
| pure virtual |
the application tracking state; used to initialize new stories tracking state in incopy
| pure virtual |
user can accept/reject track changes; for system integrators to modify the app default behavior
| pure virtual |
user can turn on/off track changes; for system integrators to modify the app default behavior
| pure virtual |
background color choice for added text
| color | choice |
| pure virtual |
background color for added text
| color | index |
| pure virtual |
text color choice for added text
| color | choice |
| pure virtual |
text color for added text
| color | index |
| pure virtual |
marking for added text
| marking |
| pure virtual |
change bar color
| color | index |
| pure virtual |
location for change bar
| location |
| pure virtual |
background color choice for Deleted text
| color | choice |
| pure virtual |
background color for deleted text
| color | index |
| pure virtual |
text color choice for Deleted text
| color | choice |
| pure virtual |
text color for deleted text
| color | index |
| pure virtual |
marking for deleted text
| marking |
| pure virtual |
background color choice for Moved text
| color | choice |
| pure virtual |
background color for moved text
| color | index |
| pure virtual |
text color choice for Moved text
| color | choice |
| pure virtual |
text color for moved text
| color | index |
| pure virtual |
marking for moved text
| marking |
| pure virtual |
prevent duplicate user color or not for tracked changes background color
| whether | or not to prevent duplicate user color |
| pure virtual |
added text should show or not (when changes are showing)
| whether | or not to show added text |
| pure virtual |
change bars should show or not (when changes are showing)
| whether | or not to show change bars |
| pure virtual |
deleted text should show or not (when changes are showing)
| whether | or not to show deleted text |
| pure virtual |
moved text should show or not (when changes are showing)
| whether | or not to show moved text |
| pure virtual |
deleted text should be included in spell checking or not
| whether | or not to show change bars |
| pure virtual |
the application tracking state; used to initialize new stories tracking state in incopy
| whether | or not to track changes |
| pure virtual |
user can accept/reject track changes; for system integrators to modify the app default behavior
| whether | or not user can accept/reject |
| pure virtual |
user can turn on/off track changes; for system integrators to modify the app default behavior
| whether | or not user can turn on/off |