Question
enum undefined
var productFrame = app.activeDocument.textFrames.add();
productFrame.properties =
{
strokeWidth : 0,
fillColor : "None",
contents : "!",
flexItemHeightMode: FlexWidthHeightMode.FLEX_FILL
};
I get the error that “FlexWidthHeightMode is not defined”
What am I missing?
https://www.indesignjs.de/extendscriptAPI/indesign-latest/#TextFrame.html
