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

Public Types | |
| enum | { kDefaultIID = IID_IGALLEYSETTINGSOVERWRITE } |
Public Member Functions | |
| virtual bool16 | GetSettingsOverwrite ()=0 |
| virtual void | SetSettingsOverwrite (bool16 overwrite)=0 |
| virtual bool16 | GetShowParagraphStyleNames ()=0 |
| virtual void | SetShowParagraphStyleNames (bool16 showStyleNames)=0 |
| virtual bool16 | GetShowLineNumbers ()=0 |
| virtual void | SetShowLineNumbers (bool16 showLineNumbers)=0 |
| virtual bool16 | GetIsGalleyAle ()=0 |
| virtual void | SetGalleyAle (bool16 isAle)=0 |
| virtual bool16 | GetShowInlineNotes (UIDRef &storyRef)=0 |
| virtual void | SetShowInlineNotes (bool16 show)=0 |
| virtual int32 | GetShowInlineNotesType ()=0 |
| virtual void | SetShowInlineNotesType (int32 show)=0 |
| virtual bool16 | GetStoryInfo ()=0 |
| virtual void | SetStoryInfo (bool16 show)=0 |
| virtual bool16 | GetTrackChangesBackgroundInColor ()=0 |
| virtual void | SetTrackChangesBackgroundInColor (bool16 show)=0 |
| virtual bool16 | GetNotesBackgroundInColor ()=0 |
| virtual void | SetNotesBackgroundInColor (bool16 show)=0 |
| virtual bool16 | GetShowTrackChanges ()=0 |
| virtual void | SetShowTrackChanges (bool16 show)=0 |
| virtual int32 | GetShowTrackChangesType ()=0 |
| virtual void | SetShowTrackChangesType (int32 show)=0 |
| virtual PMString | GetDisplayFont ()=0 |
| virtual void | SetDisplayFont (const PMString &font)=0 |
| virtual PMReal | GetDisplayFontSize ()=0 |
| virtual void | SetDisplayFontSize (PMReal size)=0 |
| virtual PMReal | GetDisplayFontLeading ()=0 |
| virtual void | SetDisplayFontLeading (PMReal leading)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
This interface sets the galley/story view settings when printing/PDF-exporting If GetSettingsOverwrite returns kTrue, the galley/story view will construct using this interface's setting, otherwise, the galley/story view will construct using the preference - IGalleySettings
| pure virtual |
| pure virtual |
| pure virtual |
| pure virtual |
Display accurate line endings or not
| none |
| pure virtual |
Display the background color in Notes or not
| none |
| pure virtual |
Get the galley settings overwrite falg
| none |
| pure virtual |
Display Notes or not
| storyRef | The story the Notes belong to |
| pure virtual |
Get the type of Notes to display in the view
| none |
| pure virtual |
Display line numbers or not
| none |
| pure virtual |
Display paragraph style names or not
| none |
| pure virtual |
Display tracked changes or not
| none |
| pure virtual |
Get the type of tracked changes to display in the view
| none |
| pure virtual |
Display story information or not
| none |
| pure virtual |
Display the background color in tracked changes text or not
| none |
| pure virtual |
Set the display font
| font |
| pure virtual |
set the display font leading
| leading |
| pure virtual |
set the display font size
| size |
| pure virtual |
Set to display accurate line endings or not
| isAle |
| pure virtual |
Set to display the background color in Notes or not
| show |
| pure virtual |
Set the galley settings overwrite falg
| overwrite |
| pure virtual |
Set to display Notes or not
| show |
| pure virtual |
Set the type of Notes to display in the view
| show,0 | means to display all Notes, 1 means to only display the visible Notes in document view |
| pure virtual |
Set to display line numbers or not
| showLineNumbers |
| pure virtual |
Set to display paragraph names or not
| showStyleNames |
| pure virtual |
Set to display tracked changes or not
| show |
| pure virtual |
Set the type of tracked changes to display in the view
| show | 0 means to display all tracked changes, 1 means to only display the visible tracked changes in document view |
| pure virtual |
Set to display story information or not
| show |
| pure virtual |
Set to display the background color in tracked changes text or not
| show |