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

Public Types | |
| enum | { kDefaultIID = IID_IXMLPREFERENCES } |
Public Member Functions | |
| virtual bool16 | GetShowTagMarkers () const =0 |
| virtual void | SetShowTagMarkers (bool16 showTagMarkers)=0 |
| virtual bool16 | GetShowTaggedFrames () const =0 |
| virtual void | SetShowTaggedFrames (bool16 showTagFrames)=0 |
| virtual bool16 | GetShowTagOptions () const =0 |
| virtual void | SetShowTagOptions (bool16 showTagOptions)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
User-interface preferences for the cross-media UI. Don't call mutators directly, process your own custom command if you want to change these.
| pure virtual |
Accessor for property determining whether tagged frames are highlighted in the layout
| pure virtual |
Accessor for property controlling display of Tag Markers in the layout
| pure virtual |
Accessor for property determining whether to show the tagging presets dialog when automatically tagging parent story threads and/or tables
| pure virtual |
Mutator for property determining whether tagged frames are highlighted in the layout
| showTagFrames | kTrue if these should be shown, kFalse otherwise |
| pure virtual |
Mutator for property controlling display of Tag Markers in the layout
| showTagMarkers | kTrue if these should be shown, kFalse otherwise |
| pure virtual |
NOT SUPPORTED: Do not Call Mutator for property determining whether to show the tagging presets dialog when automatically tagging parent story threads and/or tables
| showTagOptions | kTrue if the dialog should be shown, kFalse otherwise |