Adobe InDesign: SDK/Scripting Bugs and Features
124 results found
-
binding
인디자인 cc 2019 사용하는 캡쳐 화면 첨부를 올려드립니다.
이 "바인딩" 빨간 네모 표시가 안 나왔으니, 잘 나왔으면 좋겠어요.
바인딩 방향 오른쪽에서 왼쪽 쓰기 페이지...
부탁드립니다.
1 vote -
Indesign crash when the graphics inside the table
I want to check the table have any track changes. But I have this case make the Indesign crash if the graphics inside the table using following script.
var abc = app.activeDocument.stories[0].tables[0].changes.length;
1 vote -
InDesign Scripting bug? Master Pageitems of specific Layer as Collection
I want to see all 'master' page items of all master spreads on a specific layer using code like this:
app.activeDocument.layers.itemByName('existLayerName').pageItems.everyItem().getElements();
Even such a layer contains 'master' page items, this code always returns an empty array!
0 votes -
Crash when adding a "checkbox" into a "cell" of a table
I'm trying to add a Checkbox into a cell of a table with JavaScript.
When executing the code InDesign crashes.With my Script I'm looking for certain text in a table, delete it from the cell and then want to add a checkbox instead. So my code is looking something like this:
var found = app.documents[0].findGrep();
found[0].parent.contents = "";
var myBox = found[0].checkBoxes.add();0 votes
- Don't see your idea?