CS6 ePub "Split document: Based on Paragraph Style Export Tags"
I've been trying to work out how to set the ePub Export Option "Split document: Based on Paragraph Style Export Tags" using javascript. It doesn't appear to be part of epubExportPreferences, as
myDocument.epubExportPreferences.breakDocument = true;
Sets the document to break on [Basic Paragraph]. I can change it to another single paragraph easily enough, but that isn't what I need.
I'm probably just looking in the wrong place, But if anyone could point me in the right direction I would be very grateful.
My code is here (which does work, but doesn't set this option): https://github.com/makeBetterEBooks/eprdctn/blob/master/DBW_ePubExport.jsx
Thanks!
