# NUREG-Automation **Repository Path**: mirrors_gitpan/NUREG-Automation ## Basic Information - **Project Name**: NUREG-Automation - **Description**: Read-only release history for NUREG-Automation - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README noch ein paar Ideen: -------------------- #include "indesign_utils.js" // standard initialization Application.prototype['stdInit'] = function() {}; // close all docs Application.prototype['closeAll'] = function() {}; // get pageitems matching a tag PageItem.prototype['taggedElements'] = function(tag:string): PageItems {}; -------------