Tim Sheasby
My feedback
7 results found
-
2 votesTim Sheasby shared this idea ·
-
Character style based running header text variable does not pick up character styles applied by GREP
3 votesAn error occurred while saving the comment Tim Sheasby supported this idea · -
5 votes
An error occurred while saving the comment Tim Sheasby commentedI have a script that sets a row height to 0 but cannot do the same with a column.
Uwe, how is that accomplished with a script.Row height 0 script attached
main();
function main() {
// Main function goes here
var myRow = getRow();
myRow.autoGrow = false;
myRow.height = 0;
return (0);
}function getRow() {
if (app.selection.length > 0) {
var mySelection = app.selection[0];
if (mySelection.parent.constructor.name == 'Cell') {
return mySelection.parent.parentRow;
} else if (mySelection.constructor.name == 'Cell') {
return mySelection.parentRow;
}
}
alert ('Cursor not in a table\ror illegal selection.');
exit();
} -
3 votesTim Sheasby shared this idea ·
-
916 votesTim Sheasby supported this idea ·
-
39 votesTim Sheasby supported this idea ·
-
196 votes
Dear All,
This feature is now available in latest InDesign CC version. Please upgrade to the latest release.
Thanks
Abhinav AgarwalTim Sheasby supported this idea ·
Same problem if character styles are set based on nested line styles