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

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 IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Preferences for the window displaying the logical structure, persisted on session workspace.
| pure virtual |
Copy state from another IStructureViewPrefs interface
| other | specifies other interface to copy state from |
| pure virtual |
Specify whether to show attributes
| displayRoot | specifies whether the attributes should be shown |
| pure virtual |
Specify whether to show comments
| displayRoot | specifies whether the comments should be shown |
| pure virtual |
Specify whether to show processing instructions
| displayRoot | specifies whether the processing instructions should be shown |
| pure virtual |
Specify whether to show Text Snippets in the tree?
| showTextSnippets |
| pure virtual |
Detemine if displaying attributes in the tree?
| pure virtual |
Detemine if displaying comments in the tree?
| pure virtual |
Detemine if displaying processing instructions in the tree?
| pure virtual |
Determine if text snippets currently shown