// to update its text.
public static boolean shouldSaveDirectly(Document doc) {
final OtherApplication app = (OtherApplication) doc.getSource();
if (app != null) {
final ImageInfo info = getImageInfo(doc);
return app.shouldSaveDirectly(info);
}
return false;
}
static SaveOptions createExportOptions(Document doc) {