Public documentation of items that aren't in the InDesign scripting DOM
None of the Share For Review functionality is present in the DOM, not even the ability to check for the presence of an Share For Review comments in the document.
None of this functionality is in the DOM as far as I know.
The information in the dialog that appears when you press Command+Shift+About Indesign (most importantly, the Document History) is not in the DOM.
The documentation states that this setting only affects page objects when the page is moved via the UI. InDeed, this setting will select/deselect the option in the InDesign Control Panel, but it has no affect on page items if a page is moved via scripting. No known workarounds. Documented 2023-06-12, InDesign vs. 18.3
As of 2023-06-12, InDesign vs. 18.3 (also earlier), the Alt Text
field cannot be scripted:
As of 2023-06-13, InDesign vs. 18.3 (also earlier), this command cannot be scripted. Possible workarounds involve scripting Find/Change routines to look for a specific font, or other scripting methods. But none of these workarounds work precisely the same what the Type > Find/Replace Font works.
Preferences > User Interface Scaling
Preferences > Type > Enable In-Menu Font Previews
Preferences > Type > Number of Recent Fonts
Preferences > Type > Enable Japanese font preview in "find more"
Preferences > Type > Sort recent fonts list alphabetically
Preferences > Type > Preview fonts on hover
Preferences > Dictionary > Duden Dictionary > Show Hyphenation Options
Preferences > File Handling > Default Relink Folder
Preferences > File Handling > Hide New Layers When Updating or Relinking
Preferences > Clipboard Handling > Show Auto Style Option
View > Extras > Show Text Threads
View > Extras > Show Assigned Frames
View > Extras > Show Hyperlinks
View > Extras > Show Link Badge
Structure Panel Menu > Show Comments
Structure Panel Menu > Show Processing Instructions
Make text anchors in source paragraph does not have any equivalent binding in DOM. Calling Document.createTOC() will ignore this setting even if it is set in the TOC style.
Remove Forced Line Break -> same as above