Thank you JJMack, but in my case it says that the requestet property does not exist when I try to get the "hyphenate" value var actionRef = new ActionReference(); actionRef.putEnumerated(charIDToTypeID("TxLr"), charIDToTypeID("Ordn"), charIDToTypeID("Trgt")); var actionDes = executeActionGet(actionRef); actionDes.getBoolean(stringIDToTypeID("hyphenate")); When getting the keys contained in the descriptor I only get these: name,color,visible,mode,opacity,layerID,itemIndex,count,preserveTransparency,layerFXVisible,globalAngle,background,textKey,layerSection,layerLocking,group,targetChannels,visibleChannels,channelRestrictions,fillOpacity,hasUserMask,hasVectorMask,proportionalScaling,layerKind,hasFilterMask,userMaskDensity,userMaskFeather,vectorMaskDensity,vectorMaskFeather,bounds,boundsNoEffects,useAlignedRendering,generatorSettings,keyOriginType,fillEnabled,animationProtection,artboard,artboardEnabled Se neither "paragraphStyle" or "hyphenate" seems to be available from my ActionDescriptor?
... View more