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

#include <IStructureViewPrefs.h>

Inheritance diagram for IStructureViewPrefs:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_ISTRUCTUREVIEWPREFS }
 

Public Member Functions

virtual bool16 ShowAttributes () const =0
 
virtual void SetShowAttributes (bool16 displayRoot)=0
 
virtual bool16 ShowComments () const =0
 
virtual void SetShowComments (bool16 displayRoot)=0
 
virtual bool16 ShowPIs () const =0
 
virtual void SetShowPIs (bool16 displayRoot)=0
 
virtual bool16 ShowTextSnippets () const =0
 
virtual void SetShowTextSnippets (bool16 showTextSnippets)=0
 
virtual void Copy (IStructureViewPrefs *other)=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

Preferences for the window displaying the logical structure, persisted on session workspace.

Member Function Documentation

virtual void IStructureViewPrefs::Copy (IStructureViewPrefsother)
pure virtual

Copy state from another IStructureViewPrefs interface

Parameters
otherspecifies other interface to copy state from
virtual void IStructureViewPrefs::SetShowAttributes (bool16 displayRoot)
pure virtual

Specify whether to show attributes

Parameters
displayRootspecifies whether the attributes should be shown
virtual void IStructureViewPrefs::SetShowComments (bool16 displayRoot)
pure virtual

Specify whether to show comments

Parameters
displayRootspecifies whether the comments should be shown
virtual void IStructureViewPrefs::SetShowPIs (bool16 displayRoot)
pure virtual

Specify whether to show processing instructions

Parameters
displayRootspecifies whether the processing instructions should be shown
virtual void IStructureViewPrefs::SetShowTextSnippets (bool16 showTextSnippets)
pure virtual

Specify whether to show Text Snippets in the tree?

Parameters
showTextSnippets
virtual bool16 IStructureViewPrefs::ShowAttributes () const
pure virtual

Detemine if displaying attributes in the tree?

Returns
kTrue if the attributes should be shown, kFalse otherwise
virtual bool16 IStructureViewPrefs::ShowComments () const
pure virtual

Detemine if displaying comments in the tree?

Returns
kTrue if the comments should be shown, kFalse otherwise
virtual bool16 IStructureViewPrefs::ShowPIs () const
pure virtual

Detemine if displaying processing instructions in the tree?

Returns
kTrue if the processing instructions should be shown, kFalse otherwise
virtual bool16 IStructureViewPrefs::ShowTextSnippets () const
pure virtual

Determine if text snippets currently shown

Returns
kTrue if the snippets should be shown, kFalse otherwise