InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IXMLPreferences Class Referenceabstract

#include <IXMLPreferences.h>

Inheritance diagram for IXMLPreferences:
IPMUnknown

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 IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

User-interface preferences for the cross-media UI. Don't call mutators directly, process your own custom command if you want to change these.

Member Function Documentation

virtual bool16 IXMLPreferences::GetShowTaggedFrames () const
pure virtual

Accessor for property determining whether tagged frames are highlighted in the layout

Returns
kTrue if taggged frames should be shown, kFalse otherwise
virtual bool16 IXMLPreferences::GetShowTagMarkers () const
pure virtual

Accessor for property controlling display of Tag Markers in the layout

Returns
kTrue if tag markers should be shown, kFalse otherwise
virtual bool16 IXMLPreferences::GetShowTagOptions () const
pure virtual

Accessor for property determining whether to show the tagging presets dialog when automatically tagging parent story threads and/or tables

Returns
kTrue if the dialog should be shown, kFalse otherwise
virtual void IXMLPreferences::SetShowTaggedFrames (bool16 showTagFrames)
pure virtual

Mutator for property determining whether tagged frames are highlighted in the layout

Parameters
showTagFrameskTrue if these should be shown, kFalse otherwise
virtual void IXMLPreferences::SetShowTagMarkers (bool16 showTagMarkers)
pure virtual

Mutator for property controlling display of Tag Markers in the layout

Parameters
showTagMarkerskTrue if these should be shown, kFalse otherwise
virtual void IXMLPreferences::SetShowTagOptions (bool16 showTagOptions)
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

Parameters
showTagOptionskTrue if the dialog should be shown, kFalse otherwise