Page Label Not Inherited from Parent to Document Page
I'm assigning a page label to a parent page using by script like
myParentPage=app.activeDocument.masterSpreads.itemByName("PRD-Products").pages[0];
myParentPage.insertLabel("page", "products");
When I insert a new document page based on this parent page, the page label is NOT inherited but just empty.
WIN 11 Pro, ID 19.1
-
Rudi W. commented
Of course I can ask for the "appliedMaster" during a script-based postprocessing ... however, it's kind of inconsistent if not _all_ properties are inherited. I think there is another inherit issue concerning primary text frames, as far as I know.
After all, I feel left kind of unsecure because I actually have to test each and every property on how it behaves in which situation.