Can I somehow narrow down the selection to point size xx and smaller? I'd like to outline those objects later.
var alltxtObjsBelow10 = app.activeDocument.stories.everyItem() //...with point size smaller than 10pts alltxtObjsBelow10.createOutlines();