Flash Pro CS6.
SpriteSheetExporter.canTrim
Read-only property; A boolean value indicating whether the framework specified by the SpriteSheetExporter.layoutFormat property supports trimming extra whitespace from symbol frames when adding them to the sprite sheet.
var exporter = new SpriteSheetExporter;
alert(exporter.canTrim);