Flash Pro CS6.
SpriteSheetExporter.canBorderPad
Read-only property; A boolean value indicating whether the framework specified by the SpriteSheetExporter.layoutFormat property supports border padding.
var exporter = new SpriteSheetExporter;
alert(exporter.canBorderPad);